@import url(https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

@font-face {
    font-family: 'Dancing Script';
    src: url('dancing_script_-_regular-webfont.woff2') format('woff2'),
         url('dancing_script_-_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal

}

@font-face {
    font-family: 'Agency FB';
    src: url('agencyb-webfont.woff2') format('woff2'),
         url('agencyb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*, :after, :before {
    box-sizing: border-box
}

p {
    margin: 0;
}

.header {
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    background-color: rgba(16, 40, 92, 0.81);
    display: flex;
    flex-direction: row;
    justify-content: center
}

@media(min-width: 1024px) {
    .header {
        height: 100px;
    }
}

svg {
    display: inline-block;
    width: 100%;
    color: inherit;
    fill: currentColor;
    overflow: hidden
}

.header--logo {
    position: relative;
    width: 100%;
    height: 80px;
    top: 1rem
}

@media(min-width: 1024px) {
    .header--logo {
        height: 160px;
        top: 2rem
    }
}

.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-image: url('hero-image_2560x1418.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto
}

.inner {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 74%

}

.dancing {
    display: flex;
    width: 100%;
    font-family: "Dancing Script";
    font-size: calc(1.5125rem + 1.8325vw);
    color: #fff;
    line-height: 1
}

h1 {
    font-family: "Agency FB";
    font-size: calc(1.825rem + 2.4325vw);
    font-weight: 700;
    color: #fdc305;
    text-transform: uppercase;
    margin-top: 2vw;
    margin-bottom: 4vw
}

.bodytext {
    font-family: "Agency FB";
    font-size: calc(1.3125rem + .6325vw);
    font-weight: 700;
    line-height: 1.44;
    letter-spacing: 0;
    color: #fff
}
