html, body{
    font-family: 'Oswald', sans-serif;
    margin: 0;
    padding: 0;
}

canvas{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    
}
.navbar {
    margin-bottom: 20px;
    background-color: transparent;
}

.nav.navbar-nav.navbar-right {
    margin-right: 25px;
}

.navbar-brand {
    margin-top: -15px;
    max-width: 220px;
    width: 100%;
}

.nav-link {
    color: black;
    font-size: 1.14em;
    font-weight: 600; 
    margin-right: 5px; 
}

.nav-link:hover {
    color: red;
}

.icon-bar {
    background-color: red;   
}
/*.page{
    background-image: url(images/santa-barbara.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100vh;
}
*/
.container {
    max-width: 1020px;
    width: 100%;
}

.sdq {
    max-width: 1020px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.sdq h2 {
    text-align: center;
    margin-top: -22%;
    font-size: 1.5em;
}

/*****************SERVICES*****************/

.services {
    margin-top: -82px;
    height: 460px;
}

.nav.navbar-nav.navbar-right.service a{
    color: white;
    
}

.jumbotron {
    height: 665px;
    width: 100%;
    background-image: url(images/home_jumbotron.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-jumbo-services {
    margin-top: 510px;
  
}

.container-jumbo-services h2{
    font-size: 8em;
    color: lightcoral;
}

.behind {
    color: #f1f3f7; 
    font-size: 80px;
    letter-spacing: 5px;
    margin-bottom: -10px;
    margin-top: -20px;
}

@media screen and (max-width: 960px) {
    .container-jumbo-services h2{
        font-size: 6em;
        margin-top: 365px;
        padding-top: 13px;
    }
}

@media screen and (max-width: 880px) {
    .container-jumbo-services h2{
        font-size: 5em;
        margin-top: 365px;
        padding-top: 13px;
    }
}

@media screen and (max-width: 770px) {
    .container-jumbo-services h2{
        font-size: 4.5em;
        margin-top: -155px;
    }
    
    .services {
    margin-top: -30px;
    height: 460px;
    }
    
    .nav.navbar-nav.navbar-right.service a{
    color: black;
    }
}

@media screen and (max-width: 666px) {
    .container-jumbo-services h2{
        font-size: 4em;
        margin-top: -155px;
    }   
}
    
@media screen and (max-width: 575px) {
    .container-jumbo-services h2{
        font-size: 4em;
        margin-top: -195px;
    }
}
/******************ABOUT*******************/

.space-bottom {
    margin-bottom: 10px;
}

.project {
    background-image: url(images/CONEXION.jpg);
    width: 100%;
    height: 300px;
    margin-top: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
    .project {
        background-image: url(images/conexion_small_1.jpg);
        width: 100%;
        height: 300px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
    .contact-header {
        background-image: url(images/contact_header_small.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 300px;
        margin-top: 10px;
        margin-bottom: 20px; 
    }
}
/****************CONTACT*****************/

.contact-header {
    background-image: url(images/dropsomelines.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 300px;
    margin-top: 10px;
    margin-bottom: 20px; 
}

.vcenter {
    margin-top: 5%;
    margin-bottom: 15px;
}

.row-contact {
    max-width: 1200px;
    width: 100%;
}

@media screen and (max-width: 700px) {    
    .contact-header {
        background-image: url(images/contact_header_small.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 300px;
        margin-top: 10px;
        margin-bottom: 20px; 
    }
}

/***************FOOTER & SCROOL-UP******************/
    
#footer {
    height: 90px;
    background-color:#2d2d30;
    padding-top: 20px;
    width: 83%;
    margin-left: auto;
    margin-right: auto;
}

#footer a {
  color:#efefef;
}

.img-responsive {
    display: inline-block;

}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}