@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham.otf") format("opentype");
    font-weight: normal;
}

@font-face {
    font-family: "GothamBold";
    src: url("../fonts/GothamBold.otf") format("opentype");
    font-weight: 900;
}

#title-input {
   display:none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Gotham";
    position: relative;
}

h1,
h2,
h3,
h4 {
    font-family: GothamBold;
    font-weight: 800;
    text-transform: uppercase;
}

dt {
    text-transform: uppercase;
}

.navbar {
    background-color: #e9eae8;
    color: #0b2139;
}

.navbar .nav-link {
    border-bottom: 2px solid #e9eae8 !important;
    color: #0b2139 !important;
    text-transform: uppercase;
}

.navbar .nav-link.active {
    color: inherit !important;
    border-bottom: 2px solid #0b2139 !important;
}

.navbar .nav-link:hover {
    color: inherit !important;
}

.navbar-brand img {
    height: 60px;
}

.scroll-down {
    display: block;
    max-height: 40px;
    min-height: 40px;
    max-width: 40px;
    min-width: 40px;
    margin: 5rem auto;
}

.scroll-down.call-to-action {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    display: block;
    font-weight: 600;
    max-height: fit-content;
    max-height: max-content;
    min-height: auto;
    max-width: fit-content;
    max-width: 15rem;
    padding: 0.5rem 3rem;
    text-decoration: none;
    text-transform: uppercase;
}

.bio {
    cursor: pointer;
    width: 1rem;
}

#services .img-fluid {
    width: 100%;
}

a.privacy {
    color: white;
    font-size: 0.8rem;
}

#services,
#services-detail,
#leadership,
#contact {
    padding-bottom: 3rem;
    padding-top: 5rem;
}

#overview {
    background-color: #182439;
    background-image: url("../images/header-v3.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding-top: 185px;
}

#overview h1 {
    font-size: 3.5rem;
    font-weight: 900;
}

#overview p {
    font-size: 1.2rem;
    text-transform: uppercase;
}

#overview p.subhead {
    font-weight: 800;
}

#services {
    /*background-color: #0b2139;*/
    background-image: url("../images/services-background.jpg");
}

#services .col-md-12>p {
    font-size: 1.2rem;
}

#services-detail {
    background-color: #eeefed;
    background-image: url("../images/unique.png");
    background-size: cover;
    padding-bottom: 0;
    text-align: center;
}

#overview h1,
#services h2,
#services h3,
#services-detail h3,
#services-detail h4,
#leadership h2,
#contact h2,
#contact h3 {
    color: #77cbea;
    text-transform: uppercase;
}

#services-detail h4 {
    word-spacing: 5000px;
}

#services-detail .col-md-3 img {
    width: 50%;
}

#services-detail p {
    color: #0b2139;
    margin: auto 2rem;
}

#services .overlay {
    background-image: url("../images/services-overlay.png");
    min-height: 38rem;
}

#services .overlay p {
    padding-left: 2rem;
    padding-right: 2rem;
}

#leadership {
    background-color: #10375a;
    background-image: url("../images/leadership.png");
    background-size: cover;
    padding-bottom: 0;
    position: relative;
}

#leadership .rounded-circle {
    background-color: #77cbea;
    color: #0b2139;
    height: 7rem;
    margin: auto;
    width: 7rem;
}

#leadership .rounded-circle span {
    font-family: "GothamBold";
    font-size: 3rem;
    font-weight: 900;
    line-height: 7rem;
}

#leadership h3 {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 900;
    text-transform: uppercase;
}

#leadership h3 span {
    display: block;
    font-family: "Gotham";
    font-size: 0.9rem;
    font-weight: 100;
}

#leadership h4 {
    color: #0b2139;
}

#leadership .bio-text {
    background-color: transparent;
    background-image: url("../images/bio.png");
    left: 25%;
    position: fixed;
    text-transform: uppercase;
    top: 20%;
    width: 50%;
    z-index: 10000;
}

#contact {
    background: rgb(0,62,139);
    background: radial-gradient(circle, rgba(0,62,139,1) 0%, rgba(0,7,35,1) 90%);
}

#contact input,
#contact textarea {
    border-radius: 0;
}

#contact button {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    font-weight: 600;
    padding: 0.5rem 3rem;
    text-transform: uppercase;
}

#contact .col-md-1.d-block.d-sm-none img {
    width: 27%;
}

#contact .linkedin {
    width: 3rem;
}

#contact .i100 {
    width: 8rem;
}

#contact .softcat {
    width: 8rem;
}

#contact .registration {
    border-top: 2px solid white;
}

@media (max-width: 575.98px) {
    #overview h1 {
        font-size: 2.0rem;
    }

    #contact .address {
        margin-top: 2rem;
    }

    #services-detail .col-md-3 {
        margin-bottom: 3rem;
    }

    #services-detail .col-md-3 img {
        width: 30%;
    }

    #leadership .bio-text {
        bottom: 0;
        left: 0;
        overflow-y: scroll;
        top: 86px;
        width: 100%;
    }
}

@media (max-width: 404px) {
    #overview h1 {
        font-size: 2.0rem;
        font-weight: 900;
    }

    #contact .address {
        margin-top: 2rem;
    }
}

