﻿html{
    overflow-y: scroll;
}

body {
    background-color: #ffffff;
}

header{
    border-bottom: 1px solid #cccccc;
}

#menu .nav-link{
    color: #000000;
}

    #menu .nav-link:hover {
        color: #5d7757;
        text-decoration:none;
    }

footer {
    background-color: #688662;
}

.home-banner {
    text-align: center;
    background: url(images/office.jpg)center center no-repeat;
    height: 450px;
    background-size: cover;
    color: #eab700;
    text-shadow: 3px 3px 3px #000;
}

.overlay {
    background: rgba(0,0,0,0.5);
    height: 100%;
    font-weight:500;
}

.banner {
    background: url(images/geometric-leaves.png)top right repeat;
    color: #fff;
    text-align: center;
}

.texture-overlay {
    height: 100% !important;
    background-color: rgb(104, 134, 98, 0.6);
}

.card-links .card {
    border: 0px !important;
    border-top: 10px solid #eab700 !important;
    height: 100%;
    box-shadow: 0px 8px 5px #cccccc;
}

    .card-links .card .card-body {
        display: flex;
        flex-direction: column;
    }

.card-links a {
    text-decoration: none;
    color: #3c393c;
}

    .card-links a:hover {
        text-decoration: none;
    }

    .card-links a:hover .card {
        box-shadow: 0px 12px 12px #cccccc;        
    }

.btn-custom {
    background-color: #688662;
    color: #fff;
}

    .btn-custom:hover {
        background-color: #5d7757;
        color: #fff;
    }

a, .btn:hover{
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 360px;
    padding-top: 10px;
}

.text-yellow {
    color: #c49137;
}