header#home {
    height: 50vh;
}

@media (max-width: 850px) {
    header#home {
        height: 35vh;
    }
}

#banner {
    background: #7BCDBA;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.jarallax {
    min-height: 0px !important;
}

.body-home .rgba-gradient {
    background: url("../img/intro.jpg") !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-position: top !important;
    background-size: cover !important;
    height: 100% !important;
}

.card-img-top {
    max-height: 100%;
    max-width: 100% !important;
}


.iconBanner {
    height: 20px;
}

@media (max-width: 740px) {

    html,
    body,
    header,
    .intro-2 {
        height: 100vh;
    }
}

@media (max-width: 1075px) {
    .cusyMobile {
        display: none;
    }
}

@media (max-width: 475px){
    #banner {
        font-size: 88%;
    }
    .iconBanner {
        height: 15px;
    }
}

@media (max-width: 415px){
    #banner {
        font-size: 78%;
    }
}

@media (max-width: 378px){
    #banner {
        font-size: 75%;
    }
    .iconBanner {
        height: 13px;
    }
}


.view.zoom img {
    max-width: 100%;
}

@media (min-width: 800px) and (max-width: 850px) {

    html,
    body,
    header,
    .intro-2 {
        height: 100vh;
    }
}

#banner a {
    cursor: pointer;
    text-decoration: none;
    color: #007BFF;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#banner a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #0056b3;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


#banner i {
    color: black;
}


footer.copyright {
    background-color: #7BCDBA !important;
}


.underlogo {
    border-bottom-width: 1px;
    border-bottom-color: #aaa;
    border-bottom-style: solid;
}

a.nav-link {
    color: black !important;
}

li.nav-item.active>a {
    color: white !important;
    background: rgba(0, 123, 255, 0.75) !important;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .18), 0 2px 10px 0 rgba(0, 0, 0, .15) !important;
}

body {
    background: #f8f8f8;
}

.navbar-nav li.nav-item:hover>a {
    transition: all 0.35s ease 0s !important;
    color: white !important;
    background: rgba(0, 123, 255, 0.55) !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15) !important;
}

.navbar-nav li>a {
    transition: all 0.35s ease 0s !important;
    color: black !important;
    background: none !important;
    box-shadow: none !important;
}

.navbar-nav>li>.dropdown-menu {
    background-color: #7BCDBA;
}

.navbar-nav .dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover {
    background: rgba(0, 123, 255, 0.6) !important;
}

.blockquote p {
    font-size: 1rem;
}

*{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
}