#hero {
    background: url(../img/hero-desaurb3.jpg) top center fixed;
}

#hero .hero-container {
    /*background: rgba(255, 255, 255, 0.8);*/
}


.is-sticky #header {
    background: rgba(255, 255, 255, 1);
}
#header {
    background: #FFF;
    padding: 10px 0;
    height: 120px;

}
#header #logo img {
    max-height: 100px;
}


#nav-menu-container {
    margin: 30px 0;
}
.nav-menu a {
    color: #494949;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
    color: #C3072E;
}


#about .about-container {
    background: url(../img/about2.jpg) -50% center no-repeat;
}
#about, #about .about-content, #portfolio {
    background-color: #FAFAFA;
}


#subscribe {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/subscribe2.jpg) fixed center center;
}

.section-title-divider {
    background: #C3072E;
}
#contact {
    background: #F1F1F1;
}
#contact .info i {
    color: #C3072E;
}

#contact .form button[type="submit"] {
    background: #C3072E;
}
#contact .form button[type="submit"]:hover {
    background: #E10934;
}


.back-to-top:hover {
    background: #C3072E;
}

a {
    color: #C3072E;
}

a:hover, a:focus {
    color: #E10934;
}