﻿body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

#header-banner, header{
    background-color: #006863;
    /*background-color: #00648b;*/
}

    header div {
        display: inline-block;
        margin-left: auto;
        padding: .75rem 1.2rem;
        border-bottom-left-radius: 20px;
        background-color: #004f4b;
        color: #f8f9fa;
    }

#main-menu, .nav-link{
    color: #f8f9fa;
    text-transform: uppercase;
    font-weight: 600;
}

    #main-menu, .nav-link:hover {
        color: #d9d9d9;
    }

    #main-menu .dropdown-item {
        color: #00648b;
        font-weight: 600;
        text-transform: uppercase;
    }

footer {
    background-color: #1a2126;
    background-color: #003f58;
    background-color: #004f4b;
}

.bg-blue {
    background-color: #00648b;
}

h1, h2, h3, h4, h5, h6, .display-5, .heading-font {
    font-weight: 600;
}

.icon-wrapper {
    text-decoration: none;
    margin-left: .25rem;
    margin-right: .25rem;
}

.icon {
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    /*font-size: 1rem;*/
    background-color: #eb9929;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #212529;
    /* border: 1px solid #d1e5f4;*/
}

    .icon:hover {
        background-color: #e58d15;
    }

.home-banner {
    background: url(images/office.jpg) center center no-repeat;
    background-size: cover;
    height: 400px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #f8f9fa;
    text-shadow: 2px 2px 2px #212529;
    position: relative;
    background-color: #184E77;
    z-index: 1;
}

.list-unstyled li, .list-padding li {
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.card, .rounded-custom{
    border-radius: 20px 20px 20px 20px;
}

.card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.border-left-card {
    border: 0px;
    border-left: 5px solid #00648b;
    max-width: 900px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.btn {
    border-radius: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
}

.btn-custom {
    background-color: #eb9929;
    color: #212529;
}

    .btn-custom:hover {
        background-color: #e58d15;
        border-color: #e58d15;
        color: #212529;
    }

    .btn-custom:not(:disabled):not(:disabled):active {
        background-color: #eb9929 !important;
        border-color: #eb9929 !important;
        color: #212529;
    }

.quick-link {
    color: #212529;
    text-decoration: none;
}

    .quick-link:hover > * {
        transform: scale(1.01);
        transition: all 0.1s ease;
    }

.round-icon {
    background-color: #dce1de;
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    font-size: 1.05rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.border-sm-bottom {
    border-bottom: 1px solid #dee2e6;
}

.card-shadow {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.div-table {
    padding: 0 .5rem 0;
}

    .div-table .row {
        padding: .75rem 0 .75rem;
        border-bottom: 1px solid #dee2e6;
    }

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 350px;
    max-width: 400px;
}

.nested-nav {
    border-right: 1px solid #dee2e6;
}

    .nested-nav .nav-item .nav-link {
        color: #212529 !important;
        width: 100%;
        border-radius: 0px;
        text-align: left;
    }

    .nested-nav .nav-item {
        border-bottom: 1px solid #dee2e6;
    }

        .nested-nav .nav-item:hover {
            background-color: #dee2e6;
        }

        .nested-nav .nav-item .active {
            background-color: #00648b;
            color: #f8f9fa !important;
        }

.video-wrapper {
    position: relative;
    display: block;
    width: 100%; /* width of iframe wrapper */
    height: 0;
    margin: auto;
    padding: 0% 0% 56.25%; /* 16:9 ratio */
    overflow: hidden;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

@media (min-width: 768px) {
    

    .card-negative-margin-right {
        border-left: 5px solid #5dc2e7;
    }

    .border-md-right {
        border-right: 1px solid #dee2e6;
    }

    .border-blue-radius {
        border-bottom-left-radius: 25px;
    }

    .home-banner {
       /* background: url(images/office.jpg) center center no-repeat;
        background-size: cover;*/
        height: 600px;      
    }
}

@media (min-width: 992px) {
    .border-sm-bottom {
        border-bottom: 0;
    }

    .card-negative-margin-left {
        margin-left: -75px;
    }   

    .card-negative-margin-right {
        margin-right: -75px;
        max-width: 400px;
    }

    .border-md-right {
        border-right: 1px solid #dee2e6;
    }

    .border-blue-radius {
        border-bottom-left-radius: 0px;
    }
}

@media (min-width: 1400px) {

    #main-menu .nav-item {
        padding-left: .15rem;
        padding-right: .15rem;
    }
}