        h2,
        h2 a {
            font-family: Roboto Condensed !important;color: #f04d46 !important;        }
            h3,
        h3 a {
            font-family: Roboto Condensed !important;color: #000000 !important;        }
            h6,
        h6 a {
            font-family: Roboto Condensed !important;color: #000000 !important;        }
            h1,
        h1 a {
            font-family: Roboto !important;                font-weight: 300 !important;
            color: #ffffff !important;        }
            h4,
        h4 a {
            font-family: Roboto Condensed !important;                font-weight: 300 !important;
                    }
    
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
.top-banner .s-img-switch {
display: none;
}
.top-banner .content .title {
    margin-top: 24px;
    margin-bottom: 0;
font-family: Roboto !important;
    font-weight: 300 !important;
    color: #ffffff !important;
}
.top-banner.fullheight .content {
    margin-top: 140px;
    margin-bottom: 140px;
}
.top-banner .content .prague-svg-animation-text {
    position: absolute;
    top: -96px;
    left: 0;
    right: 0;
    bottom: -27px;
    z-index: -1;
}
.top-banner {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
}
.top-banner .overlay {
    z-index: 210;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease-in,visibility .3s ease-in;
    transition: opacity .3s ease-in,visibility .3s ease-in;
}
.enable_overlay, .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
}
.prague-header.simple.sticky-menu.light.scroll {
    background-color: #fff !important;
    color: #000 !important;
}

.prague-header.simple.sticky-menu.light.scroll  .main-menu li a {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 5px 15px;
    opacity: .7;
    text-transform: uppercase;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    color: #111 !important;
}


.main-menu li a {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
}

.wrap-inner-banner .page-header {
  background-color: transparent !important;
}