﻿
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 64px;
    padding-bottom: 20px;
    background: url(../img/bg/default.png) repeat rgba(236, 229, 218, 0.27);
}


/* Smooth scrolling behaviour */
html {
    scroll-behavior: smooth;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    width: 280px;
}

input .full1width,
select .full1width,
textarea .full1width {
    width: 100% !important;
    max-width: 100% !important;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Raleway Medium';
    margin: 36px 0 14px 0;
    color: rgba(62, 41, 0, 0.85);    /* Colour template */
}

body {
    font-family: 'Alegreya', 'Times New Roman', Times, serif !important;
    font-size: 18px;
}

.dark-brown-palette {
    color: #3e2900;
}

/* Navigation: Navbar */
.bg-dark {
    background-color: rgba(62, 41, 0, 0.48) !important;
}

.spinner-bg-dark {
    color: rgba(62, 41, 0, 0.53);
    background-color: rgba(62, 41, 0, 0.53);
}

.navbar .navbar-brand {
    font-family: 'Indigo Forest' !important;
    font-size: 14px !important;
}
.navbar .navbar-brand small {
    font-family: 'Raleway Medium' !important;
    font-size: 14px !important;
    font-weight: normal;
    text-transform: lowercase;
    font-variant: small-caps;
}

.text-small-caps, .small-caps {
    text-transform: lowercase;
    font-variant: small-caps;
}
.text-uppercase {
    text-transform: uppercase;
}

.display-none, .hidden {
    display: none;
}

/*===============================================================*\
    PRELOADER
\*===============================================================*/
.preloader {
    background: url(../img/bg/default.png) repeat rgba(236, 229, 218, 0.65);
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    padding: 80px 0;
    z-index: 999;
}

/*===============================================================*\
    BLOCKS
\*===============================================================*/
.block-xs {
    display: block;
    position: relative;
    width: 100%;
    height: 16px;
}
.block-sm {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
}
.block-md {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
}
.block-lg {
    display: block;
    position: relative;
    width: 100%;
    height: 120px;
}

/*===============================================================*\
    TEXT SHADOW EFFECTS 
\*===============================================================*/
.inset-text-3d {
    color: transparent;
    background-color: #989898;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
}
.inset-text {
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 2px 1px 1px #fff;
}

.raised-text {
    color: rgba(250, 255, 247, 0.44) !important;
    background-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: rgba(121, 121, 121, 0.74) 0px 3px 3px;
}

/*===============================================================*\
    POSITION-STICKY
\*===============================================================*/
.position-sticky {
    position: relative;
}
@supports (position: sticky) {
    .position-sticky {
        position: sticky !important;
        position: -webkit-sticky !important;
        position: -moz-sticky !important;
        position: -ms-sticky !important;
        position: -o-sticky !important;
        top: 65px;
    }
}


/*===============================================================*\
    BUTTONS
\*===============================================================*/
.btn-fw {
    min-width: 110px !important;
}
@media screen and (max-width: 480px) {
    .btn-fw {
        min-width: initial;
    }
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    width: 48px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 24px;
    border-radius: 50%;
    right: 20px;
    bottom: 20px;
    transition: background 0.5s;
    z-index: 1;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 5px;
    }
}
.back-to-top:focus {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    outline: none;
}
.back-to-top:hover {
    background: #989898;
    color: #fff;
}


/* Back to top button */
.read-more {
    position: relative;
    width: 50px;
    height: 53px;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 8px 12px 6px;
    font-size: 24px;
    border-radius: 50%;
    transition: background 0.5s;
    z-index: 1;
}

.read-more:focus {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    outline: none;
}

.read-more:hover {
    background: #989898;
    color: #fff;
}


/* legend Tag */
fieldset legend {
    border-bottom: 2px solid #777;
    padding: 14px 0 0 0;
    margin-top: 20px;
    margin-bottom: 9px;
}

/* page-header */
.page-header {
    border-bottom: solid;
    padding: 32px 0 18px 0;
    margin: 32px 0 18px 0;
}

/* Blockquote */
blockquote {
    quotes:  "\201C""\201D""\2018""\2019";
    color: rgba(62, 41, 0, 0.85);
    margin: 1.5em 10px 2.0em 12px;
    padding: 0.5em 10px 1.5em 12px;
    text-shadow: 2px 1px 1px #fff;
}
blockquote:before {
    font-size: larger;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote h3 {
    margin: 28px 16px;
}
blockquote p {
    display: block;
    margin: 14px 16px;
}
blockquote .sc {
    font-variant: small-caps;
}
blockquote img {
    width: 90%;
    max-width: 380px;
    height: auto;
    margin: 4px 8px -10px;
}

.separator-lg {
    display: block;
    position: relative;
    width: 100%;
    height: 120px;
    margin: 80px 0 100px 0;
    background: url(../img/bg/pebbles.png) no-repeat center transparent;
    z-index: -1;
}

@media (max-width: 768px) {
    .separator-lg {
        height: 80px;
        margin: 40px 0 50px;
    }
}

.separator-md {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    margin: 60px 0 80px 0;
    background: url(../img/bg/pebbles.png) no-repeat center transparent;
    z-index: -1;
}

.separator-sm {
    display: block;
    position: relative;
    width: 100%;
    height: 68px;
    margin: 28px 0 52px 0;
    background: url(../img/bg/pebble.png) no-repeat center transparent;
    z-index: -1;
}

.flourish-lg {
    display: block;
    position: relative;
    width: 100%;
    height: 226px;
    margin: 28px 0 52px 0;
    background: url(../img/bg/twigs.png) no-repeat center transparent;
    z-index: -1;
}

@media (max-width: 768px) {
    .separator-md {
        height: 60px;
        margin: 30px 0 40px;
    }
}

.img-icon {
    width: 120px;
}
.img-icon-lg {
    width: 254px;
}
.img-icon-md {
    width: 80px;
}
.img-icon-sm {
    width: 36px;
}
.img-icon-xs {
    width: 18px;
}


/*==================================================
    PRINTING
====================================================*/
@media print {
    .no-print {
        display: none;
    }

    a[href]:after {
        content: none !important;
        font-weight: bold;
    }

    table {
        font-size: smaller;
    }

    abbr {
        display: none;
    }

    blockquote {
        border: none;
    }

    .video, .video-sm {
        display: none !important;
        /*background: none;*/
    }

    .video-overlay, .video-overlay-sm {
        display: none;
    }

    .banner, .banner-sm, .banner-overly, .banner-overlay-sm {
        display: none !important;
    }

    .separator-lg, .separator-md {
        display: none;
    }

    .block-lg, .block-md, .block-sm, .block-xs {
        display: none !important;
    }

    .fcard__title .fas, .fcard__title .far,
    .fcard__box .fas, .fcard__box .far {
        display: none;
    }

    .print-selection {
        display: normal;
    }

}

.print-selection {
    display: none;
}


/* COOKIES BANNER */
.cookie-banner {
    position: fixed;
    max-width: 480px;
    bottom: 20px;
    left: 20px;
    margin: 40px;
    padding: 20px;
    -webkit-box-shadow: -1px -4px 25px -5px #989898;
    -moz-box-shadow: -1px -4px 25px -5px #989898;
    box-shadow: -1px -4px 25px -5px #989898;
    background-color: #fff;
    border-radius: 6px;
    z-index: 1;
}
@media screen and (max-width: 480px) {
    .cookie-banner {
        max-width: 100%;
        left: 0;
        bottom: 0;
    }
}

.cookie-banner p {
    padding: 12px;
}
.cookie-banner a {
    font-weight: normal;
    text-decoration: none;
    text-shadow: none;
    margin: 12px 0 8px 0;
}
.cookie-banner a:focus,
.cookie-banner a:hover {
    color: #fcfcfc;
    font-weight: 500;
    text-decoration: none;
    text-shadow: 2px 2px 6px rgba(62, 41, 0, 0.95);
    background-color: rgba(62, 41, 0, 0.46);
    transition: background ease-in-out 0.5s;
    border-radius: 3px;
}

.proudly-block {
	margin: 18px 0 30px 0;
	display: block;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

