@charset "UTF-8";
body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    /* background: black; */
    background: #A6A8DD;
    font-family: Syncopate;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: white;
}

video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 1;
    object-fit: cover;
}

canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

#headline {
    position: fixed;
    width: 375px;
    margin: 0 auto;
    border: none;
    z-index: 1000;
    top: 44%;
    left: calc(50% - 187.5px);
    color: white;
    background: transparent;
    cursor: pointer;
    display: none;
    text-align: center;
    font-family: serif;
}

#subhead {
    position: fixed;
    width: 200px;
    margin: 0 auto;
    border: none;
    z-index: 1000;
    top: 55%;
    left: calc(50% - 100px);
    color: white;
    background: transparent;
    cursor: pointer;
    display: none;
    text-align: center;
    font-family: serif;
}

#go {
    position: fixed;
    width: 10%;
    margin: 0 auto;
    border: none;
    z-index: 1000;
    top: 62%;
    left: calc(50% - 5%);
    color: white;
    background: transparent;
    cursor: pointer;
    display: none;
    /* font-family: 'Syncopate'; */
    font-family: serif;
    font-size: 24pt;
    padding: 5px 0;
    text-transform: uppercase;
    border: 1px dotted #0000FF;
    font-weight: 600;
    text-align: center;
}

.touchevents #headline {
    top: 43%;
    font-size: 18pt;
}

.touchevents #subhead {
    top: 51%;
}

.touchevents #go {
    top: 57%;
    width: 50%;
    left: 25%;
}

#post_socials {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 10000;
    text-align: center;
    padding: 2.5% 10.5% 0;
}

#post_socials.open {
    display: block;
}

#soc_img {
    margin: 0 auto 35px;
    width: 350px;
    position: relative;
    display: block;
}

.touchevents #soc_img {
    margin: 0 auto 20px;
    width: 300px;
    height: 300px;
    position: relative;
    display: block;
}

#soc_headline {
    margin: 0 auto;
    border: none;
    color: white;
    background: transparent;
    text-align: center;
    font-size: 50pt;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#soc_subhead {
    margin: 0 auto 10px;
    border: none;
    color: white;
    background: transparent;
    text-align: center;
    font-size: 25pt;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#post_socials a {
    margin: 20px 50px 0;
    font-size: 32pt;
    color: white;
    width: calc(29% / 8);
    display: inline-block;
    float: left;
}

#post_socials a img {
    width: 100%;
}

#soc_toggle {
    color: white;
    z-index: 10000;
    position: fixed;
    bottom: 25px;
    right: 20px;
    font-size: 16pt;
    display: none;
    width: 150px;
    height: auto;
    top: auto;
    left: auto;
    cursor: pointer;
    opacity: 1;
    transition: all .2s linear;
}

#soc_toggle.open {
    /* display: none; */
    opacity: 0.2;
    width: 70px;
    bottom: 10px;
    right: 10px;
}

.touchevents #post_socials {
    padding-top: 10%;
}

.touchevents #soc_headline {
    margin: 0 auto 10px;
    border: none;
    color: white;
    background: transparent;
    text-align: center;
    font-size: 28pt;
    line-height: 32pt;
}

.touchevents #soc_subhead {
    margin: 0 auto 10px;
    border: none;
    color: white;
    background: transparent;
    text-align: center;
    font-size: 18pt;
    text-transform: uppercase;
}

.touchevents #soc_release {
    margin-bottom: 5px;
}

.touchevents #post_socials a {
    margin: -20px 0px 0px;
    font-size: 50pt;
    color: white;
    width: calc(78vw / 8);
}

.touchevents #post_socials a img {
    width: 80%;
}

.touchevents #post_socials a i {
    font-size: 20pt;
}

.touchevents #soc_toggle {}

#lf {
    width: 50px;
    font-size: 12pt;
}