/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Custom Colours */
.pointer { cursor: pointer; }
.wwf-offwhite-bg { background: #FAF6EF; }
.wwf-offwhite-text { color: #FAF6EF; }
.wwf-green1-bg { background: #147C84; }
.wwf-green1-text { color: #147C84; }
.wwf-orange-text { color: #E76F31; }
.wwf-gold-text { color: #F2B733; }
.wwf-gold-bg { background: #F2B733; }
.wwf-green-top-line { border-top: 6px solid #147C84; }
.wwf-gold-top-line { border-top: 6px solid #F27733; }
.dmserif { font-family: "DM Serif Text", serif; font-weight: 400; font-style: normal; }
.background-none { background-color: transparent; }
.display-7 { font-size: 2rem; line-height: 1.2; }



body { font-family: "Lato", sans-serif; font-weight: 400; font-style: normal; font-style: normal;color: #147C84;  }
p,a { letter-spacing: 3px; }
h1,.h1 { font-family: 'Montserrat', Arial, sans-serif; font-weight: 700 !important; line-height: 1; }
h2,h3,h4,.h2,.h3,.h4 { font-family: 'Montserrat', Arial, sans-serif; font-weight: 400 !important; letter-spacing: 5px; line-height: 1; }
a { color: #147C84; text-decoration: dotted; }
.emphasise { font-weight: 700; font-size: 140%; color: #000;}

:root { --animate-delay: 0.5s; }

/* Button styling */
.btn { border-radius: 20px; text-transform: uppercase; }
.btn-green { color: #fff; background: #147C84; }
.btn-green:hover { background-color: #147C84; border-color: #147C84; }
.btn-midgrey { color: #fff; background: #b8c5d6; }
.btn-midgrey:hover { color: #fff; background: #9ca5b1; }
.btn-white { color: #000; background: #fff; }
.btn-white:hover { background: #eee; }

.btn-primary { color: #fff; background-color: #147C84; border-color: #147C84; }
.btn-primary:hover { background-color: transparent; border-color: #147C84; color: #fff; }
.btn-secondary { color: #147C84; background-color: #fff; border-color: #fff; }
.btn-secondary:hover { color: #fff; background-color: transparent; border-color: #fff; }
.btn-outline-primary { color: #23ce6b; border-color:#147C84; }
.btn-outline-primary:hover { background-color: #147C84; border-color: #147C84; color: #fff; }
.btn-outline-white { color: #fff; border-color: #fff; }
.btn-outline-white:hover { color: #147C84; background-color: #fff; }
.accordion-button:not(.collapsed) { color: #fff; background-color: #147C84; }
.btn-group-xl>.btn, .btn-xl { padding: 0.6rem 1.1rem; font-size: 1.8rem; }

/* Section structuring */
#home-panel-1 { /* background: linear-gradient(to bottom, rgba(20, 124, 132,0.8) 20%, rgba(20, 124, 132,0.9) 100%), url(/images/splash-familypicnic.jpg); background-position: center; background-size: cover; */ }
#home-panel-2 { background: linear-gradient(to bottom, rgba(51,51,51,0.6) 20%,rgba(51,51,51,0.9) 100%), url(/images/splash-familypicnic.jpg); background-position: center; background-size: cover; }
#home-panel-4 { background: linear-gradient(to bottom, rgba(255,255,255,0.3) 20%,rgba(255,255,255,0.5) 100%), url(/images/splash-nature.jpg); background-position: center; background-size: cover; }

/* Nav Bar */
.colorlib-nav-toggle { float: none !important; right: 10px !important; }



/* Form Styling */
.contact-form .form-control {
background: #f7f9fc;
    border: none;
    border-bottom: 1px solid #dfe7f1;
    border-radius: 20px;
    box-shadow: none;
    outline: none;
    color: inherit;
    text-indent: 6px;
    height: 40px;
}

/* Accordian styling */


/* Carousel styling */


/* Form progress bar styling */


/* CMS placeholder styling */



/* Breakpoint specific styling */

@media screen and (min-width: 576px) { /* SM */

}

@media (min-width: 768px){ /* MD */

}

@media (min-width: 992px){ /* LG */

}

@media (min-width: 1200px){

}

@media (min-width: 1400px){ }

@media (pointer: coarse) and (hover: none) {

}
