.prague-logo a img {width:145 !important;height:46 !important;}
/* MENU */
    /* MENU */
    .prague-header .prague-navigation .main-menu > li > a {
                    font-family: "Roboto", sans-serif !important;
                                                    font-weight: 700 !important;
                                                font-size: 15px !important;
                    }

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
.prague-header: {background-color: rgb(17 17 17 / 66%)!important;}
.sticky-menu: {background-color: rgb(17 17 17 / 66%)!important;}
.main-menu li a {color:#fff!important;}
.prague-header.sticky-mobile-menu: {background: rgb(0 0 0 / 40%);}
.prague-header.simple.sticky-menu.light.scroll {background-color: rgb(17 17 17 / 66%);}
.size-full { object-fit: cover;   background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
.main-menu li a {color:#000!important;}
}

