﻿body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #04090f;
}

.text-dark{
    color: #04090f !important;
}

footer {
    background-color: #9FC490;
}

.banner {
    background-color: #1a263c;
    color: #f8f9fa;
    background: url(images/doorKeys.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    font-weight: 700;
    /*    background-attachment: fixed;*/
}

#main-menu {
     z-index: 100;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}

#main-menu .nav-item {
    margin-left: .5rem;
    margin-right: .5rem;
}

#main-menu .nav-link, .dropdown-item {
    font-weight: 500;
    color: #1a263c;
    font-size: 1.05rem;
}

    #main-menu .nav-link:hover, #main-menu .active, .dropdown-item:hover {
        border-bottom-color: #184E77;
        color: #1a263c;
    }

.home-banner {
    background: url(images/doorKeys.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 550px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #f8f9fa;
    /*text-shadow: 2px 2px 2px #212529;*/
    position: relative;
    background-color: #1a263c;
}

    .home-banner > *, .banner > * {
        z-index: 100;
    }

    .home-banner::before, .banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0, 0, 0, 0.5);
        z-index: 1;
    }

.card, .rounded-custom{
    border-radius: 25px 25px 25px 25px;    
}

.card-header {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
    color: #f8f9fa;
    background-color: #1a263c;
}

.card-body {
    /*padding: 50px 50px 50px 50px;*/
    padding: 50px 30px;
}



.list-unstyled li, .list-padding li {
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.list-padding-lg li {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.btn {
    border-radius: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.1rem;
}

.btn-custom {
    background-color: #9FC490;
    color: #04090f;
}

    .btn-custom:hover {
        background-color: #C0DFA1;
        border-color: #C0DFA1;
        color: #04090f;
    }

    .btn-custom:not(:disabled):not(:disabled):active {
        background-color: #9FC490 !important;
        border-color: #9FC490 !important;
        color: #04090f;
    }

.card-img-start {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 25px 25px 0px 0px;
}

.bg-dark-blue {
    background-color: #1a263c;
}

.icon-wrapper {
    text-decoration: none;
    margin-left: .25rem;
    margin-right: .25rem;
}

.icon {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font-size: 1.05rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #04090f;
    background-color: #f8f9fa;
}

    .icon:hover {
        background-color: #d3d4d5;
    }

.btn-outline-dark{
    color: #04090f !important;
    border-color: #04090f !important;
}

.btn-outline-dark:hover{
    background-color: #04090f;
    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;
    }

.map {
    width: 100%;
    border: none;
    border: 0;
    height: 100%;
    border-radius: 0px 0px 25px 25px;
    min-height: 300px;
}

.accordion-button{
     font-weight: 600;
 }

    .accordion-button:not(.collapsed) {
        color: #f8f9fa !important;
        background-color: #1a263c !important;
        font-weight: 600;
    }

        .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
        }

#login {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.username {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.password {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (min-width: 768px) {
    .card-img-start {
        border-radius: 25px 0px 0px 25px;
    }

    .map {
        border-radius: 0px 25px 25px 0px;
    }
}

@media (min-width: 992px) {
    .card-padding-lg {
        padding: 70px 60px 80px 90px;
    }

    #main-menu .nav-link{
        border-bottom: 2px solid #fff;
        padding-left: 0px;
        padding-right: 0px;
    }

    #main-menu .active {
        border-bottom-color: #9FC490;
    }

    #main-menu .nav-link:hover {
        border-bottom-color: #1a263c;
    }

    
}

@media (min-width: 1200px) {
    .container-lg {
        max-width: 1110px !important;
        margin-left: auto;
        margin-right: auto;
    }
}
