﻿@import url('https://fonts.googleapis.com/css2?family=WindSong:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat:wght@100;400&family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allison&display=swap');

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-site {
    background-color: lightgray;
    border-color: lightgray;
    color: #212529;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /* margin-bottom: 60px;*/
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

.footer {
    /*position: absolute;
  bottom: 0;*/
    width: 100%;
    white-space: nowrap;
}

.footer {
    padding-left: 45px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
    color: black;
    background-color: lightgray;
}

.footerGrey {
    background-color: #f8f9fa;
}

.footerRowReset {
    padding-left: 0px;
}

.footerVCentre {
    vertical-align: middle;
}

.footerHeaders {
    font-size: 18px;
    font-weight: bold;
}

.back-to-top {
    background: none;
    margin: 5px;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 100;
    display: none;
    text-decoration: none;
}

    .back-to-top i {
        font-size: 50px;
    }


.footer {
    background-color: #222;
    color: #ffffff;
    padding-top: 10px;
}

.bg-NatTrust {
    background-color: #222;
    color: #ffffff
}