@import url("styles/themes/theme-lucy.min.css");
.factory-flag{ visibility: hidden; }

h2 {
    font-size: 50px;
    line-height: 64px;
}

#home h1 {
    font-size:55px;
    text-transform: none;
    text-align:left;
}

body > footer .bottom {
    margin-top: 0px;
}

.ssn-footer {
    padding: 5px 0px;    
}

.lead-left {
    text-align:left;
}

.text-centered {
    text-align:center;
}

.gate.colors-e.background-solid {
    z-index:1111;
}

#gnc {
    text-align:center;
}

#gnc .lead {
    margin-bottom:20px;
}

#gnc ul, #gnc li {
    list-style:none;
}

@media only screen and (max-width: 1024px) {
    #home h1 {
        font-size:42px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 32px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 850px) {
    #home h1 {
        font-size:38px;
    }
}

@media only screen and (max-width: 670px) {
    #home h1 {
        font-size:32px;
    }
}

@media only screen and (max-width: 500px) {
    #home h1 {
        font-size:20px;
        line-height:30px;
    }
    
    h2 {
        font-size: 26px;
        line-height: 36px;
    }
}
