@font-face {
  font-family: magic;
  src: url(/fonts/MAGIC_CA.woff);
}

@font-face {
  font-family: proxima;
  src: url(/fonts/ProximaNova-Regular.otf);
}

a {
	color: white;
}

body {
	margin: 0;
	padding: 0;
	background-color: #333;
}

header {
	height: 10vh;
	width: 100%;
	background-color: white;
}

.header-nav {
	width: 33vw;
	float: left;
	font-family: proxima, sans-serif;
	font-size: 1.1em;
}

.header-nav-item {
	padding: 0 0.5em;
	position: relative;
	top: Calc(5vh - 0.5em);
	color: black;
	text-decoration: none;
}

.header-nav-item-first {
	padding-left: 2em;
}

.header-nav:hover .header-nav-item {
	color: rgba(0, 0, 0, .4);
}

.header-nav:hover .header-nav-item:hover {
	color: black;
}

.header-logo {
	margin: 0 0;
	width: 33vw;
	position: relative;
	top: Calc(5vh - 0.75em);
	float: left;
	font-size: 1.5em;
}

.site-name-h1 {
	text-align:center;
	font-family: magic;
	margin: 0 0;
}

.site-name-h1-a, .site-name-colored {
	background: linear-gradient(to right, #05cdff, #b101ff);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-decoration: none;
}

.vid-bg {
	width: 100%;
	height: 90vh;
}

.vid-bg-overlay {
	height: 100%;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 10vh;
	z-index: 100;
}

.vid-bg-overlay-text {
	margin: 0;
	font-family: magic;
	font-size: Calc(100vw / 12);
	position: relative;
	top: Calc(45vh - (100vw / 24));
}

.vid-bg-overlay-arrow {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	bottom: 10vh;
	height: 10vh;
	width: auto;
}

.vid-bg-content {
	width: 100%;
	height: 100%;
	position: relative;
}

.content {
	min-height: Calc(100vh - (10vh + 118px));
	background-color: #333;
	color: white;
}

.section {
	clear: left;
}

.section-inner {
	max-width: 66vw;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em 0 0.5em 0;
	font-size: 1.25em;
}

.boxes {
	overflow: auto;
	margin: 0 auto;
	text-align:center;
}

.box-2 {
	float: left;
    width: Calc(50% - .5em);
    padding: 0.25em;
}

.box-3 {
	float: left;
    width: Calc(33% - .5em);
    padding: 0.25em;
}

.box-4 {
	float: left;
    width: Calc(25% - .5em);
    padding: 0.25em;
}

.box-5 {
	float: left;
    width: Calc(20% - .5em);
    padding: 0.25em;
}

footer {
	width: 100vw;
	padding: 1em 0;
	background-color: black;
	color: white;
	text-align: center;
}

footer a {
	padding: 0 1em;
	color: white;
	text-decoration: underline;
}

h2 {
	text-align: center;
}

.page-title {
	background-color: #05cdff;
	margin: 0;
}

.page-title h2 {
	margin: 0;
	padding: 1em 0;
	color: white;
	font-size: 2em;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.rounded {
	border-radius: 50%;
}

.store-product {
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.contact-social-icon svg {
	filter: invert(57%) sepia(97%) saturate(1654%) hue-rotate(159deg) brightness(106%) contrast(102%);
}

.contact-social-icon svg:hover {
	filter: invert(99%) sepia(2%) saturate(456%) hue-rotate(318deg) brightness(120%) contrast(100%);
}

.contact-form-container {
	text-align: left;
	box-sizing: border-box;
}

.contact-form input {
	width: 100%;
	padding: 10px;
	border: 1px solid #a9a9a9;
	box-sizing: border-box;
}

.form-section {
	text-align: left;
	display: block;
	padding: 0.5em 1em 0.5em 1em;
}

.form-float-left {
	width: 50%;
	float: left;
	text-align: left;
	padding: 0 0.5em 0.5em 0;
	box-sizing: border-box;
}

.form-float-right {
	width: 50%;
	float: right;
	text-align: left;
	padding: 0 0 0.5em 0.5em;
	box-sizing: border-box;
}

.form-block {
	display: block;
}

.contact-form-label-major {
	font-size: 1.5em;
	font-family: verdana;
	font-weight: 300;
	font-style: normal;
	letter-spacing: -.01em;
}

.contact-form-label-minor {
	font-size: 1em;
	font-family: verdana;
	font-weight: 300;
	font-style: normal;
	letter-spacing: -.01em;
}

#contact-form-message {
	width: 100%;
	height: 200px;
	display: block;
	box-sizing: border-box;
}

#terms {
	width: auto;
	height: 1.3em;
}

#contact-form-submit {
	font-family: georgia;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .24em;
	border-width: 2px;
	border-style: solid;
	transition: 0.1s background-color linear, 0.1s color linear;
	border-radius: 3px;
	background-color: transparent;
	color: #707070;
	width: auto;
	height: auto;
	padding: 1em 2.5em;
	text-align: center;
}

#contact-form-submit:hover {
	background-color: #707070;
	color: white;
}

.captcha-style {
	display: none;
}


.menu {
  display: inline-flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > a {
  
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #333;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(0, 0, 0, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

/* Mobile View Fixes */

@media screen and (max-width: 1024px) {
	.header-logo {
		margin: 0 0;
		width: 66vw;
		position: relative;
		top: Calc(5vh - 0.5em);
		float: right;
		font-size: 1.5em;
	}

	.site-name-h1  {
		padding: 0 1em;
		text-align: right;
		font-size: x-large;
	}

	.menu-button-container {
		display: flex;
		position: relative;
		top: 5vh;
		left: 4vh;
	}
	
	.menu {
		position: absolute;
		top: 0;
		margin-top: 50px;
		left: 0;
		flex-direction: column;
		width: 100vw;
		justify-content: center;
		align-items: center;
		z-index: 999;
	}
	
	#menu-toggle ~ .menu a {
		height: 0;
		margin: 0;
		padding: 0;
		border: 0;
		transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
	}
	
	#menu-toggle:checked ~ .menu a {
		border: 1px solid #333;
		height: 2.5em;
		padding: 0.5em;
		transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
	}
	
	.menu .header-nav-item {
		display: flex;
		justify-content: center;
		margin: 0;
		padding: 0.5em 0;
		width: 100vw;
		color: white;
		background-color: #222;
	}
	
	.header-nav:hover .header-nav-item {
		color: white;
		background-color: #222;
	}
	
	.header-nav:hover .header-nav-item:hover {
		color: white;
		background-color: #222;
	}
	
	.menu > .header-nav-item:not(:last-child) {
		border-bottom: 1px solid #444;
	}
	
	.section-inner {
		max-width: 90vw;
	}
	.boxes img {
		width: 100%;
	}
}