@font-face {
	font-family: 'MikelaRegular';
	src: url('../fonts/mikela-regular.woff2') format('woff2'),
		url('../fonts/mikela-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
	unicode-range: U+000-5FF;
}

@font-face {
	font-family: 'Cinderblock-150';
	src: url('../fonts/cinderblock-150.woff2') format('woff2'),
		url('../fonts/cinderblock-150.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
	unicode-range: U+000-5FF;
}

@font-face {
	font-family: 'Huben-Regular';
	src: url('../fonts/huben-regular.woff2') format('woff2'),
		url('../fonts/huben-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
	unicode-range: U+000-5FF;
}


* {
	box-sizing: border-box;
}

body {
	background-image: url('../img/background.jpeg');
	background-size: cover;
	background-color: #000000;
	font-family: MikelaRegular;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	margin: 0px;
	padding: 0px;
}

#app {
	height: 100vh;
}

div#logo {
	top: 50px;
	left: 50px;
	position: absolute;
}






div#nav {
	top: 40px;
	right: 60px;
	position: absolute;
	display: none;
}

a.close {
	position: absolute;
	top: 50px;
	right: 50px;
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}

ul.navMenu,
a.close {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-transform: uppercase;
	display: inline-block;
	font-family: Huben-Regular;
	transition: all ease-in-out 0.4s;
}

ul.navMenu li {
	display: inline-block;
	margin: 0px;
	padding: 10px;
}

ul.navMenu a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	padding: 8px 10px 4px 8px;
	font-size: 18px;
	border-bottom: 4px solid transparent;
	cursor: pointer;

}

ul.navMenu a.border {
	border: 4px solid #fff;
	padding: 10px 8px 4px 8px;
	font-size: 18px;
}

ul.navMenu a:hover {
	border-bottom: 4px solid #fff;
}


video#loop {
	position: fixed;
	top: 50%;
	left: 650px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(polina.jpg) no-repeat;
	background-size: cover;
}

div#content-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

div.big-text a {
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

div.big-text a:hover {
	color: #93D650;
}

div.big-text {
	font-size: 150px;
	font-family: Cinderblock-150;
	color: #ffffff;
	text-align: center;
	line-height: 120px;
	text-transform: uppercase;
}

div.bigger-text {
	font-family: Cinderblock-150;
	font-size: 140px;
	color: #ffffff;
	text-align: center;
	line-height: 120px;
	text-transform: uppercase;
}

h1.intro {
	font-family: MikelaRegular;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: -25px;
}

h1.mb {
	margin-bottom: -25px;
}



div#mobileNavTrigger {
	position: absolute;
	top: 40px;
	right: 40px;
	color: #ffffff;
}

div#mobileNav {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.90);
	z-index: 500;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

div#mobileNav ul li {
	display: block;
}

div#mobileNav .router-link-active {
	border-bottom: 4px solid #fff;
}

.fade-enter-active,
.fade-leave-active {
	transition: opacity .1s
}

.fade-enter,
.fade-leave-to {
	opacity: 0
}

h1.inline {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	line-height: 60px;
	text-align: center;
	display: block;
}

div.signup {
	margin: none;
	vertical-align: top;
	padding: none;
	margin-top: 20px;
	display: block;
	justify-content: center;
}

/* FUTURE */
div.blank {
	border: 20px solid #fff;
	margin-top: 40px;
	display: flex;
	font-size: 150px;
	font-family: Arial;
	justify-content: space-around;
	padding: 20px;
	display: none;
}

.bold {
	font-weight: bold;
}



.isolation {
	color: #33fdec;
}

@media (min-width: 768px) {
	div.bigger-text {
		font-size: 200px;
		line-height: 180px;
	}

	div.signup {
		display: flex;
	}

	h1.inline {
		margin-right: 16px;
	}

	input.button {
		margin-left: 16px;
	}

	.tour-dates {
		font-size: 1em;
	}
}

@media (min-width: 992px) {
	div#nav {
		display: block;
	}

	div#mobileNavTrigger {
		display: none;
	}

	ul.navMenu li {
		margin: 0px 10px;
		width: 150px;
	}

	div.blank {
		display: flex;
	}

	.tour-dates {
		font-size: 1.2em;
	}
}

@media (min-width: 1200px) {
	video#loop {
		left: 50%;
	}
}

@media (min-width: 1400px) {
	.tour-dates {
		font-size: 2em;
	}
}

/* Mailchimp stuff */
div#mc_embed_signup {
	display: block;
	margin: none;
	padding: none;
	height: 80px;
	overflow: hidden;
	text-align: center;
}

div.mc-field-group {
	height: 72px;
	overflow: hidden;
	padding: none;
	display: inline-block;
	margin: none;
	padding: none;
}

.mc-field-group input {
	padding: 16px 16px;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 50px;
	text-align: center;
	border: none;
	display: inline-block;
	margin-right: 8px;
}

.mc-field-group input.button {
	border: none;
	background: none;
	font-family: Cinderblock-150;
	font-size: 72px;
	color: #ffffff;
	padding: 0px;
	border-radius: 0px;
	line-height: 65px;
	vertical-align: bottom;
	margin-top: -30px;
	height: 80px;
}

.tour-dates {
	list-style: none;
}

.tour-dates li a {
	color: #fff;
}