
.green {
    color: #00864C!important;
}
.red {
    color: #860037!important;
}
.brown {
    color: #D1AB66!important;
}
.black {
    color: #000000!important;
}
.gray {
    color: #707070!important;
}
.white {
    color: #ffffff!important;
}
.btn {
    border-radius: 5rem;
    padding: .375rem 1.75rem;
}
.btn-success {
    color: #fff;
    background-color: #00864C;
    border-color: #00864C;
}
.btn-danger {
    color: #fff;
    background-color: #860037;
    border-color: #860037;
}
.fixed-top {
    top: 28px;
}
#top-bar {
    display: block;
    width: 100%;
    height: 28px;
    background-color: #000000;
    border-bottom: 8px solid #D1AB66;
    position: fixed;
    top: 0;
}
.nav-link {
    color: #860037!important;
    margin-left: 1em;
    margin-right: 1em;
    font-size: 1.2em;
    font-family: Arial;
}

.carousel-inner {
     position: relative;
     width: 100%;
     overflow: hidden;
     margin-top: 38px;
 }

.slick-item {
    text-align: center;
}

.slick-item img {
    margin: 0 auto;
}

#location {
    background: url('assets/img/map-section-bg.jpg') center no-repeat;
    background-size: cover;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
footer {
    background: rgb(0,83,47);
    background: linear-gradient(0deg, rgba(0,83,47,1) 0%, rgba(0,134,76,1) 100%);
    color: #ffffff;
    padding: 2em 15px 10px 15px;
}

@media (max-width: 979px) {
    #myCarousel.carousel img {
        width: 100%;
        height: auto;

    }
}


@media (max-width: 470px) {
    #myCarousel.carousel img {
        max-width:300%;
    }
    .carousel-item {
        height: 11rem;
    }
}
