/* 
       made with love by:
          Kyle Chaney
*/

@font-face {
	font-family: montserrat-light;
	src: url("Montserrat-Light.ttf");
}

@font-face {
	font-family: opensans;
	src: url("OpenSans-Regular.ttf");
}

@font-face {
	font-family: montserrat-regular;
	src: url("Montserrat-Regular.ttf");
}

html {
	scroll-behavior: smooth;
	min-height: 100vh;
}

* {
	margin: 0px;
	padding: 0px;
}

.reference {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.reference img {
	margin: 10px;
}

.reference>div {
	margin: 10px;
	margin-bottom: 20px;
}

body {
	height: 100vh;
	overflow-x: hidden;
	font-family: montserrat-regular;
	color: white;
	line-height: 1;
	background-color: rgb(124, 140, 148);
	background: url("../images/background.webp") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

/* mobile url scroll fix */
#background {
	z-index: -5;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 120%;
	background-color: rgb(124, 140, 148);
	background: url("../images/background.webp") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

header {
	border-bottom: 1px solid rgba(250, 250, 250, 0.75);
	box-shadow: 0px 0px 20px rgb(65, 65, 65);
	position: fixed;
	z-index: 4;
	background-color: #242424;
	top: 0px;
	width: 100%;
}

span {
	line-height: 1.1;
	margin: 2px;
}

nav {
	width: 100%;
}

nav ul {
	align-items: center;
	justify-content: center;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 10px;
}

.nav li {
	margin: 8px;
}

#signature {
	position: fixed;
	right: 16px;
	bottom: 16px;
	background-image: url(../images/signature.png);
	background-repeat: no-repeat;
	background-attachment: local;
	z-index: 9;
}

footer {
	border-top: 1px solid rgba(250, 250, 250, 0.75);
	box-shadow: 0px 0px 20px rgb(65, 65, 65);
	bottom: 0px;
	position: relative;
	z-index: 2;
}

footer nav {
	border-bottom: 1px solid rgba(250, 250, 250, 0.75);
	background-color: #242424;
}

footer p {
	margin: 0px;
	color: rgb(229, 231, 231);
}

footer h3 {
	font-size: 2em;
	padding-bottom: 10px;
	font-family: montserrat-light;
}

footer div {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

blockquote {
	font-family: montserrat-light;
	font-style: italic;
	font-size: 22px;
	margin: 30px;
}

.panel-banner {
	width: 100%;
}

.limit {
	width: 100%;
	height: auto;
}

.limit-2 {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

a {
	text-decoration: none;
	color: inherit;
}

p {
	font-family: opensans;
	line-height: 1.2;
}

.slat-list>li {
	overflow-x: clip;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	list-style: none;
	border: 2px solid rgba(250, 250, 250, 0.25);
}

.slat-list>li>div, .slat-list>li>a {
	text-align: left;
	display: flex;
	flex-direction: row;
}

.slat-list>li>div>img, .slat-list>li>a>img {
	padding: 10px;
}

.slat-list>li>div>div, .slat-list>li>a>div {
	padding: 10px;
	width: 100%;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 10px;
}

.slat-list a, a>.panel-section {
	-o-transition: 0.15s;
	-ms-transition: 0.15s;
	-moz-transition: 0.15s;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}

.slat-list a:hover, .slat-list a:active, a>.panel-section:hover, a>.panel-section:active {
	background-color: rgba(87, 94, 98, 0.75);
}

main {
	margin-left: auto;
	margin-right: auto;
}

#screen-cover {
	padding-top: 45vh;
	font-family: Arial, Helvetica, sans-serif;
	color: rgba(155, 155, 155, 0.50);
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: 0.5rem;
	text-align: center;
	opacity: 1;
	position: fixed;
	z-index: 10;
	background-color: rgb(20, 20, 20);
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

.full-height {
	height: 100%;
}

.dark-gray {
	background-color: rgb(32, 36, 37);
	background-image: url("../images/dark-gray.webp");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

.gray-layer {
	background-color: rgba(21, 23, 24, 0.2);
}

.fade {
	opacity: 0;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.seal-text {
	font-family: montserrat-light;
	margin: 8px;
}

.seal-panel>div {
	margin-top: 30px;
	margin-bottom: 30px;
}

.highlight {
	padding-top: 20px;
	padding-bottom: 20px;
}

a>img {
	width: 100%;
}

#kyle {
	text-align: center;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.90);
	background-image: url("../images/light.webp");
	background-repeat: no-repeat;
	background-clip: text;
	background-size: 100% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 10px;
	margin-bottom: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: montserrat-light;
	line-height: 1.2;
	font-weight: 100;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

.button-large {
	padding: 10px;
	font-size: 1.6em;
	border: 2px solid rgba(120, 120, 120, 0.75);
	color: white;
	-o-transition: 0.15s;
	-ms-transition: 0.15s;
	-moz-transition: 0.15s;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}

.button-large:hover, .button-large:active {
	background-color: rgba(87, 94, 98, 0.75);
}

.button-large img {
	margin: 8px;
}

.button, .button-active {
	border-bottom: 2px solid rgba(120, 120, 120, 0.75);
	color: rgba(250, 250, 250, 0.75);
	padding: 8px;
	padding-top: 4px;
	display: inline-block;
	font-family: montserrat-regular;
	-o-transition: 0.15s;
	-ms-transition: 0.15s;
	-moz-transition: 0.15s;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}

.button:hover {
	border-width: 2px;
	border-color: white;
	color: white;
}

.button:active {
	border-color: white;
	color: white;
	box-shadow: none;
}

.button span, .button-active span {
	text-align: center;
	display: block;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.button-active {
	color: rgb(119, 230, 245);
	border-bottom: 2px solid rgb(119, 230, 245);
}

.crown-wrapper {
	width: 100%;
	display: flex;
	position: absolute;
	justify-content: center;
}

.crown-wrapper img {
	background-color: burlywood;
}

.crown {
	margin-top: 300px;
	width: 100%;
	height: auto;
}

.spacer {
	height: 20px;
}

.panel {
	text-align: center;
	position: relative;
}

.panel-section {
	border-bottom: 2px solid rgba(250, 250, 250, 0.75);
	border-top: 2px solid rgba(250, 250, 250, 0.75);
}

.icon-section {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

.icon-section img {
	display: block;
	margin: 10px;
}

.text {
	text-align: left;
}

.text ul {
	font-family: opensans;
	line-height: 1.2;
	margin: 20px;
	margin-left: 10%;
}

.text li {
	margin: 4px;
}

.text a {
	color: rgb(175, 198, 255);
	text-decoration: underline;
	cursor: pointer;
}

.cap {
	padding: 20px;
}

#wc-wrapper {
	overflow-x: clip;
	top: 0px;
	position: absolute;
	width: 100%;
}

#wc-1, #wc-2, #wc-3, #wc-4 {
	position: absolute;
	background-repeat: no-repeat;
	background-attachment: local;
	background-position: center;
}

#wc-1 {
	z-index: 2;
	background-image: url("../images/wc-1.webp");
}

#wc-2 {
	z-index: -1;
	background-image: url("../images/wc-2.webp");
}

#wc-3 {
	z-index: -4;
	background-image: url("../images/wc-3.webp");
}

#wc-4 {
	z-index: -1;
	background-image: url("../images/wc-4.webp");
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeSlideOut {
	0% {
		opacity: 1;
		transform: translate(0px, 0px);
	}
	100% {
		opacity: 0;
		transform: translate(0px, -30px);
	}
}

@keyframes slide {
	0% {
		top: 0px;
	}
	100% {
		top: 300px;
	}
}

@keyframes slideIn {
	0% {
		opacity: 0;
		transform: translate(0px, 20px);
	}
	100% {
		opacity: 1;
		transform: translate(0px, 0px);
	}
}

@keyframes slideBack {
	0% {
		top: 300px;
	}
	100% {
		top: 0px;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 100%;
	}
	100% {
		opacity: 0%;
	}
}

#background-column {
	/* min-height: 100%; */
	min-height: 100vh;
	z-index: -2;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(51, 54, 56, 0.9);
}

#tick-column-outer, #tick-column-inner {
	z-index: -3;
	height: 100%;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
}

.tick-left, .tick-right {
	position: relative;
}

.tick {
	width: 30px;
	height: 1020px;
	display: block;
	background-image: url("../images/tick-column.webp");
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;
}

.tick-col-left {
	float: left;
}

.tick-col-right {
	float: right;
}

.tick-col-left-offset {
	transform: translate(-30px, -30px);
}

.tick-col-right-offset {
	transform: translate(30px, -30px);
}

.reticle div {
	background-image: url("../images/reticle.webp");
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 2;
}

.reticle div:nth-child(1) {
	left: 0px;
	top: 0px;
}

.reticle div:nth-child(2) {
	right: 0px;
	top: 0px;
	transform: rotate(90deg);
}

.reticle div:nth-child(3) {
	bottom: 0px;
	right: 0px;
	transform: rotate(180deg);
}

.reticle div:nth-child(4) {
	bottom: 0px;
	left: 0px;
	transform: rotate(270deg);
}

/* --- min-width: 0px --- */

#signature {
	width: 32px;
	height: 32px;
	background-size: 32px 32px;
}

#background-column {
	width: 100%;
}

#tick-column-outer {
	width: 100px;
	visibility: hidden;
}

#tick-column-inner {
	width: 100px;
	visibility: hidden;
}

main {
	width: 96%;
	margin-top: 180px;
}

#main-offset {
	margin-top: 310px;
}

#wc-1 {
	height: 180px;
	width: 100%;
	background-size: 255px 180px;
	top: 220px;
	transform: translateX(32px);
}

#wc-2 {
	height: 350px;
	width: 100%;
	background-size: 840px 350px;
	top: 92px;
}

#wc-3 {
	height: 500px;
	width: 100%;
	background-size: 700px 500px;
	top: 140px;
}

#wc-4 {
	height: 170px;
	width: 100%;
	background-size: 720px 170px;
	top: 400px;
}

#kyle {
	font-size: 3.7em;
}

.crown {
	padding-top: 60px;
}

.crown-wrapper {
	transform: translateY(-180px);
}

.crown-wrapper img {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	padding: 12px;
}

.banner-cover-image {
	width: 220px;
	height: 220px;
}

.flex {
	flex-direction: column;
}

body {
	font-size: 0.9rem;
}

p {
	margin: 2%;
}

.panel {
	margin-top: 50px;
	margin-bottom: 50px;
}

.panel-section {
	padding: 5%;
}

.reference img {
	width: 100%;
}

.limit-2 {
	width: 100%;
}

.button, .button-active {
	font-size: 0.85em;
	width: 100px;
	height: 12px;
	margin: 6px;
}

.button-large img {
	width: 50px;
	height: 50px;
}

.seal-text {
	font-size: 2.4em;
}

.seal-panel img {
	width: 160px;
	height: 160px;
}

.seal-panel>div {
	margin-top: 20px;
	margin-bottom: 20px;
}

.icon-section {
	margin: 6px 5% 6px 5%;
}

.icon-section img {
	width: 40px;
	height: 40px;
}

.slat-list {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.slat-list>li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.slat-list>li>div>img, .slat-list>li>a>img {
	height: 32px;
	width: 32px;
}

.slat-list>li>div>div, .slat-list>li>a>div {
	margin-right: 56px;
	font-size: 1.4em;
}

@media (min-width: 450px) {
	#main-offset {
		margin-top: 310px;
	}
	#wc-1 {
		height: 340px;
		background-size: 450px 280px;
		top: 160px;
		transform: translateX(32px);
	}
	#wc-2 {
		height: 400px;
		background-size: 1050px 400px;
		top: 64px;
	}
	#wc-3 {
		height: 720px;
		background-size: 900px 720px;
		top: 70px;
	}
	#wc-4 {
		height: 275px;
		top: 480px;
		background-size: 600px 275px;
		transform: translateX(-100px);
	}
	#kyle {
		font-size: 4em;
	}
	.crown {
		padding-top: 120px;
	}
	.crown-wrapper {
		transform: translateY(-260px);
	}
	.crown-wrapper img {
		width: 220px;
		height: 220px;
		border-radius: 50%;
		padding: 16px;
	}
	body {
		font-size: 1rem;
	}
	p {
		margin: 20px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.panel {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.panel-section {
		padding: 30px;
	}
	.reference img {
		width: 94%;
	}
	.limit-2 {
		width: 94%;
	}
	.button, .button-active {
		font-size: 0.9em;
		width: 106px;
		height: 16px;
	}
	.seal-panel img {
		width: 200px;
		height: 200px;
	}
	.icon-section {
		margin: 20px 10% 20px 10%;
	}
	.icon-section img {
		width: 64px;
		height: 64px;
	}
	.slat-list>li>div>img, .slat-list>li>a>img {
		height: 50px;
		width: 50px;
	}
}

@media (min-width: 620px) {
	#signature {
		width: 64px;
		height: 64px;
		background-size: 64px 64px;
	}
	#background-column {
		width: 520px;
	}
	#tick-column-outer {
		visibility: visible;
		width: 700px;
	}
	#tick-column-inner {
		visibility: visible;
		width: 620px;
	}
	#main-offset {
		margin-top: 314px;
	}
	main {
		width: 490px;
	}
	#wc-1 {
		height: 280px;
		background-size: 430px 280px;
		top: 200px;
	}
	#wc-2 {
		height: 480px;
		background-size: 1200px 480px;
		top: 48px;
	}
	#wc-3 {
		height: 720px;
		background-size: 1200px 720px;
		top: 120px;
	}
	#wc-4 {
		height: 275px;
		background-size: 800px 275px;
		top: 540px;
	}
	.crown-wrapper {
		transform: translateY(-250px);
	}
	.button, .button-active {
		width: 120px;
		height: 16px;
		margin: 10px;
		font-size: 1em;
	}
}

@media (min-width: 770px) {
	#signature {
		width: 64px;
		height: 64px;
	}
	#background-column {
		width: 590px;
	}
	#tick-column-outer {
		width: 770px;
	}
	#tick-column-inner {
		width: 690px;
	}
	main {
		width: 540px;
	}
	#wc-1 {
		height: 320px;
		background-size: 530px 320px;
		top: 170px;
	}
	#kyle {
		font-size: 5em;
	}
	.crown-wrapper img {
		width: 256px;
		height: 256px;
		border-radius: 50%;
		padding: 20px;
		background-color: burlywood;
	}
	.crown-wrapper {
		transform: translateY(-290px);
	}
	.seal-panel img {
		width: 220px;
		height: 220px;
	}
}

@media (min-width: 900px) {
	#background-column {
		width: 770px;
	}
	#tick-column-outer {
		width: 970px;
	}
	#tick-column-inner {
		width: 890px;
	}
	#main-offset {
		margin-top: 320px;
	}
	main {
		width: 720px;
	}
	#wc-1 {
		height: 330px;
		width: 500px;
		background-size: 500px 330px;
		top: 170px;
	}
	#wc-2 {
		height: 620px;
		background-size: 1920px 620px;
		top: 0px;
	}
	#wc-3 {
		background-size: 1920px 1160px;
		height: 1160px;
		top: 0px;
	}
	#wc-4 {
		top: 700px;
		background-size: 1920px 440px;
		height: 440px;
	}
	#kyle {
		font-size: 6.4em;
	}
	.flex {
		flex-direction: row;
	}
	.panel {
		margin-top: 100px;
		margin-bottom: 100px;
	}
	.reference img {
		width: 90%;
	}
	.limit-2 {
		width: 90%;
	}
	.crown {
		padding-top: 120px;
	}
	.slat-list {
		padding-left: 10%;
		padding-right: 10%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media (min-width: 1200px) {
	#background-column {
		width: 960px;
	}
	#tick-column-outer {
		width: 1160px;
	}
	#tick-column-inner {
		width: 1080px;
	}
	main {
		width: 910px;
	}
	#wc-4 {
		transform: none;
	}
	#kyle {
		font-size: 8em;
	}
	.seal-text {
		font-size: 3.2em;
	}
	.seal-panel img {
		width: 256px;
		height: 256px;
	}
	.slat-list>li>div>img, .slat-list>li>a>img {
		height: 64px;
		width: 64px;
	}
	.slat-list>li>div>div, .slat-list>li>a>div {
		font-size: 1.6em;
	}
}

@media (min-width: 2100px) {
	#background-column {
		width: 1080px;
	}
	#tick-column-outer {
		width: 1280px;
	}
	#tick-column-inner {
		width: 1200px;
	}
	main {
		width: 1030px;
	}
	#wc-1 {
		height: 376px;
		background-size: 640px 376px;
		transform: translateX(40px);
		top: 200px;
	}
	#wc-2 {
		height: 720px;
		background-size: 2200px 720px;
		top: -30px;
	}
	#wc-3 {
		height: 1330px;
		background-size: 2200px 1330px;
	}
	#wc-4 {
		height: 504px;
		background-size: 2200px 504px;
		top: 840px;
	}
	.crown {
		padding-top: 180px;
	}
	.crown-wrapper img {
		width: 320px;
		height: 320px;
		border-radius: 60%;
	}
	.crown-wrapper {
		transform: translateY(-340px);
	}
	.banner-cover-image {
		width: 300px;
		height: 300px;
	}
	body {
		font-size: 1.2rem;
	}
	.button, .button-active {
		width: 150px;
		height: 22px;
	}
}

@media print {
	* {
		color: black;
		border-color: black !important;
		border-width: 1px !important;
	}
	#kyle {
		-webkit-text-fill-color: black;
	}
	#tick-column-outer, nav, header, .reticle, #background-column, #wc-1, #wc-2, #wc-3, #wc-4 {
		visibility: hidden;
		position: fixed;
	}
	main {
		margin-top: 0px;
		width: 90%;
	}
	body {
		background-image: none;
		background-color: rgb(190, 202, 207);
	}
	.fade {
		opacity: 1;
	}
	.flex {
		flex-direction: row;
	}
	.crown {
		margin-top: 0px;
		padding-top: 0px;
	}
	.gray-layer {
		background-color: rgba(255, 255, 255, 0);
	}
	.panel {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}