        h1,
        h1 a {
            font-family: Merriweather !important;        }
            h2,
        h2 a {
            font-family: Merriweather !important;        }
            h3,
        h3 a {
            font-family: Merriweather !important;        }
    
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
.enable_overlay, .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.3) !important;
}
.top-banner .overlay {
z-index: 210;
opacity: 0 !important;
visibility: visible;
-webkit-transition: opacity .3s ease-in,visibility .3s ease-in;
transition: opacity .3s ease-in,visibility .3s ease-in;
}
.top-banner.dark .content .subtitle, .top-banner.dark .content .title {
color: #111;

}

.prague-header.simple.sticky-menu {
position: fixed;
background-color: black !important;
}
.prague-footer .footer-content-outer {
position: relative;
max-width: 1170px;
margin-left: auto;
margin-right: auto;
padding: 32px;
z-index: 100;
}
.main-menu li a {
display: inline-block;
font-size: 12px;
line-height: 18px;
font-weight: 300;
letter-spacing: 2px;
padding: 5px 15px;
opacity: .7;
text-transform: uppercase;
-webkit-transition: opacity .3s ease-in;
transition: opacity .3s ease-in;
color: white;
}
.top-banner.light .content .description, .top-banner.light .content .subtitle, .top-banner.light .content .title {
}