﻿html{
    overflow-y:scroll;
}

body {
    background-color: #f7f5f6;
}

.nav-link:hover {
    text-decoration: none;
    color: #000 !important;
}

.nav-link.active {
    color: #000 !important;
}

footer {
    background-color: #034223;
}

.overlay {
    background: rgba(0,0,0,0.4);
    height: 100%;
    text-align:center;
}

#default-cards .card {
    border: 0px !important;
    border-top: 10px solid #8cc63e !important;
    box-shadow: 0px 8px 5px #cccccc;
    height: 100%;
}

.btn-custom {
    background-color: #8cc63e;
    color: #000;
}

    .btn-custom:hover {
        background-color: #98cc52;
    }

.icon:hover{
    text-decoration: none;
    opacity: .8;
}

.negative-margins {
    margin: -8px;
}

#carouselBanner1 {
    background: url(images/carousel/1.jpg) center center no-repeat;
}

#carouselBanner2 {
    background: url(images/carousel/2.jpg) center center no-repeat;
}

#carouselBanner3 {
    background: url(images/carousel/3.jpg) center center no-repeat;
}

#carouselBanner4 {
    background: url(images/carousel/4.jpg) center center no-repeat;
}

#carouselBanner5 {
    background: url(images/carousel/5.jpg) center center no-repeat;
}

#carouselBanner6 {
    background: url(images/carousel/6.jpg) center center no-repeat;
}

#carouselBanner .carousel-item {
    background-size: cover;
    height: 600px;
}

h1, h2, h3, h4, h5{
    color: #034223;
}

#nestedNav  .nav-link.active {
    background-color: #8cc63e;
}

#nestedNav .nav-link{
    padding-left: .75rem;
}

a, .btn:hover{
    text-decoration:none;
}

a:hover{
    text-decoration: underline;
}

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 500px;
    padding-top: 10px;
}