:root {
    font-family: "HK", sans-serif;
    font-size: 16px;
}
@media(min-width: 768px) {
    :root {
        font-size: 1.8vw;
    }
}
h1, h2, h3, p, * {
    font-family: "HK", sans-serif;
}
a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
body {
    /*background: #00FFFF !important;*/
	background: #000 !important;
}
::-moz-selection { /* Code for Firefox */
  color: #001dff;
  background: #93ff00;
}

::selection, .has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  color: #001dff;
  background: #93ff00;
}


/*
body.purple {
	background: #6C00FF !important;
}
body.green {
	background: #93FF00 !important;
}*/
.site-main { padding-top: 0;}
.big-text {
    font-size: 5rem;
    line-height: 1;
    position: relative;
}
#Ellipse_121, #Ellipse_121-2 { display: none; }
.top {
    height: 100vh;
    position: relative;
    background: #00FFFF;
    padding: 1rem;
    box-sizing: border-box;
    margin-bottom: 0;
    color: #ce0000;
}
.top a {
    color: #ce0000;
	text-decoration: none !important;
}
.top a:hover, .has-background-white .site .top a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    color: #ce0000;
}
.top { 
    cursor: pointer;
}
.purple .top { background: #6C00FF; }
.purple tspan, .purple ellipse, .purple path, .purple .text { fill: #FF0000; color: #FF0000 !important; }
.purple #Ellipse_121-2 { display: block; }
.purple #Ellipse_120 { display: none; }
.green .top { background: #93FF00; }
.green tspan, .green ellipse, .green path, .green .text { fill: #001DFF; color: #001DFF !important; }
.green #Ellipse_121 { display: block; }
.green #Ellipse_120 { display: none; }

@media(max-width: 768px) {
    .top {
        padding: 0.5rem;
    }  
}
.top-img {
    width: 100%;
    height: auto;
    margin-top: -1rem;
    max-height: 110vh;
    object-fit: contain;
    object-position: center center;
    display: none;
    height: 100vh;
}
@media(min-aspect-ratio: 1440 / 600) {
    .top-img {
        max-height: none !important;
        height: auto !important;
    }
    #top { max-height: none !important; height: auto !important; }
    #click-down { position: static; }
    .top { height: auto; }
}
/*switch out image*/
@media(max-aspect-ratio: 820 / 1180) { /*ipad*/
    .ht-iphone { display: block; /*position: relative; top: 1rem;*/}
}
@media(min-aspect-ratio: 820 / 1180) and (max-aspect-ratio: 1440 / 1650) { /*ipad*/
    .ht-ipad { display: block;}
}
@media(min-aspect-ratio: 1440 / 1650) and (max-aspect-ratio: 1440 / 1160) { /**/
    .ht-1550 { display: block;}
}
@media(min-aspect-ratio: 1440 / 1160) and (max-aspect-ratio: 1440 / 1000) { /*1.24*/
    .ht-1160 { display: block;}
}
@media(min-aspect-ratio: 1440 / 1000) and (max-aspect-ratio: 1440 / 850) { /*1.6*/
    .ht-900 { display: block;}
}
@media(min-aspect-ratio: 1440 / 850) { /*1.92*/
    .ht-750 { display: block;}
}
#pen {
    position: absolute;
    top: -1rem;
    right: 15rem;
    width: 6rem;
    height: auto;
}
@media(max-width: 768px) {
    #pen {
        right: 2rem;
        width: 7rem;
    }
}
#click-down {
    position: absolute;
    bottom: 0.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 1rem;
    line-height: 1.2;
}
@media(min-width: 501px) and (max-width: 900px) and (orientation: portrait) {
	/*ipad?*/
	#click-down {
	bottom: 3rem;
	}
	#pen {
	right: 12rem;
	}
}
@media(max-width: 500px) {
    #click-down { 
        padding-left: 0.2rem; 
        right: 1rem;
        width: 6rem;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        bottom: 2rem;
    }
}
#click-down .arrow svg {
    width: 1.2rem;
    height: auto;
    position: relative;
    bottom: -0.2rem;
    margin-left: 0.3rem;
}

.bottom {
    margin-top: 0;
    padding: 2rem 0;
    color: #6C05FF;
    background-color: #F1FF4B;
}
.bottom-header, .letter, .form, .signatures {
    padding-left: 2rem;
    padding-right: 2rem;
}
@media(max-width: 768px) {
    .bottom-header, .letter, .form, .signatures {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.bottom h1, .bottom h2 {
    font-size: 3.75rem;
    line-height: 1;
}
@media(min-width: 768px) {
    .bottom h1 {
        max-width: 75vw;
    }
}

.letter {
    margin-top: 3rem;
    margin-bottom: 5rem; 
}
p {
    line-height: 1.2;
    text-indent: 3rem;
}
.no-indent {
    text-indent: 0;
}
ul {
    line-height: 1.2;
    list-style-type: none;
    padding-left: 1.3rem;
    margin: 1rem 0;
}
li {
    text-indent: -0.65rem;
}
.letter li:before {
    content: "–";
    display: inline-block;
    margin-right: 0.5rem;
}
.letter > p:first-of-type, .letter > p:nth-of-type(3) {
    text-indent: 0;
}
@media(min-width: 768px) {
    .letter {
        max-width: 75vw;
    }
}
.overtitle {
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.form {
    background: #6C05FF;
    color: #F1FF4B;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 5rem;
}
@media(max-width: 768px) {
    .form { margin-bottom: 2rem; }
}
.form h3{
    display: none;
}
.formtext {
    margin-bottom: 2rem;
}
.form .nf-form-content {
    margin-left: 0;
    width: 100%;
    max-width: none;
}
.form .nf-field-label {
    display: none;
}
.form .nf-form-content input:not([type=button]), .form .nf-form-content input:not([type=button]):focus {
    background: #6C05FF;
    border: 0;
    border-bottom: 0.1rem solid #F1FF4B;
    color: #F1FF4B;
    padding-left: 0;
    font-size: 1rem;
}
::placeholder { 
    color: #F1FF4B !important;
    opacity: 1; 
  }
  ::-ms-input-placeholder {
    color: #F1FF4B !important;
}
.form .listcheckbox-wrap .nf-field-element label:before {
    color: #F1FF4B !important;
}
.form .listcheckbox-wrap .nf-field-element label:after {
    background: #6C05FF;
    border: 0.1rem solid #F1FF4B;
    width: 1rem;
    height: 1rem;
}
.form .listcheckbox-container .nf-field-element label:after {
    top: -0.25rem;
}
@media(max-width: 1500px) {
    .form .listcheckbox-container .nf-field-element label:after { top: -0.1rem; }
}
.form .listcheckbox-container .nf-field-element label { 
    margin-left: 1rem !important;
}
.form .listcheckbox-container .nf-field-element label:before {
    left: -1rem !important;
}
.checkbox-wrap .nf-field-element label:after, .checkbox-wrap .nf-field-label label:after, .listcheckbox-wrap .nf-field-element label:after, .listcheckbox-wrap .nf-field-label label:after {
    left: -1rem !important;
}
@media(min-width: 768px) {
    .form .nf-form-content nf-fields-wrap{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 1rem;
    }
    .form nf-field {
        display: contents;
    }
    .form #nf-field-2-container { grid-column: 1 / 3; }
    .form #nf-field-4-container {
        grid-column: 1 / 4;
    }
}
.form .nf-form-content input[type=button] {
    background: #F1FF4B;
    color: #6C05FF;
    font-size: 1rem;
    padding: 1rem 2rem;
    border-radius: 100%;
}
.form .nf-form-content input[type=button]:hover {
    padding: 1rem 2.5rem;
    background: #F1FF4B;
    color: #6C05FF;
    cursor: pointer;
}
.form p {text-indent: 0;}
.form .nf-form-content input.ninja-forms-field[type=button] {
    height: auto;
}
.form .nf-field-container {
    margin-bottom: 0.3rem;
}
#nf-field-7-wrap, #nf-field-8-wrap {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.form .nf-pass .ninja-forms-field {
    border-color: #F1FF4B !important;
}
.form .nf-pass.field-wrap .nf-field-element:after {
    color: #F1FF4B;
}

.signatures {
    margin-bottom: 5rem; 
}
.signatures-text, .signatures-title {
    line-height: 1.2;
}
.signatures-title {
    margin-bottom: 1rem;
}
.signatures-text {
    column-count: 2;
    column-gap: 1rem;
    white-space: pre-wrap;
}
@media(max-width: 768px) {
    .signatures-text {
        column-count: 1;
    }
}
.rest-signatures .signatures-text {
    white-space: normal;
}

#margin-pen {
    position: fixed;
    right: -1.5rem;
    top: 3rem;
    z-index: 1000;
    width: 5.5rem;
    height: auto;
    display: none;
}
@media(max-width: 768px) {
	#margin-pen {
	width: 6.5rem;
	right: -2rem;
}
}
#margin-pen path {
    stroke: #F1FF4B;
}
.showBottomPen #margin-pen {
    display: block;
}
#margin-pen path {
    fill: #6C05FF;
}
.formtext {
    line-height: 1.2;
    margin-top: 0.5rem;
}

#colophon {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "HK";
    src: url("/wp-content/themes/twentytwentyone/assets/fonts/KonstruktivHKTT-Medium.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: "HK";
    src: url("/wp-content/themes/twentytwentyone/assets/fonts/KonstruktivHKTT-MediumItalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
  }
  
.site-main { padding-bottom: 0;}

#credit {
font-size: 0.5rem;
padding-left: 2rem;
}
@media(max-width: 768px) {
	#credit {
	padding-left: 1rem;
	font-size: 0.8rem;
	}
}