.font{
	font-family: "Rubik", sans-serif;
}

@media only screen and (max-width: 500px){
.logo img {
   width: 100% !important; 
}
}

@media only screen and (max-width: 479px){
.menubar-top {
     height: auto !important;
    -ms-flex-wrap: wrap;
    margin-top: auto;
    flex-wrap: wrap;
}

.logo {
    text-align: center;
}
.left {
    -ms-flex-preferred-size: 100%;
     /* flex-basis: 100% !important; */
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}
@media only screen and (min-width: 992px{
.imgfluid{
height: 100% !important!;
}
}