#loading {

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    transition: .5s;

}

body.loaded #loading {
    opacity: 0;
    pointer-events: none;
}

#loading:after {

    content: '';
    width: 64px;
    height: 64px;
    border: 8px solid #333;
    border-top-color: transparent;
    border-radius: 50%;
    animation: loading 1s linear infinite;

}

@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {

    box-sizing: border-box;

}

@font-face {
    font-family: 'Circular Std';
    src: url('fonts/CircularStd-Bold.woff2') format('woff2'),
        url('fonts/CircularStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html,
body,
button,
textarea,
input {

    font-family: 'Circular Std', sans-serif;

}

body,
html {
    overflow-x: hidden !important;
    scroll-behavior: smooth !important;
}

html,
body,
img,
a {
    margin: 0;
    border: 0;
    padding: 0;
}

body {

    color: #333;

}

.mouse {
    width: 35px;
    height: 55px;
    border: 3px solid #333;
    border-radius: 25px;
    position: relative;
    margin: 35px auto 10vh;
}

.wheel {
    width: 4px;
    height: 10px;
    background: #333;
    border-radius: 3px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll 1.5s infinite ease-in-out;
}

.arrow {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}

@keyframes scroll {
    0% {
        top: 5px;
    }

    50% {
        top: 10px;
    }

    100% {
        top: 5px;
    }
}


#layout {
    background: white;
}

.header {

    position: fixed;
    top: 0;
    left: 0;
    background: #f5f5f5;
    width: 100%;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3vw;
    font-size: 2vw;

}

.header .logo {

    font-size: 2.5vw;

}

.header ul,
.header li {

    list-style: none;
    margin: 0;
    padding: 0;

}

.header li {

    margin-left: 2.5vw;

}

.header a {

    color: #333;

}

.header ul {

    display: flex;

}

.section--slideshow {

    margin-top: 7vw;
    height: calc(86vh - 7vw);
    position: relative;

}

.section--slideshow:after {

    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
    background: linear-gradient(rgba(0, 0, 0, 0) 50%,
            rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    height: 100%;
    z-index: 50;

}

/*

.section--slideshow:before,
.section--slideshow:after {

    position: absolute;
    top: 0;
    content: '';
    background: white;
    width: 15px;
    height: 100%;
    z-index: 1000;

}

.section--slideshow:before {
    right: 0;
}

*/

.section--slideshow div {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;

}

.section--slideshow div.active {
    opacity: 1;
}

.section--slideshow div:nth-child(1) {

    background-image: url(images/slide-1.jpg);

}

.section--slideshow div:nth-child(2) {

    background-image: url(images/slide-2.jpg);

}

.section--slideshow div:nth-child(3) {

    background-image: url(images/slide-3.jpg);

}

.section--slideshow div:nth-child(4) {

    background-image: url(images/slide-4.jpg);

}

.section--slideshow div:nth-child(5) {

    background-image: url(images/thomas.jpg);

}

.section--main {

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10vh 0;

}

.section--main .content {

    padding: 0 10vw;

}

.section--main h1 {

    margin-bottom: -3vh;
    font-size: 11vw;
    margin-top: calc(-12.2vh - 7vw);
    width: 100%;
    z-index: 100;
    /* text-shadow: 1px 1px 50px rgba(0, 0, 0, 0.25); */
    position: relative;
    color: white;
    text-align: center;

}

.section--main h3 {

    font-size: 3vw;

}

.section--about {

    color: white;
    background: #222;

}

.section--about h3 {

    margin-bottom: 2vw;

}

.section--about ul {

    margin-bottom: 3vw;

}

.section--about li {

    padding: 1vw 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1.5vw;
    display: flex;
    align-items: center;

}

.section--about li:before {
    content: '';
    display: inline-block;
    width: 1vw;
    height: 1vw;
    min-width: 1vw;
    min-height: 1vw;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    margin-right: 1vw;
}

.flex {

    display: flex;

}


.flex .flex-item {

    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10vw;
    position: relative;

}

.section--about .flex-item--thomas {

    background: url(images/thomas.jpg) center center no-repeat;
    background-size: cover;
    min-height: 50vh;

}

.section--photos .flex .flex-item {

    min-height: 50vh;
    background-size: cover;
    background-position: center center;

}

.section--photos .flex .flex-item:nth-child(1) {

    background-image: url(images/slide-2.jpg);

}

.section--photos .flex .flex-item:nth-child(2) {

    background-image: url(images/slide-3.jpg);

}

.section--testimonials {

    padding: 10vh 10vw;

}

.section--map {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

p {

    font-size: 1.8vw;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 20px;

}

*>p:last-child {

    margin-bottom: 0;

}

small,
a {

    text-decoration: none;
    color: #518ecb
}

.box {

    width: 100%;

}

h2 {

    font-size: 5vw;
    margin-bottom: 20px;

}

h3 {

    font-size: 3vw;
    margin-bottom: 20px;

}

.column-reverse {
    display: flex;
    flex-direction: column-reverse;
}

@media screen and (max-width: 1000px) {

    .header {

        padding: 25px;
        font-size: 18px;

    }

    .header .logo {

        font-size: 24px;

    }

    .header li {

        margin-left: 20px;

    }

    .section--slideshow {

        margin-top: 75px;

        /*
        height: 50vh;
        */

    }

    .section--main {

        padding-left: 20px;
        padding-right: 20px;

    }

    .section--main .content {

        padding: 0 8vw;

    }

    .section--main h1 {

        margin-top: calc(-11.2vh - 7vw);

    }

    /*

    .section--main h1 {

        font-size: 64px;
        margin-bottom: 20px;

    }

    */

    .section--main h3 {

        font-size: 28px;

    }

    .section--about h3 {

        margin-bottom: 28px;

    }

    .section--about ul {

        margin-bottom: 20px;

    }

    .section--about li {

        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 14px;

    }

    h2 {

        font-size: 32px;

    }

    h3 {

        font-size: 24px;

    }

    p {

        font-size: 14px;

    }

}

@media screen and (max-width: 800px) {

    .mouse,
    .header {

        display: none;

    }

    .column-reverse {
        display: flex;
        flex-direction: column;
    }

    .section--slideshow {

        margin-top: 0;
        height: 50vh;

    }

    .section--main h1 {

        font-size: 64px;
        color: #333;
        margin: 0 0 20px;
        text-align: left;

    }

    .section--main h3 {

        font-size: 24px;

    }

    .section--main .content {

        padding: 0;

    }

    .section--testimonials {

        padding: 5vh 20px;

    }

    .section--slideshow:before,
    .section--slideshow:after {

        display: none;

    }

    .flex {

        flex-direction: column;

    }

    .flex .flex-item {

        padding-left: 20px;
        padding-right: 20px;

    }

    .flex .flex-item.flex-item--container {

        padding: 0;
        overflow: hidden;

    }

    .section--map {

        min-height: 50vh;
        position: static;

    }

    .container {

        width: 100%;

    }

    h2 {
        font-size: 48px;
        margin: 20px 0;
    }

    h3 {
        font-size: 32px;
        margin: 20px 0;
    }

    h4 {
        font-size: 24px;
        margin: 20px 0;
    }

    ul {
        margin: 20px 0;
    }

    li {

        padding: 5px 0;

    }

    p {
        font-size: 16px;
        line-height: 150%;
        margin: 20px 0;
    }

}

#privacy {

    padding: 60px;
    font-size: 14px;

    h2 {
        font-size: 48px;
        margin: 20px 0;
    }

    h3 {
        font-size: 32px;
        margin: 20px 0;
    }

    h4 {
        font-size: 24px;
        margin: 20px 0;
    }

    ul {
        margin: 20px 0;
    }

    li {

        padding: 5px 0;

    }

    p {
        font-size: 16px;
        line-height: 150%;
        margin: 20px 0;
    }

}

@media (max-width: 455px) {
    .glowCookies__banner {
        max-width: 100% !important;
    }
}