﻿body {
    background-color: #f7f5f6;
}

header {
    background-color: #92afb6;
}

nav {
    z-index: 100;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
}

.navbar-brand{
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.5rem;
}

.nav-link {
    color: #000 !important;
    font-weight: 500;
    padding-left: .75rem !important;
    padding-right: .75rem !important;
    font-size: 1.05rem;
    letter-spacing: .05rem;
}

    .nav-link:hover {
        color: #194d5b !important;
        text-decoration: none;
    }

footer {
    background-color: #194d5b;
}

#banner {
    background: url(images/houses.jpg) center left no-repeat;
    background-color: #194d5b;
    height: 450px;
    color: #eabb22;
    text-shadow: 3px 3px 3px #000;
}

#overlay {
    background: rgba(0,0,0,0.2);
    height: 100%;
}

.card-links .card {
    border: 0px !important;
    height: 100%;
    box-shadow: 0px 8px 5px #cccccc;
    border-top: 10px solid #7499a2 !important;
}

    .card-links .card .card-body {
        display: flex;
        flex-direction: column;
    }

.card-links a {
    text-decoration: none;
    color: #3c393c;
    font-size: 1.1em;
}

    .card-links a:hover {
        text-decoration: none;
    }

        .card-links a:hover .card {
            box-shadow: 0px 12px 12px #cccccc;
        }

.card {
    border-top: 10px solid #7499a2 !important;
}

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 360px;
}

.main-heading {
    font-weight: normal;
    text-align: center;
    color: #194d5b;
    text-shadow: 3px 3px 3px rgba(0,0,0,.2);
    margin-bottom: 1.4rem;
}

h2, h3, h4, h5{
    font-weight: 600;
}

.main-card {
    padding: 1rem;
    font-size: 1.1rem;
}
