body{
    font-family: 'Nunito', sans-serif;
}

.vg-header-font{
    font-size: 0.85em;
    text-decoration: underline;
    margin-right: 10px;
    color: black;
}
.vg-header-font:hover{
    color: maroon;
}
.vg-shortcut-container{
    height: 100px;
    width: 100px;
    max-height: 90px;
    max-width: 90px;
    border-radius: 80px;
    background-size: 100% 100%; 
    background-repeat: no-repeat;
    background-color: white;
    border: none!important;
}
.vg-shortcut-container:hover{
    background-color: rgb(243, 243, 243);
    border: none!important;
}
.vg-shortcut-container:active{
    background-color: rgb(184, 184, 184);
    border: none!important;
}
.vg-shortcut-container:focus{
    border: none!important;
    background-color: white;
    border: none!important;
}
.vg-shortcut-image{
    height: 100%;
}
.vg-shortcut-text{
    padding-top: 13px;
    font-size: 0.85em;
}
.vg-footer{
    padding: 5px;
    font-size: 0.85em;
    background-color: rgb(230, 230, 230);
    
}
.vg-center-page-container{
    padding-top: 65px;
    padding-bottom: 140px;
    margin-bottom: -25px;
}
.vg-search-container{
	width: 80%;
    min-width: 200px;
	max-width: 800px
}

.vg-search-desktop{
	display: visible;
}

.vg-search-mobile{
	display: none;
}

@media only screen and (max-width: 700px) {

	.vg-search-desktop{
		display: none;
	}

	.vg-search-mobile{
		display: flex;
		flex-direction: column;
	}
	.vg-search-engine-select{
		border-radius: 20px 0 0 20px!important;
	}

}

.vg-search-engine-select{
    max-width: 170px;
}
.vg-search-input{
    box-shadow: 5px;
    font-size: 0.9em;
    height: 50px;
    border-radius: 20px 0 0 20px;
    text-indent:25px;
}
.vg-search-input-mobile{
	box-shadow: 5px;
    font-size: 0.9em;
    height: 50px;
    border-radius: 20px 20px 20px 20px!important;
    text-indent:25px;
}
.vg-search-input:active{
    border-color: rgba(128, 0, 0, 0.671);
}
.vg-search-input:focus{
    border-color: rgba(128, 0, 0, 0.671);
}
.vg-search-input-icon{
    top: 17px;
    left: 17px;
    z-index: 1000;
}
.vg-search-button{
    border-radius: 0 20px 20px 0;
    padding-left: 30px;
    padding-right: 30px;
    background-color: maroon;
    color: white;
}
.vg-search-button:hover{
    background-color: rgb(173, 0, 0)!important;  
    color: white;
}
.vg-search-button:focus{
    background-color: rgb(185, 0, 0)!important; 
    color: white; 
}
.vg-search-button:active{
    background-color: rgb(185, 0, 0)!important; 
    color: white;
}
.vg-footer-text{
    font-size: 0.8em;
}