@import url("https://use.typekit.net/wxn3utb.css");

body, html {margin: 0; padding: 0; height: 100%; font-family: Ariel, sans-serif!important;}

.coming-soon-wrapper {
	position: relative;
	min-height: 100vh;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 40px;
	color: #ffffff;
}

.background-tint {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	;
}

.background-blur-1{-webkit-backdrop-filter: blur(6px)}

.coming-soon-inner {
	position: relative;
	z-index: 1;
	width: 100%
}

.logo img {
	width: 100%;
	height: auto;
	margin-bottom: 30px; padding: 20px; width: 100%
}

a{box-shadow: none!important}

.mlrauto{margin-left:auto; margin-right:auto}

h1{font-family: flood-std, sans-serif; font-size: 60px!important}