/*font-family: 'Roboto', sans-serif;*/

h1, h3, p{
    font-family: 'Montserrat', sans-serif;
}

body{
    width: 100%;
    height: 100%;
    color: #616161;
    font-family: 'Oxygen', sans-serif;
    background: url(../img/bg.jpg) no-repeat top center fixed;
    background-size: cover;
    position: relative;
}
.maskHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/pattern.png);
}

#banner-background h1{
    font-size: 3.4rem;
    font-weight: 800;
    letter-spacing: .2rem;
    color: #FFF;
}

#banner-background p{
    font-size: 1.2rem;
    font-weight: 400;
    color: #FFF;
}

.banner {
    min-height: 370px;
    position: relative;
    padding: 0 15px 50px 15px;
}
.banner .container {
    position: relative;
    z-index: 1;
}
#banner-background .image-container, #content-background .image-container {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#banner-background .image-container > .section-background-image {
    /*width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/bg.jpg);
    background-position: 50% 50%;
    background-size: cover;*/
}


#content-background {
    background-color: #FFF;
    color: #000;

}
.section {
    padding: 60px 15px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section .container {
    position: relative;
    z-index: 2;
}

.content-description p{
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
}

hr{
    color: #C10A28;
    background-color: #C10A28;
}

.content-form{
    margin-top: -280px;
    border: 10px solid #FFF
}

a{
    color: #FFF;
}
a:hover{
    color:#FFF;
}

footer a{
    color: #D9CB8A;
}
footer p{
    color:#FFF;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.ls-menu .fa{
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}


/* -- Responsive code -- */
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1080px) {}

@media screen and (max-width: 1050px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 800px) {
    .content-form{
        margin-top: 0;
    }
    .section {
        padding: 30px 15px;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 736px) {}

@media screen and (max-width: 667px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 568px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 414px) {
    #banner-background h1{
        font-size: 2.6rem;
    }

    #banner-background p{
        font-size: 1rem;
    }
    .content-description p{
        font-size: 1rem;
    }
}

@media screen and (max-width: 384px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}

/* -- //Responsive code -- */