﻿body {
    background-color: #f1f1f1;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.05rem;
    color: #04090f;
}

footer{
    background-color: #00347b;
}

nav {
    z-index: 100;
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
    background-color: #fff;
}

.banner h1::after {
    /*background-color: #949292;*/
    content: "";
    position: absolute;
    left: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    align-content: center;
    border-bottom: 2px solid #3755c4;
    height: 10px;
    width: 100px;
}

h1, .home-banner{
    letter-spacing: 0.3rem;
}

h1, h2, h3, h4, h5, h6, .heading-font {
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

main a {
    color: #3755c4;
}

.home-banner {
    position: relative;
    background: url(images/townhouses.jpg) bottom center no-repeat;
    background-color: #3755c4;
    background-size: cover;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    font-weight: 700;
}

    .home-banner > * {
        z-index: 100;
    }

    .home-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0, 0, 0, 0.5);
        z-index: 1;
    }

.icon-wrapper {
    text-decoration: none;
    margin-left: .25rem;
    margin-right: .25rem;
}

.icon {
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    font-size: 1.05rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #f8f9fa;
    border: 1px solid #f8f9fa;
}

    .icon:hover {
        background-color: rgba(0,0,0,0.2);
    }

.card {
    padding: 1rem;
    border-radius: 1rem;
}

.card-links .card {
    border: 0px;
    height: 100%;
    box-shadow: 0px 4px 8px #949292;
    background-color: #fff;
    border-top: 5px solid #3755c4;
    color: #212529;
}

    .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 {
            box-shadow: 0px 4px 12px #949292;
        }

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 400px;
    max-width: 450px;
    border: 2px solid #3755c4;
    border-radius: 1rem;
}

.btn-custom {
    background-color: #00347b;
    color: #f8f9fa;
}

    .btn-custom:hover {
        background-color: #003f95;
        border-color: #003f95;
        color: #f8f9fa;
    }

    .btn-custom:not(:disabled):not(:disabled):active {
        background-color: #00347b !important;
        border-color: #00347b !important;
        color: #f8f9fa;
    }

