:root {
    --black: #040404;
    --white: #fafafa;
    --red: #ff0000;
}

*/
/* Selection colours (easy to forget) */
::selection {
    background: rgb(253, 44, 122);
}
::-moz-selection {
    background: rgb(253, 44, 122);
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}
body {
    -webkit-tap-highlight-color: rgb(253, 44, 122);
}
html,
body {
    margin: 0;
    font-family: "Inter", sans-serif;
    color: #040404;
    font-size: 16px;
    background: #000;
}
.inter-semibold {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.inter-normal {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.inter-light {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    line-height: 1;
    padding: 0;
    margin: 0;
}

p {
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin-bottom: 20px;
}
p.small {
    font-size: 12px;
}

.vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 39.9375em) {
    .small-only-align-top {
        position: relative;
        top: auto;
        transform: none;
    }
}
hr.slim {
    width: 30%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    padding: 2em 0 1em 0;
    margin: 0 auto 2em auto;
}
.fullwidth {
    max-width: 100%;
}
.fullwidth [class*="block-grid-"] {
    margin-right: 0;
    margin-left: 0;
}
.fullheight {
    min-height: 100vh;
}
.mostly-fullheight {
    min-height: 95vh;
}
.flush-padding .columns {
    padding-left: 0;
    padding-right: 0;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-small {
    font-size: 0.8em;
}
.uppercase {
    text-transform: uppercase;
}
.bold,
.strong {
    font-weight: 700;
}

.two-columns {
    column-count: 2;
    column-gap: 0em;
}
.two-columns p {
    padding: 10px 20px;
}

.white {
    color: #ffffff;
}
.white-bg {
    background-color: #ffffff;
}
.black {
    color: #231f20;
}
.black-bg {
    background-color: #0c0c0c;
}
.black-black {
    color: #000;
}
.black-black-bg {
    background-color: #000;
}
.dark-grey {
    color: #32353a;
}
.dark-grey-bg {
    background-color: #32353a;
}
.grey {
    color: #666;
}
.red {
    color: var(--red);
}
.red-bg {
    background-color: var(--red);
}

.hidden,
.is-hidden {
    display: none !important;
}
.letterspace {
    letter-spacing: 2px;
}
.letterspace-wide {
    letter-spacing: 1em;
}

.padding-small {
    padding: 1.5em;
}
.padding {
    padding: 3em;
}
.padding-large {
    padding: 5em;
}

.padding-top-small {
    padding-top: 1.5em;
}
.padding-top-xsmall {
    padding-top: 0.5em;
}
.padding-bottom-small {
    padding-bottom: 1.5em;
}
.padding-bottom-xsmall {
    padding-bottom: 0.5em;
}
.padding-top-none {
    padding-top: 0em;
}
.padding-top {
    padding-top: 3em;
}
.padding-bottom {
    padding-bottom: 3em;
}
.padding-top-large {
    padding-top: 5em;
}
.padding-top-xlarge {
    padding-top: 7em;
}
.padding-bottom-large {
    padding-bottom: 5em;
}
.padding-bottom-none {
    padding-bottom: 0px !important;
}

.padding-left-xsmall {
    padding-left: 0.5em;
}
.padding-left-small {
    padding-left: 1.5em;
}
.padding-left {
    padding-left: 3em;
}
.padding-left-large {
    padding-left: 5em;
}

.padding-right-xsmall {
    padding-right: 0.5em;
}
.padding-right-small {
    padding-right: 1.5em;
}
.padding-right {
    padding-right: 3em;
}
.padding-right-large {
    padding-right: 5em;
}

ul.list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.inline {
}
@media screen and (max-width: 39.9375em) {
    .small-only-padding-bottom {
        padding-bottom: 3em;
    }
    .small-only-padding-bottom-small {
        padding-bottom: 1.5em;
    }
    .small-only-padding-top-small {
        padding-top: 1.5em;
    }
}

.margin-top-none {
    margin-top: 0;
}
.margin-bottom-none {
    margin-bottom: 0;
}
.margin-top-small {
    margin-top: 1.5em;
}
.margin-bottom-small {
    margin-bottom: 1.5em;
}
.margin-top {
    margin-top: 3em;
}
.margin-bottom {
    margin-bottom: 3em;
}
.margin-top-large {
    margin-top: 5em;
}
.margin-bottom-large {
    margin-bottom: 5em;
}
.margin-right-small {
    margin-right: 1.5em;
}
.margin-right-xsmall {
    margin-right: 1em;
}
.margin-right-xxsmall {
    margin-right: 0.5em;
}
.margin-left-small {
    margin-left: 1.5em;
}
.margin-left-xsmall {
    margin-left: 1em;
}
.margin-left-xxsmall {
    margin-left: 0.5em;
}
.overflow-hidden {
    overflow: hidden;
}

.flex {
    display: flex;
}
@media screen and (max-width: 39.9375em) {
    .small-only-display-block {
        display: block;
    }
}
.relative {
    position: relative;
}
.topmost {
    z-index: 100;
}

.text-large {
    font-size: 22px;
}
.text-xlarge {
    font-size: 32px;
}
.widescreen iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.widescreen {
    aspect-ratio: 16 / 9;
    position: relative;
}

a,
a:active {
    color: var(--black);
    text-decoration: none;
}
a:hover {
    opacity: 0.6;
}
a.no-underline,
a.no-underline:hover {
    border-bottom: none;
}
a.opacity-hover {
    position: relative;
}
a.opacity-hover:hover {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* tOOLS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.border {
    border: 10px solid #023240;
}
.border-thick {
    border: 12px solid #023240;
}
.border-thin {
    border: 5px solid #023240;
}
.border-bottom {
    border-bottom: 1px solid #023240;
}
.border-black {
    border-color: #023240;
}
.border-left {
    border-left: 1px solid #023240;
}
.border-right {
    border-left: 1px solid #023240;
}
.border-top {
    border-top: 1px solid #666;
}
.smaller {
    font-size: 0.8rem;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.rounded {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.dropshadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.block-button {
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 120ms ease-in;
}
.block-button:hover {
    border: 2px solid rgba(255, 255, 255, 1);
    transform: scale(1.05);
}
.button {
    display: inline-block;
    position: relative;
    padding: 0.5em 1em;
    border-radius: 12px;
    background: var(--black);
    color: var(--white);
    border: none;
}
.button:hover {
    background: #f00;
}
.multiply {
    mix-blend-mode: multiply;
}
.screen {
    mix-blend-mode: screen;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Forms */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
input[type="textfield"],
textarea {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    padding: 1em;
    border-radius: 22px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
input[type="textfield"].has-error {
    border: 1px solid #f00;
}
label {
    font-family: "Inter", sans-serif;
}
input[type="color"]:disabled,
label:disabled {
    opacity: 0.5;
}
textarea {
    font-family: monospace;
    font-size: 14px;
    border-radius: 0;
}

/* NAV ISH */
input#control-nav {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.control-nav {
    /* label icon */
    display: block;
    top: -2px;
    position: relative;
}
.control-nav:hover {
    cursor: pointer;
}
.control-nav:before {
    content: "";
    display: block;
    height: 3px;
}
.control-nav-close {
    display: none;
}

input#control-nav:checked ~ .mobile-nav-menu-container .control-nav-open {
    display: none;
}
input#control-nav:checked ~ .mobile-nav-menu-container .control-nav-close {
    display: inline-block;
}

input#control-nav:checked ~ .mobile-menu-container {
    display: block;
}
body.menu-open {
    overflow: hidden;
}

.mobile-menu-container {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    height: calc(100% - 75px);
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 1500;
}
.navbar.fixed .mobile-menu-container {
    top: 53px;
    height: calc(100% - 53px);
}
.mobile-menu-container .mobile-menu-options {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-size: 30px;
}

/* PAGE STYLES */

.logo {
    display: block;
    text-indent: -9999px;
    background: url("") no-repeat;
    background-size: 40% auto;
    background-position: center center;
    width: 100%;
    min-height: 90px;
}

.logo.slim {
    min-height: 90px;
}

header a.logo {
    min-height: 30px;
    background-size: contain;
}
header a.logo:hover {
    text-decoration: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    opacity: 0.5;
}

.floaty {
    display: block;
    width: 100px;
    height: auto;
    aspect-ratio: 2/3;
    margin: 0 auto;
    text-indent: -9999px;
    background: url("../images/yk-world-logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    animation: floating 4s ease-in-out infinite;
}
@keyframes floating {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
