body {
    font-family: 'Circular Std Book';
    color: #000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.fade-content {
    opacity: 0;
}

.spacer1 {
    height: 1rem;
}

.spacer2 {
    height: 2rem;
}

.spacer3 {
    height: 3rem;
}

.spacer4 {
    height: 4rem;
}

.spacer5 {
    height: 5rem;
}

.spacer6 {
    height: 6rem;
}

.spacer7 {
    height: 7rem;
}

.spacer8 {
    height: 8rem;
}

.spacer9 {
    height: 9rem;
}

.spacer10 {
    height: 10rem;
}

img {
    min-height: 0.01px;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

button:focus {
    outline: none;
}

.img-fluid_full {
    display: block;
    width: 100%;
    height: auto;
}

.image-fill {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
}

.vh-fix {
    height: 100vh;
    height: calc(100vh - var(--vh-offset, 0px));
}

.bg-primary {
    background-color: #f5e12a !important;
}

.bg-light {
    background-color: #f1e3dd !important;
}

.bg-dark {
    background-color: #000 !important;
}

.bg-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-image1 {
    background-image: url('../img/image01.jpg');
}

.bg-image2 {
    background-image: url('../img/image02.jpg');
}

.bg-image3 {
    background-image: url('../img/image03.jpg');
}

.bg-image4 {
    background-image: url('../img/image04.jpg');
}

.outer-container {
    margin: 1rem;
    height: calc((100vh - var(--vh-offset, 0px)) - 2rem);
    width: calc(100% - 2rem);
}
.mobile-height {
	margin: 1rem;
	height: auto;
	width: calc(100% - 2rem);
}
@media (min-width: 768px) {
.outer-container {
    margin: 1.5rem;
    width: calc(100% - 3rem);
    height: calc((100vh - var(--vh-offset, 0px)) - 3rem);
}
.mobile-height {
    margin: 1rem;
    height: calc((100vh - var(--vh-offset, 0px)) - 2rem);
    width: calc(100% - 2rem);
}
}
#fp-nav.fp-right {
	right: 3vw !important;
}
h1 {
    font-size: 8rem;
    line-height: 7rem;
    letter-spacing: 2px;
}

h2 {
    font-size: 3.7rem;
    line-height: 3.5rem;
    letter-spacing: 1px;
}

h3 {
    letter-spacing: 1px;
}

p {
    font-size: 1.5rem;
}

.divider {
    height: 0.375rem;
}

.site-name {
    font-size: 5.65rem;
    letter-spacing: 3px;
}

.site-address {
    font-size: 3rem;
    letter-spacing: 3px;
}

.site-postcode {
    font-size: 1.75rem;
    letter-spacing: 2px;
}

.down-arrow {
    height: 1rem;
}

.table-header {
    display: table-header-group;
}

.table-body {
    display: table-row-group;
}

.d-table-cell {
    padding: 0.5rem 0.25rem 0.75rem;
}

.d-table-cell:nth-of-type(2) {
    padding-right: 2rem;
}

.table-header .d-table-cell,
.table-body .d-table-cell {
    border-bottom: 1px solid #000;
}

.table-body .last-row .d-table-cell {
    border-bottom-width: 0;
}

.download-link {
    font-size: 1.25rem;
    border-bottom: 1px solid #000;
}
.download-link:hover {
    opacity: .6;
}

.download-link img {
    height: 1rem;
}

.agent-logo {
    height: 4rem;
}

.contact-link:hover {
    text-decoration: underline;
}

.small {
    font-size: 0.6rem;
}

#fp-nav.right {
    right: 2.75rem !important;
}

#fp-nav ul li {
    width: 0.75rem !important;
    height: 0.75rem !important;
    margin: 0.5rem 7px !important;
}

/*
#fp-nav ul li:last-of-type {
    display: none;
}
*/

#fp-nav ul li a span {
    height: 0.75rem !important;
    width: 0.75rem !important;
    background: rgba(255, 255, 255, 0.4) !important;
    margin: -2px 0 0 -2px !important;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
    height: 0.75rem !important;
    width: 0.75rem !important;
    margin: -2px 0 0 -2px !important;
    border-radius: 50% !important;
    background: #fff !important;
}

@media (min-width: 768px) {
    html {
        font-size: 1vw;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}

@media (min-width: 1600px) {}

@media (max-width: 767px) {

    html {
        font-size: 2.5vw;
    }

    .vh-fix {
        height: calc((100vh - var(--vh-offset, 0px)));
    }

    .divider {
        height: 0.25rem;
    }

    h1 {
        font-size: 5rem;
        line-height: 4rem;
    }

    h2 {
        font-size: 2.4rem;
        line-height: 2.5rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    p {
        font-size: 0.9rem;
    }

    .d-table {
        font-size: 0.7rem;
    }

    .site-name {
        font-size: 3rem;
    }
    
    .site-address {
        font-size: 1.5rem;
    }
    
    .site-postcode {
        font-size: 1.25rem;
    }

    .bg-image1 {
        background-image: url('../img/image01_mob.jpg');
    }

    .bg-image2 {
        background-image: url('../img/image02_mob.jpg');
    }

    .bg-image3 {
        background-image: url('../img/image03_mob.jpg');
    }

    .bg-image4 {
        background-image: url('../img/image04_mob.jpg');
    }

    .agent-logo {
        height: 3.75rem;
    }

    .contact-details {
        font-size: 0.9rem;
    }

    .download-link {
        font-size: 1rem;
    }
    
    .download-link img {
        height: 0.75rem;
    }

    .small {
        font-size: 0.5rem;
    }

    #fp-nav {
        display: none;
    }
}

@media (max-width: 575px) {
    html {
        font-size: 3.5vw;
    }
}

@font-face {
    font-family: 'Alternate Gothic No2 D';
    src: url('../fonts/AlternateGotNo2D.woff2') format('woff2'),
        url('../fonts/AlternateGotNo2D.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circular Std Book';
    src: url('../fonts/CircularStd-Book.woff2') format('woff2'),
        url('../fonts/CircularStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circular Std Bold';
    src: url('../fonts/CircularStd-Bold.woff2') format('woff2'),
        url('../fonts/CircularStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.font-bold {
    font-family: 'Circular Std Bold';
}

.font-gothic {
    font-family: 'Alternate Gothic No2 D';
}