
html {
    scroll-behavior: smooth;
}
body {
    color: #176b90;
    font-family: 'navigo', sans-serif;
	font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
wrapper {
    min-height: 100vh;
    overflow: hidden;
}





/*------------------------------
            Global        
------------------------------*/
a {
    color: #176b90;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover {
    color: #2e8fb8;
    text-decoration: none;
}
h3 {
	position: relative;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
}
h4 {
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 1rem;
}
h5 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 1rem;
}
p {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 1.75rem;
}
ul {
    font-size: 1.25rem;
    line-height: 1.6;
}
address {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 1.75rem;
}
.f64 {
    font-size: 4rem;
}
.f48 {
    font-size: 3rem;
}
.f40 {
    font-size: 2.5rem;
}
.f32 {
    font-size: 2rem;
}
.f24 {
    font-size: 1.5rem;
}
.f22 {
    font-size: 1.375rem;
}
.f18 {
    font-size: 1.125rem;
}
.f16 {
    font-size: 1rem;
}
.trans {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.scroll-anchor {
    z-index: -1;
    position: relative;
    padding-top: 4rem;
    margin-top: -4rem;
}
@media (max-width: 1199px) {
    h3 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.125rem;
    }
    p {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }
    ul {
        font-size: 1rem;
    }
    address {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }
    .f64 {
        font-size: 3rem;
    }
    .f40 {
        font-size: 2rem;
    }
    .f24 {
        font-size: 1.25rem;
    }
    .f22 {
        font-size: 1.125rem;
    }
    .f18 {
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    h4 {
        font-size: 1.0625rem;
    }
    .anchor {
        padding-top: 3rem;
        margin-top: -3rem;
    }
    
}





/*------------------------------
            Navbar
------------------------------*/
.navbar {
    z-index: 999;
    background-color: #fff;
    padding: 1rem 0;
}
.navbar .navbar-brand {
    width: 12rem;
    padding: 0;
}
.navbar .navbar-toggler {
    cursor: pointer;
    border: none;
    outline: none;
}
.navbar .fas {
    color: #176b91;
    transform: scale(1.5, 1.5);
    padding: 0.5rem;
}
.navbar .nav-link {
    position: relative;
    color: #176b90;
    font-size: 1.25rem;
    font-weight: 200;
    padding: 0.25rem;
    margin: 0 1rem;
}
@media (min-width: 992px) {
    .navbar.navbar-min {
        padding: .5rem 0;
        box-shadow: 0 0 10px rgba(0,0,0,.2);
    }
    .navbar.navbar-min .navbar-brand {
        width: 10rem;
    }
}
@media (min-width: 1440px) {
    .navbar .container-fluid {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (max-width: 1199px) {
    .navbar .nav-item.nav-link {
        font-size: 14px;
        margin: 0 .5rem;
    }
    .navbar .nav-item.nav-link:not(:last-child)::after {
        top: .5rem;
        right: -.5rem;
        height: .875rem;
    }
}
@media (max-width: 991px) {
    .navbar {
        padding: 0.75rem 0;
    }
    .navbar .navbar-brand {
        width: 8rem;
        padding-left: 0.9375rem;
    }
    .navbar .navbar-nav {
        text-align: center;
        padding: 1rem 0 0.5rem;
        margin: 0;
    }
    .navbar .nav-item.nav-link {
        font-size: 1.125rem;
        padding: 0.125rem;
        margin: 0;
    }
    footer .lg {width: 7rem;}
}





/*------------------------------
            Home      
------------------------------*/
.home {
	position: relative;
    background: url(../images/banner.jpg) no-repeat center center; background-size: cover;
    min-height: 100vh;
}
#homeCarousel .carousel-item {
    position: relative;
}
.home h1 {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    color: #fff;
    font-weight: 400;
    margin: auto auto 0%;
	text-align: center;
    transition: all .6s ease-out;
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    padding: 60px 20px 40px 20px;
    font-size: 2.5rem;
}

.animate {
    opacity: 0;
    transform: translateY(3rem);
}
@media(min-width:1400px){
	
}
@media (max-width: 1199px) {
    
}






/*------------------------------
            About        
------------------------------*/
.about {
    background: #a6c2ce;
    padding: 8rem 0;
}
.about.alt {
    background: linear-gradient(rgba(23,108,144,.411),rgba(23,108,144,.411)), url(../images/art/Utopia-Drone.jpg) center no-repeat;
    background-size: cover;
}
.about img {
    width: 10rem;
    filter: brightness(0) invert(1);
    margin: 0 auto 2rem;
}
.about h3 {font-size: 2.5rem;}
.about .tx {text-align: center; color:#ffffff;}
.about .tx p {font-size: 26px; line-height: 1.5; font-weight: 300; margin-bottom: 30px;}
.about .tx p:last-child {margin-bottom: 0;}
@media (min-width: 992px) {
    .about.alt {
        background-attachment: fixed;
    }
}





/*------------------------------
            Team        
------------------------------*/
.team {
    background: #b2a59f;
    padding: 8rem 0;
}
.team h3 {
    margin-bottom: 4rem;
}
.team .person {
    margin-bottom: 2rem;
}
.team .img-container {
    padding: 0 2rem;
}
.team img {
    border-radius: 100%;
    overflow: hidden;
    filter: grayscale(1);
}
.team .info {
    color: #fff;
    text-align: center;
    padding: 1rem;
}
.team .name {
    font-weight: 300;
    margin: 0;
}
.team .title {
    font-weight: 200;
    margin: 0;
}
.team .blurb p {
    color: #fff;
    text-align: center;
    font-style: italic;
}
.team .blurb p:last-child {
    margin: 0;
}





/*------------------------------
          Team Modal
------------------------------*/
.modal .nav {
    z-index: 1;
    position: absolute;
    top: 0;
    right: -2.5rem;
    background-color: #00b9f2;
    padding: .5rem;
}
.modal .nav .nav-item {
    background-color: #00b9f2;
    padding: .5rem;
    margin: .5rem .5rem;
    border: none;
}
.modal .nav .nav-item:hover {
    opacity: .8;
}
.modal .nav .nav-item img {
    width: 1.5rem;
    height: 2rem;
}
.modal .carousel {
    padding: 3rem;   
}
.modal .content {
    min-height: 36rem;
    padding: 1rem 2rem;   
}
.modal .name {
    color: #022361;
    font-weight: 300;
    margin: 0;
}
.modal .title {
    font-weight: 300;
    margin-bottom: 2rem;
}
.modal .location {
    font-weight: 300;
    margin: 0;
}
.modal .location i {
    color: #00b9f2;
    margin-right: .75rem;
}
.modal .exp {
    color: #2E3D52;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}
.modal .desc {
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}
.modal .bio {
    margin-top: -1.75rem;
    padding-top: 3rem;
    border-top: 1px solid #4D6482;
}
.modal .bio p {
    font-weight: 300;
}
.modal-backdrop {
    background-color: #001A31;
}
.modal-backdrop.show {
    opacity: .65;
}
@media (min-width: 992px) {
    .modal p {
        font-size: 1.25rem;
        line-height: 1.8;
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 1400px) {
    .modal-xl {
        max-width: 1240px;
    }
}
@media (max-width: 1199px) {
    
}
@media (max-width: 991px) {
    .modal .nav {
        right: 0;
    }
    .modal .nav .nav-item {
        padding: 0.125rem;
    }
    .modal .nav .nav-item img {
        width: 1.25rem;
        height: 1.5rem;
    }
    .modal .carousel {
        padding: 1rem;   
    }
    .modal .content {
        min-height: auto;
        padding: 0 1rem 1rem;   
    }
    .modal .bio {
        padding-top: 2rem;
        margin-top: 2rem!important;
    }
}





/*------------------------------
            Careers        
------------------------------*/
.careers {
    background-color: #a8bcba;
    text-align: center;
    padding: 8rem 0;
}
.careers h3 {
    font-size: 2.5rem;
}
.careers p {
    color: #fff;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 300;
}






/*------------------------------
            Terms        
------------------------------*/
.terms {
    padding: 5rem 4rem 4rem;
}
.modal .close {
    position: absolute;
    top: 3rem;
    right: 4rem;
    font-size: 1.5rem;
}
.terms h5 {
    color: #16c6cc;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.75rem;
}
.terms h5:not(:first-child) {
    padding-top: 2rem;
}
.terms p b {
    color: #16c6cc;
}
.terms b {
    font-weight: 600;
}
.terms address span {
    display: inline-block;
    min-width: 12rem;
}





/*------------------------------
            Footer        
------------------------------*/
footer {
    z-index: 99;
    color: #176b90;
    background: #fff;
    font-size: 1rem;
    padding: 1rem 0;
}
footer img {
    width: 10rem;
}
footer a {
    color: #176b90;
}



@media (max-width: 767px) {
    .home h1 {font-size: 2rem;}
    .about h3 {font-size: 2rem;}
    .careers h3 {font-size: 2rem;}
    .about {padding:5rem 0;}
    .careers {padding:5rem 0;}
    .about .tx p {font-size: 20px;}
    .careers p {font-size: 20px;}
    footer .lk {text-align: center; margin-bottom: 20px;}
    footer {padding: 2rem 0px;}
    footer .bt span {display: block; text-align: center;}
    footer .my-auto {margin:0px !important;}
}