:root {
    --angle: 0;
    --angle-1: 0;
    --angle-2: 0;
    --angle-3: 0;
    --angle-4: 0;
    --angle-5: 0;
    --angle-6: 0;
    --angle-7: 0;
    --angle-8: 0;
    --angle-9: 0;
    --header-bg-color: silver;
    --header-text-color: #fff;
    --header-text-color-slanted: #000f;
    --header-text-shadow-color: #000000e6;
    --hue-adjust: 0;
    --lean: 215deg;
    --main-bg-color: #fff
}

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

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: url(../images/cork.jpeg) bottom center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 10px;
    font-smoothing: antialiased;
    overflow-y: scroll;
    scroll-behavior: smooth;
    touch-action: manipulation
}

html,
body {
    overflow-x: hidden;
    width: 100%
}

body {
    font-family: sans-serif;
    margin: 0;
    min-height: 100vh;
    padding: 0;
    position: relative
}

header {
    backdrop-filter: blur(2px);
    background: #ffffff0d;
    color: #000;
    font-size: 16px;
    height: 1vh;
    height: 12rem;
    mask: linear-gradient(to top, transparent, black 35%);
    opacity: 1;
    padding-top: 2vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000
}

main {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    padding: 7.2rem 0 0;
    position: relative;
    transform: translate3d(0, 0, 0);
    width: 100%;
    z-index: 99
}

main .inner:first-of-type {
    align-items: center;
    display: flex;
    flex: 1
}

@media(min-width:1220px) {
    main {
        bottom: 0;
        padding: 9.6rem 0 0;
        z-index: 99
    }
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none
}

[hidden] {
    display: none !important
}

[hidden-by-opacity] {
    opacity: 0 !important
}

.bottom-left {
    padding-right: 10px
}

.bottom-center {
    padding-left: 10px;
    padding-right: 10px
}

.bottom-right {
    padding-left: 10px
}

.logo-and-tagline {
    transition: all 250ms ease-in-out;
}

@media(min-width:780px) {
    .logo-and-tagline {
        transform: translatey(50%);
    }
}

.logo-and-tagline svg path {
    transition: transform 250ms ease-in-out
}

.logo-and-tagline svg path:nth-of-type(1) {
    transform: rotate(12deg)
}

.logo-and-tagline svg path:nth-of-type(2) {
    transform: rotate(-7deg) translatex(9px)
}

.logo-and-tagline svg path:nth-of-type(3) {
    transform: rotate(-4deg)
}

.loaded .logo-and-tagline svg path:nth-of-type(1) {
    transform: rotate(0)
}

.loaded .logo-and-tagline svg path:nth-of-type(2) {
    transform: rotate(0) translatex(0)
}

.loaded .logo-and-tagline svg path:nth-of-type(3) {
    transform: rotate(0)
}

.loaded.isScrolling .logo-and-tagline svg path:nth-of-type(1) {
    transform: rotate(12deg) translatex(-2px)
}

.loaded.isScrolling .logo-and-tagline svg path:nth-of-type(2) {
    transform: rotate(-7deg) translatex(9px)
}

.loaded.isScrolling .logo-and-tagline svg path:nth-of-type(3) {
    transform: rotate(-4deg)
}

.loaded.isScrolling .logo-and-tagline svg path:nth-of-type(4) {
    transform: rotate(2deg) translatey(-3px)
}

.inner {
    margin: auto;
    max-width: 1200px;
    max-width: 120rem;
    position: relative;
    width: 90%
}

.inner:after {
    clear: both;
    content: " ";
    display: block
}

@media(min-width:900px) {
    .inner {
        width: calc(100% - 12rem)
    }
}

.top {
    text-align: center;
    width: 100%
}

.middle {
    display: flex;
    margin: 2rem auto;
    padding: 2rem;
    width: 100%
}

.middle .left {
    flex: 1
}

.bottom {
    margin-block: 3.6rem;
    padding-block: 2.4rem;
    text-transform: uppercase;
    width: 100%
}

@media(min-width:520px) {
    .bottom {
        display: flex
    }
}

@media(min-width:780px) {
    .bottom {
        border-top: 2px solid #242320;
        margin-top: 6.4rem;
        padding-top: 1.2rem
    }
}

.bottom-center {
    display: none
}

@media(min-width:780px) {
    .bottom-center {
        display: block;
        text-align: center;
        width: 33.33%
    }
}

.bottom-left {
    text-align: center
}

@media(min-width:520px) {
    .bottom-left {
        text-align: left;
        width: 50%
    }
}

@media(min-width:780px) {
    .bottom-left {
        background-image: linear-gradient(#242320 60%, #fff0 0%);
        background-position: right;
        background-repeat: repeat-y;
        background-size: 2px 7px;
        width: 33.33%
    }
}

.bottom-right {
    text-align: center
}

@media(min-width:520px) {
    .bottom-right {
        text-align: right;
        width: 50%
    }
}

@media(min-width:780px) {
    .bottom-right {
        background-image: linear-gradient(#242320 60%, #fff0 0%);
        background-position: left;
        background-repeat: repeat-y;
        background-size: 2px 7px;
        width: 33.33%
    }
}

.nav a {
    font-size: 150%;
    text-transform: uppercase
}

.social {
    text-align: right
}

.icon svg {
    height: 20px;
    width: 20px
}

.logo svg {
    height: 200px;
    width: 200px
}
