/*! basic.css v1.0.0 | LICENSED TO https://dreiundsiebzig.com/ */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-height: 100%;
    padding-top: 0;
    background-color: #000;
    font-family: Inter, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
}

/* Prevent "bounce" scrolling on mobile devices which looks ugly with the canvas */
html, body {
    overscroll-behavior: none;
}

/**
 * (1) Prevent scrolling in normal browsers
 * (2) Prevent scrolling in iOS Safari
 */

html.-has-visible-menu, html.-has-visible-menu body {
    overflow: hidden; /* (1) */
    touch-action: none; /* (2) */
}

html.-has-visible-menu #wp-megamenu-primary {
    touch-action: auto; /* (2) */
}

h1 {
    margin: 0;
    color: #fff;
    font-size: 4em;
    line-height: 1.1;
    font-weight: 600;
}
.h1 {
    font-size: 4em;
    line-height: 1.1;
    font-weight: 600;
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 700;
}

h3 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: 600;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 1.25em;
    line-height: 1.25em;
    font-weight: 600;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 600;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: .6em;
    line-height: 1.25em;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

a {
    background-color: transparent;
    transition: .3s;
    color: #6b81fa;
    text-decoration: underline;
}

a:hover {
    color: #6b81fa;
    text-decoration: underline;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    list-style-type: decimal;
}

label {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: .6em;
    line-height: 1.25em;
    font-weight: 500;
    letter-spacing: .5px;
}

blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 0 20px 20px;
    border-left: 3px solid #6b81fa;
    line-height: 1.2;
    font-style: italic;
}

figcaption {
    margin-top: 5px;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

blockquote {
    margin: 0 0 10px;
    font-size: 18px;
}

figure {
    margin: 20px 0;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

button {
    border: 0;
    cursor: pointer;
}
