﻿body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #04090f;
}

button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}


h1, h2, h3, h4, h5, h6, .display-4, .font-heading, .h5, .h4, .h3, .h2, .h1{
    font-weight: 700;
    text-transform: uppercase;
}

main a {
    color: #013399;
}

footer {
    background-color: #002060;
}

.banner {
    background-color: #00357b;
}

header .nav-item {
    margin-left: .4rem;
    margin-right: .4rem;
}

header .nav-link, header .dropdown-item {
    color: #212529;
    font-weight: 500;
}

    header .nav-link:hover {
        color: #000;
    }

.btn {
    border-radius: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.btn-custom {
    background-color: #ec1c26;
    color: #f8f9fa;
  
}

.btn-custom-blue {
    background-color: #013399;
    color: #f8f9fa;
}

    .btn-custom-blue:hover {
        background-color: #012b80;
        border-color: #012b80;
        color: #f8f9fa;
    }

    .btn-custom-blue:not(:disabled):not(:disabled):active {
        background-color: #013399 !important;
        border-color: #013399 !important;
        color: #f8f9fa;
    }

#btn-back-to-top {    
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    height: 45px;
    width: 45px;
    border-radius: 45px;
    padding: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: .75;
}

#btn-back-to-top:hover {    
    opacity: .95;
}

.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: #013399;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #fff;
    /* border: 1px solid #d1e5f4;*/
}

    .icon:hover {
        background-color: #012b80;
    }

.list-unstyled li, .list-padding li {
    padding-top: .35rem;
    padding-bottom: .35rem;
}

ol > li::marker {
    font-weight: bold;
}

.fa-check-circle {
    color: #013399;
}

.rounded-custom {
    border-radius: 1rem;
}

.list-group-item, .card {
    color: #04090f;
}

.card {
    padding: 2rem 1rem;
    border-radius: 1rem;
}

.news-card {
    box-shadow: 0px 6px 12px #cccccc;
}

    .news-card .card-body {
        padding: 1.5rem 2rem;
    }

.card-links .card {
    height: 100%;
    background-color: #aba9bc;
    color: #F8F9FA;
    padding: 2rem 1rem;
    border: 2px solid #4d4d4d;
}

.card-links i{
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

    .card-links .card .card-body {
        display: flex;
        flex-direction: column;
    }

.card-links a {
    text-decoration: none;
}

    .card-links a:hover {
        text-decoration: none;
    }

        .card-links a:hover .card {
            border-color: #343434;
        }

.card-header {
    background-color: #002060;
    border-top-right-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
    color: #f8f9fa;
    text-align: center;
}

.bg-blue {
   background-color: #002060;
}

.py-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.background-cards .card > *{
    z-index: 100;
}

.card-img-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(245, 255, 255, 0.6);
    z-index: 1;
}

.background-cards .card {
    height: 300px;
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}

.background-cards a {
    text-decoration: none;
}

.background-img-wrapper {
    overflow: hidden;
    border-radius: 1rem;
}

.background-cards a:hover .card {
    transform: scale(1.1);
    transition: all 0.1s ease;
}

.landlord-background-card {
    background: url(images/landlord.jpg) center center no-repeat;
    background-size: cover;
}

.tenant-background-card {
    background: url(images/applicant.jpeg) center center no-repeat;
    background-size: cover;
}

.bids-background-card {
    background: url(images/construction.jpeg) center center no-repeat;
    background-size: cover;
}

.residents-background-card {
    background: url(images/residents.jpeg) center center no-repeat;
    background-size: cover;
}

.hex-icon {
    -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    /*font-size: 2rem;*/
    color: #f8f9fa;
    padding: 2rem;
}

.hex-icon-light-blue {
    background: rgb(1,51,153);
    background: linear-gradient(141deg, rgb(1,68,204, 1) 25%, rgb(1,51,153, 1) 75%);
}

#carouselFade {
    position: relative;
    display: flex;
   /* align-items: center;*/
    justify-content: center;
    text-align: center;
}

.collapse-container {
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #dce1de;
    margin-bottom: 2rem;
}

    .collapse-container a {
        color: #166589;
    }

.collapse-btn {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    font-weight: 600;
    text-align: left;
}

.table > :not(caption) > * > *{
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.1);
}

.text-blue{
    color: #013399;
}

#benefits-tiles .card {
    height: 100%;
    color: #04090f;
}

#benefits-tiles .card-body {
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.staff-img {
    max-width: 180px;
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.div-table {
    padding: 0 .5rem 0;
}

    .div-table .row {
        padding: .75rem 0 .75rem;
        border-bottom: 1px solid #ced5d1;
    }

.div-table-striped > .row:nth-child(odd) {
    background-color: #ced5d1;
}

@media (min-width: 992px) {
    .w-md-75 {
        width: 75% !important;
    }
}