/*html,
body,
main,
#intro {
    height: 100%;
}

#intro {
   
    background: url("../img/s1.jpg")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   

}*/

/* Required for full background image */

html,
body,
header,
#intro {
    height: 100%;
    
}
#intro {
    background: url("../img/s1.jpg")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media (max-width: 740px) {
    html,
    body,
    header,
    #intro {
        height: 100vh;
    }
}

.top-nav-collapse {
    background-color: #156c7d !important;
}

/*.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}*/

@media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
        background: #156c7d !important;
    }
}

h5 {
    letter-spacing: 3px;
}

*[id]:before {
    display: block;
    content: " ";
    margin-top: -175px;
    height: 175px;
    visibility: hidden;
}

.dinec-color {
    background-color: #156c7d !important;
}
.dinec-text-color {
    color: #156c7d !important;
}
.blue-gradient {
    background: linear-gradient(40deg,#156c7d,#156c7d) !important;
}
.indigo-text {
    color: #156c7d !important;
}
.navbar {
    background-color: #d9e3e5 !important;
    height:8em;
}
.page-footer {
    background-color: #d9e3e5 !important;
}