﻿body {
    background-color: white;  /*#C3BEB1;*/
}
a {
    color: forestgreen !important;
}
    a:visited {
        color: darkgreen !important;
    }
h1 {
    color: black;
    font-family: 'Dancing Script', cursive;
    text-align:center;
}
h2 {
    color: black;
    font-family: 'Dancing Script', cursive;
}
h3 {
    color: forestgreen;
    font-family: 'Dancing Script', cursive;
}
hr {
    color: forestgreen;
}

p {
    color: black;
    font-family: 'Raleway', sans-serif;
}
.spacer{
    padding-top:40px;
}
.navbar-brand {
    color: #BC894E;
    font-family: 'Dancing Script', cursive;
    font-size:2em;
    font-weight:bold;
}
.carousel-caption {
    text-shadow: 2px 2px black;
    text-align: right;
    padding-left: 20px;
    color: white;
}
.carousel-caption p {
    text-shadow: 2px 2px black;
    text-align: right;
    padding-left: 20px;
    color: white;
}
.parallax {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80vh;
}
.snapline {
    position: absolute;
    bottom:0;
    right:0;
}
.snapline p {
    color: white;
    text-shadow: 2px 2px black;
    padding-left:30px;
    padding-right:10px;
}
.teaser {
    text-align: center;
}

    .teaser i {
        font-size: 3em;
        --fa-primary-color: forestgreen;
    }
.teaser h3{
    
}
.teaser h4
{
    font-size:small;
    padding-left:3vw;
    padding-right:3vw;
}
.footerleft {
    text-align: left;
}
.footerright {
    text-align: right;
}
.footercentre {
    text-align: center;
}
.accordion-button:not(.collapsed) {
    background-color:inherit;
}

contentful-rich-text p {
    clear: both;
}
@media (max-width: 768px) {
    .footerleft, .footerright {
        text-align: center;
        margin-top: 25px;
    }
}