/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type='reset'],
[type='submit'],
button,
html [type='button'] {
    -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
} /*# sourceMappingURL=normalize.min.css.map */
/* end normalize */

@font-face {
    font-family: 'EN';
    src: local('Editorial New Light'), local('EditorialNew-Light'), url('fonts/EditorialNew-Light.woff2') format('woff2'), url('fonts/EditorialNew-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NHD';
    src: local('Neue Haas Grotesk Display Pro 45 Light'), local('NHaasGroteskDSPro-45Lt'), url('fonts/NeueHaasDisplay-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s opacity ease-in-out;
}
a:hover {
    opacity: 0.6;
}
body {
    overflow: hidden;
    height: 100%;
    width: 100%;
    font-family: 'EN';
    font-weight: 300;
    color: #fff;
}

.wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 3.8vw;
    line-height: 1.28;
    padding: 35px;
    -webkit-font-smoothing: antialiased;
    color: white;
    mix-blend-mode: difference;
}
.content-main {
    margin-bottom: 3.7vw;
}
.underline {
    position: relative;
    font-family: NHD;
    font-weight: 300;
}
.underline:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: white;
}
.p {
    margin-bottom: 3vw;
}

.soc-med {
    /* font-size: 3vw; */
    /* font-family: 'NHD'; */
    /* text-decoration: underline; */
}

.content-contact {
    /*font-size: 3vw;*/
}
.credit {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 35px;
    /* font: 12px; */
    color: black;
}
.credit-mob {
    display: none;
}
.credit a {
    font-family: 'NHD';
    position: relative;
}
.credit a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: black;
    opacity: 0.7;
}

.line-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    /*background-color: #E5E5E5;*/
    background-color: white;
    z-index: -1;
}
.line {
    position: absolute;
    background-color: red;
    opacity: 0.2;
}
.line-y {
    top: 0;
    height: 100%;
    width: 1px;
}
.line-y2 {
    opacity: 0.1;
}
.line-y3 {
    opacity: 0.5;
}

.line-x {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
}
.line-x2 {
    opacity: 0.1;
}
.line-x3 {
    opacity: 0.5;
}

.gradient {
    position: fixed;
    top: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 0, 0, 0) 5%, rgba(255, 0, 0, 1) 50%, rgba(255, 0, 0, 0) 95%);
    z-index: -1;
    margin-left: -100px;
}

@media only screen and (max-width: 1024px) {
    .wrap {
        font-size: 32px;
        overflow: auto;
        padding-bottom: 0;
        line-height: 1.48;
    }
    .gradient {
        position: fixed;
        top: 0;
        width: 50px;
        margin-left: 25px;
    }
    .credit-mob {
        display: block;
        position: relative;
        bottom: auto;
        right: auto;
        padding: 0;
        color: white;
        margin-top: 40px;
        font-size: 18px;
    }
    .credit-mob a:after {
        background-color: white;
    }
    .credit-desktop {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .wrap {
        font-size: 28px;
        /* overflow: auto; */
        padding: 30px 20px 25px;
    }
    .content-main,
    .p {
        margin-bottom: 30px;
    }
}
