/* Include Skeleton CSS from CDN */
@import "https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css";
/* Custom styles for the website */
body div {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2rem;
}
html {
    scroll-behavior: smooth;
}
div[id]::before {
    content: '';
    display: block;
    height: 120px;
    margin: -30px 0 0;
}
.grill {
    position: relative;
    top: 0px;
    left: 0px;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    width: 45px;
    height: 45px;
    opacity: 0.8;
}
.grill:link,
.grill:visited {
    text-decoration: none;
}
.active {}
.pinned {
    top: 1px !important;
}
.rotate {
    transform: rotate(-90deg);
}
#navigation {
    display: block;
    z-index: 999;
    position: fixed;
}
.navbar {
    color: black;
    width: 50%;
    line-height: 56px;
    z-index: 300;
    display: flex;
    flex-direction: column;
    display: none;
    box-shadow: none;
}
.navbar ul li {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    float: left;
    padding: 0;
    background: white;
}
.navbar ul li {
    width: 100%;
}
nav ul a {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    font-size: 1rem;
    color: black;
    display: block;
    padding: 0 15px;
    cursor: pointer;
}
.navbar-list {
    background-color: white;
    width: 100%;
    box-shadow: 0 1px 1px 0;
}
.navbar-link {
    text-transform: uppercase;
}
.navbar-item .active {
    border: #717273 1px;
}
.closed {
    display: none;
}
.brand {
    margin-bottom: 6rem;
    max-height: 70vh;
    max-width: 80vw;
}
.brand-logo {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.brand .logo {
    padding-bottom: 5rem;
}
.brand .strapline {
    padding: 0;
    position: fixed;
    top: 37px;
    background: white;
    width: 100%;
    display: none;
}
.brand img {
    max-height: 75vh;
    max-width: 80vw;
    /* min-width: 70vw; */
}
section {
    position: relative;
    background: white;
    z-index: 50;
    margin-top: 0rem;
    padding-bottom: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 1rem;
}
:where(section, .section) :where(h1, h2, h3, h4, h5) {
    padding-bottom: 2rem;
}
.container {
    z-index: 50;
}
.row {
    background-color: #fff;
    position: relative;
    opacity: 1;
    z-index: 50;
    margin-bottom: 3rem;
    padding-bottom: 4rem;
}
.rellax {
    z-index: 1;
}
.background {
    display: block;
    height: fit-content;
    width: 100%;
    position: relative;
    top: 58svh;
}
.background img {
    width: 100%;
    min-height: 90vh;
    object-fit: cover;
    /* max-height: 40vh; */
}
#footer {
    position: relative;
    width: 100%;
    display: block;
    z-index: 99;
    height: 108px;
    background: aquamarine;
    bottom: -10rem;
}
.carousel {
    min-height: 50svh;
}
.carousel .carousel-item {
    width: 100%;
    height: 100%;
}
.parallax-container {
    height: 400px;
    line-height: 0;
    position: absolute;
    top: -100px;
    color: rgba(255, 255, 255, .9);
    width: 100%;
    opacity: 0.4;
}
.pin-top {
    position: relative;
    z-index: 200;
}
.pin-bottom {
    position: relative;
}
.pushpin {
    padding-left: 2rem;
    background: #ceedf5f5;
    padding-top: 2rem;
    padding-bottom: 0rem;
}
.pinned {
    position: fixed !important;
    z-index: 99;
    width: 100%;
    top: 48px;
}
@media only screen and (max-width : 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }
    #index-banner .section {
        top: 10%;
    }
}
/* mobile device only */
@media only screen and (max-width : 600px) {
    #index-banner .section {
        top: 0;
    }
}
/*  */
/* Larger than phone */
@media (min-width: 550px) {
    .navbar {
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        height: 72px;
    }
    .navbar-list {
        position: fixed;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        z-index: 400;
    }
    .navbar-item {
        flex-basis: auto;
    }
    /* Navbar */
    .navbar+.docs-section {
        border-top-width: 0;
    }
    .navbar,
    .navbar-spacer {
        display: block;
        width: 100%;
        height: 3.5rem;
        background: #fff;
        z-index: 99;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
    .navbar-spacer {
        display: none;
    }
    .navbar>.container {
        width: 100%;
    }
    .navbar-list {
        list-style: none;
        margin-bottom: 0;
    }
    .navbar-item {
        position: relative;
        float: left;
        margin-bottom: 0;
    }
    .navbar-link {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: .2rem;
        margin-right: 35px;
        text-decoration: none;
        line-height: 3.5rem;
        color: #222;
    }
    .navbar-link.active {
        color: #33C3F0;
    }
    .navbar ul li {
        width: fit-content;
        display: block;
    }
    .has-docked-nav .navbar {
        position: fixed;
        top: 0;
        left: 0;
    }
    .has-docked-nav .navbar-spacer {
        display: block;
    }
    /* Re-overiding the width 100% declaration to match size of % based container */
    .has-docked-nav .navbar>.container {
        width: 80%;
    }
    .brand {
        margin-bottom: 2rem;
    }
    .brand img {
        max-height: 84vw;
        max-width: 55vh;
    }
    .pinned {
        top: 35px !important;
    }
}
.background {
    display: block;
    height: fit-content;
    width: 100%;
    position: absolute;
    top: 70svh;
}
.background img {
    width: 100%;
    min-height: 70vh;
    object-fit: cover;
    /* max-height: 40vh; */
}
/* Larger than tablet */
@media (min-width: 750px) {
    .background {
        display: block;
        height: fit-content;
        width: 100%;
        position: absolute;
        top: 90svh;
    }
    .background img {
        width: 100%;
        min-height: 80vh;
        object-fit: cover;
        /* max-height: 40vh; */
    }
    .brand img {
        max-height: 74vw;
        max-width: 70vh;
    }
}
/* ... */