/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
.menuzord-brand img{
    width:auto!important;
}
@media only screen and (min-width: 768px){
    div.header-middle div.container div.row{
        display: flex;
        justify-content:space-between;
        align-items:center;
    }
}
@media only screen and (max-width: 767px){
    .menuzord-brand img{
        max-height:100px!important;
    }
}