body {
	color: var(--black);
	font-family: var(--fontnormal);
}

.card-text {
    color: var(--black);
    font-family: var(--fontnormal);
    font-size: 0.9rem;
}

.navbar-nav { align-items: baseline !important; }
.navbar-nav .nav-link { padding-bottom: 0 !important; }
.navbar .container { align-items: end !important; }
.navbar-collapse { align-items: end !important; }
.navbar-nav .nav-link { 
    color: var(--freedom-green) !important; 
    font-weight: bold !important; 
}
.navbar-nav .nav-link:hover { 
    color: var(--freedom-green-light) !important; 
    text-decoration: underline;
}

.brand-text {
    color: var(--freedom-green);
    font-size: 2.5rem;
}

.dropdown-scroll {
    overflow: hidden;
    overflow-y: auto;
    max-height: 200px;
}

.header-msg {
    background: var(--black);
}

.header-msg-text {
    font-family: var(--fontbold);
    color: var(--white);
}

.carousel-caption {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.carousel-caption h1 {
    font-family: var(--fontbold);
    color: var(--white);
    font-size: 4em;
    text-shadow: 1px 1px 2px var(--black);
}

.carousel-caption p {
    font-family: var(--fontnormal);
    color: var(--white);
    font-size: 2em;
    text-shadow: 1px 1px 2px var(--black);
    /*-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;*/
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
}

.slideshow-img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 82vh;
}

.headerimage-img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 82vh;
}

.inline-slideshow-img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 82vh;
}

.content {
    font-family: var(--fontnormal);
    color: var(--black);
}

.content h1 {
    font-size: 62px;
    padding-bottom: 20px;
}

.content h2 {
    font-size: 36px;
    line-height: 1.2;
}

.content h3 {
    font-size: 28px;
    line-height: 1.2;
}

.content h4 {
    font-size: 18px;
    line-height: 1.2;
}

.content h5 {
    font-size: 14px;
    line-height: 1.2;
}

h2 a, h3 a, h4 a {
    text-decoration: none;
    color: var(--black);
}

h2 a:hover, h3 a:hover, h4 a:hover {
    text-decoration: underline;
    color: var(--freedom-green);
}

.bullets ul {
    /*display: inline-block;*/
    /*list-style-type: none;*/
    padding: 0;
    margin: 0;
    text-align: center;
    /*width: 97%;*/
}

.bullets li {
    list-style-position: inside;
    margin-left: -32px;
}

.img-overlay h1 {
    font-family: var(--fontbold);
    color: var(--white);
    font-size: 62px;
    text-shadow: 1px 1px 2px var(--black);
}

.img-overlay h2 {
    font-family: var(--fontbold);
    color: var(--white);
    font-size: 26px;
    text-shadow: 1px 1px 2px var(--black);
}

.img-overlay a {
    font-family: var(--fontbold);
    color: var(--white);
    font-size: 26px;
    text-shadow: 1px 1px 2px var(--black);
    text-decoration: none;
}

.img-overlay a:hover {
    color: #CCC;
}

.content-footer {
    background-color: var(--freedom-green);
}

.footer-text {
    color: var(--white);  
}

.footer-text a, .footer-text a:active, .footer-text a:visited {
	color: #EEE;
	text-decoration: none;
}

.footer-text a:hover {
	color: #AAA;
}

.pt-6 { padding-top:5rem!important; }
.pb-6 { padding-bottom:5rem!important; }
.pt-7 { padding-top:7rem!important; }
.pb-7 { padding-bottom:7rem!important; }

.feature-icon { font-size: 2rem; color: #999999;}

.google-map {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}

.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.consent-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    background-color: var(--white);
    color: var(--black);
    font-size: smaller;
}

.consent-banner-buffer {
    min-height: 100px;
}

.paymentprocessing {
    display: none;
    height: 100%;
    background: rgba(92, 184, 92, 0.9);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    align-items: center;
    justify-content: center;
}

.paymentprocessing.visible {
    display: flex;
}

.preview-image {
    opacity: 0.5;
}

.testimonials p {
    margin-bottom: 1rem;
    font-style: italic;
    color: #777777;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media screen and (max-width: 767.98px) {
    .brand-text {
        font-size: 1.5rem;
    }

    .basket-cell {
        font-size: 0.72rem;
    }

    .content h1 {
        font-size: 32px;
    }

    .content h2 {
        font-size: 28px;   
    }

    .content h3 {
        font-size: 24px;   
    }

    .carousel-caption h1 {
        font-size: 32px;
    }
    
    .carousel-caption p {
        font-size: 24px;
    }

    .img-overlay h1 {
        font-size: 32px;
    }

    .img-overlay h2 {
        font-size: 18px;
    }

    .img-overlay a {
        font-size: 18px;
    }

    .slideshow-img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 66vh;
    }

    .headerimage-img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 66vh;
    }

    .inline-slideshow-img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 50vh;
    }

    .bullets li {
        list-style-position: inside;
        margin-left: -20px;
    }

    .google-map {
        height: 55vh;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .inline-slideshow-img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 50vh;
    }   

    .img-overlay h1 {
        font-size: 32px;
    }

    .img-overlay h2 {
        font-size: 18px;
    }

    .img-overlay a {
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .inline-slideshow-img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 75vh;
    }   
}
