﻿body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5 {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

#main-menu {
    z-index: 100;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
    background-color: #164d78;
    letter-spacing: .05em;
}

    #main-menu .nav-item {
        margin-left: .35rem;
        margin-right: .35rem;
    }

#main-menu .nav-link{
    color: #f8f9fa;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 500;
}

#main-menu .nav-link:hover{
    color: #cccccc;
}

.display-5{
    font-weight: 500;
}

.card {
    padding: 1.25rem;
    border-radius: 1rem;
}

.card-links .card {
    border: 0px !important;
    height: 100%;
    box-shadow: 0px 6px 12px #cccccc;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

    .card-links .card .card-body {
        display: flex;
        flex-direction: column;
    }

.card-links a {
    text-decoration: none;
    color: #222022;
    font-size: 1.1em;
    flex: 1;
}

    .card-links a:hover {
        text-decoration: none;
    }

        .card-links a:hover .card {
            box-shadow: 0px 8px 16px #cccccc;
        }

.home-banner {
    background: url(images/porchChairs2.jpg) center center no-repeat;
    background-color: #164d78;
    height: 550px;
    display: flex;
    text-align: center;
    /*align-items: center;*/
    justify-content: center;
    color: #f8f9fa;
    text-shadow: 2px 2px 2px #212529;
    position: relative;
}

    .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.1);
        z-index: 1;
    }

.list-group-item-action {
    color: #1a759f;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .list-group-item-action:hover {        
        color: #1a759f;
    }

.py-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.list-unstyled li{
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.map {
    width: 100%;
    border: none;
    border: 0;
    height: 100%;
    min-height: 550px;    
}

.logo-background {
    background: url(images/logo-gray.png) center left no-repeat;
}

.news-card {
    border-left: 5px solid #e59b67;
    max-width: 900px;
    box-shadow: 0px 6px 12px #cccccc;
}

.contact-section {
    font-size: 1.1em;
}