﻿body {
	margin: 0;
	background-color: #000;
	color: rgba(255, 255,255, .8);
	font-family: georgia, sans-serif;
	font-weight: 400;
	word-wrap: break-word;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	-ms-font-feature-settings: "kern", "liga", "clig", "calt";
	font-feature-settings: "kern", "liga", "clig", "calt";
	background: url(../images/bg.png) center center no-repeat;
	background-size: cover;
}


.coming-soon .row {
	min-height: calc(100vh - 36px);
	align-items: center;
	margin-bottom: 36px;
}

h2, p, button, input, a {
	font-family: Roboto;
	text-align: center;
	color: #fff!important;
	text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

h2 {
	font-size: 30px;
	text-align: center;
}

.social-links {
	height: 36px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

a.social-link {
	font-size: 16px;
	padding: 0.5rem;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	overflow: hidden;
}

.social-links a.social-link {
	background-color: #000;
	color: #fff;
}

a.social-link:hover, a.social-link:focus, a.social-link:active {
	background-color: #d80007;
	color: #fff;
}

.social-links a.social-link img {
	width: 20px;
	height: 20px;
	filter: invert();
}

.social-links a.social-link:not(:first-child) {
	margin-left: 1rem;
}

.logo {
	margin-bottom: 4rem;
	text-align: center;
}

@media (min-width: 768px) {
	.logo {
		margin-bottom: 6rem;
	}
}

.logo img {
	width: 100%;
	max-width: 270px;
	filter: drop-shadow(0 5px 10px black);
}

.input-group {
	max-width: 320px;
}

input[type=email] {
	color: #000!important;
	text-shadow: none!important;
	font-size: 14px;
	height: 3rem;
}

* {
	user-select: none!important;
}

.toast-message {
	font-family: Roboto!important;
}

#toast-container {
	top: 1rem!important;
}