body {
	background-color: #26212c;
	margin: 0;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 16pt;
}

h1,
h2,
h3 {
	font-family: 'Francois One', sans-serif;
}

h3 {
	font-size: 34pt;
	margin-top: 0px;
	margin-bottom: 0.2em;
}

p {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	line-height: 1.6em;
}

#content {
	width: 100%;
	margin: 0 auto;
	max-width: 1536px;
	position: relative;
	overflow: hidden;
}

#splash {
	border: 5px #fff736 solid;
	width: 100%;
	height: 50vw;
	max-height: 1080px;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	text-align: center;
}

#splash-bg {
	position: absolute;
	width: calc(100% + 20px);
	max-width: 1536px;
	filter: blur(3px) brightness(0.4);
	top: -20px;
	left: -10px;
	z-index: 9;
}

#splash-logo {
	z-index: 11;
	width: 40%;
	max-width: 560px;
}

#splash-blurb {
	z-index: 11;
	font-size: 26pt;
	width: 50%;
	text-align: center;
	font-family: 'Francois One', sans-serif;
}

#links-out {
	width: 800px;
	z-index: 12;
	padding-right: 60px;
	padding-bottom: 0%;
}

#links-out-ul {
	list-style-type: none;
}

#links-out-ul li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	font-family: 'Francois One', sans-serif;
	text-align: center;
	font-size: 26pt;

}

#link {
	text-decoration: none;
	color: #EBE300;
}

#link:hover {
	color: #EB9500;
}

#store-links {
	width: 90%;
	z-index: 12;
	margin-top: 1%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

.platform-badge {
	width: 250px;
	min-width: 250px;
	margin: 0.15rem 0.3rem;
	transition: all 0.2s ease-out;
}

.platform-badge object {
	pointer-events: none;
}

.platform-badge:hover {
	transform: scale(1.02);
}

.platform-img {
	width: 100%;
}

#car {
	/*width: 188px;
	height: 384px;*/
	width: 9.8%;
	max-width: 150px;
	height: 384px;
	background: url("./media/car.png") center no-repeat;
	background-size: 100%;
	margin: 0 auto;
}

#car-wrapper {
	width: 100%;
	position: fixed;
	height: 384px;
	top: calc(40vh - 192px);
	z-index: 1;
}

#road {
	position: relative;
	width: 100%;
	background: url("./media/roads-bg.png") top center no-repeat;
	background-size: 100%;
	height: 130vw;
	max-height: 2048px;
}

#content .container {
	background-color: rgba(0, 0, 0, 0.5);
	border: 2px #fff736 solid;
	padding: 1.2em;
	z-index: 2;
	position: absolute;
	box-sizing: border-box;
}

.mobile {
	display: none;
}

.container.left {
	padding-right: 4em !important;
	border-radius: 0 20px 20px 0;
	border-left: 0px !important;
	left: 0;
	width: 40%;
	height: 17%;
	text-align: right;
}

.container.right {
	padding-left: 4em !important;
	border-radius: 20px 0 0 20px;
	border-right: 0px !important;
	right: 0;
	width: 40%;
	height: 17%;
}

.container>p {
	font-size: 18pt;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #a0a0a0;
	border-bottom: 0px !important;
	border-right: 0px !important;
	border-left: 0px !important;
	font-size: 14px;
	box-sizing: border-box;
}

#aesthetician-logo {
	display: block;
	width: 270px;
	padding: 4px 0 5px 0;
	margin: 0 auto 1.2em;
	transition: padding 0.25s;
	float: left;
}

#aesthetician-logo:hover {
	padding: 0;
}

#aesthetician-logo:hover>img {
	width: 270px;
}

#aesthetician-logo>img {
	width: 240px;
	transition: width 0.25s;
}

#magic-logo {
	display: block;
	width: 270px;
	padding: 4px 0 5px 0;
	margin: 0 auto 1.2em;
	transition: padding 0.25s;
	float: right;
}

#magic-logo:hover {
	padding: 0;
}

#magic-logo:hover>img {
	width: 270px;
}

#magic-logo>img {
	width: 240px;
	transition: width 0.25s;
}

#logos-container {
	width: 560px;
	margin: auto auto auto auto;
}

#copyright {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 0;
}

/* MailChimp signup */
#mc_embed_signup_scroll {
	border: 2px #fff736 solid;
	border-radius: 30px;
	height: 2.4em;
	padding: 0;
	padding-left: 15px;
	position: relative;
}

#mce-EMAIL {
	margin: 0;
	padding: 10px 0 0 0 !important;
	border: 0 !important;
	background-color: rgba(0, 0, 0, 0);
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	position: absolute;
	left: 15px;
}

.mc-field-group {
	position: relative;
}

.mce_inline_error {
	display: inline-block;
	position: absolute;
	top: 55px;
	border-radius: 30px;
	background: none !important;
	border: 2px red solid;
	color: red !important;
	text-align: left;
	width: 220px;
}

#mce-EMAIL::-webkit-input-placeholder {
	color: #aaa;
}

#mce-EMAIL:focus {
	border: 0 !important;
	outline: none;
}

#mc-embedded-subscribe {
	position: absolute;
	right: -1px;
	top: 0;
	background-color: #fff736;
	color: black;
	border: none;
	outline: none;
	display: inline-block;
	font-size: 1em;
	text-align: center;
	border-radius: 30px;
	height: 2.4em;
	width: 180px;
	font-family: 'Francois One', sans-serif;
}

@media (max-width: 1542px) {

	#splash-logo {
		z-index: 11;
		width: 40%;
		max-width: 30%;
	}

	#splash-blurb {
		width: 90%;
		font-size: 16pt;
	}

	.container>p {
		font-size: 13pt;
	}

}

@media (max-width: 1218px) {

	h3 {
		font-size: 20pt;
	}

	body {
		font-size: 14pt;
	}

	#splash-logo {
		z-index: 11;
		width: 40%;

		max-width: 400px;
		min-width: 200px;

	}

	#splash-bg {
		height: 110%;
	}

	#splash-blurb {
		width: 90%;
		font-size: 16pt;
	}

	#links-out {
		width: 550px;
		margin-top: 0%;
		z-index: 12;
		font-size: 2pt;
	}

	#links-out-ul li {
		display: inline;
		margin-right: 20px;
		margin-left: 20px;
		font-family: 'Francois One', sans-serif;
		text-align: center;
		font-size: 18pt;
	}



	.container {
		display: block !important;
		position: relative !important;
		width: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	#footer {
		margin-bottom: 0;
		height: 140px;
	}

	.container.left,
	.container.right {
		display: none !important;
	}

	.mobile {
		display: block;
	}

	#car {
		display: none;
	}

	#road {
		height: 100% !important;
		max-height: none !important;
		background: none;
	}

	#mc-embedded-subscribe {
		position: absolute;
		top: 50px;
		right: 0;
		width: 100%;
	}


	@media (max-width: 966px) {
		#splash {
			height: 600px;
		}
	}

	@media (max-width: 686px) {

		#splash {
			height: 550px;
			border-width: 2px;
		}


		#links-out-ul li {
			display: block;
			font-family: 'Francois One', sans-serif;
			text-align: center;
			font-size: 14pt;
		}

		#aesthetician-logo {
			float: none;
		}

		#magic-logo {
			float: none;
		}

		#footer {
			height: 250px;
		}

	}


	@media (max-width: 320px) {

		h3 {
			font-size: 20pt;
		}

		body {
			font-size: 14pt;
		}

		#splash {
			height: 570px;
			border-width: 2px;
		}

		#splash-bg {
			height: 110%;
		}

		#splash-blurb {
			width: 90%;
			font-size: 16pt;
		}

		#links-out {
			width: 550px;
			margin-top: 10px;
			z-index: 12;
		}

		#links-out-ul li {
			display: block;
			font-family: 'Francois One', sans-serif;
			text-align: center;
			font-size: 15pt;
		}

		.container {
			display: block !important;
			position: relative !important;
			width: 100%;
			margin-top: 5px;
			margin-bottom: 5px;
		}

		#footer {
			margin-bottom: 0;
		}

		.container.left,
		.container.right {
			display: none !important;
		}

		.mobile {
			display: block;
		}

		#car {
			display: none;
		}

		#road {
			height: 100% !important;
			max-height: none !important;
			background: none;
		}

		#mc-embedded-subscribe {
			position: absolute;
			top: 50px;
			right: 0;
			width: 100%;
		}
	}
}