body {
	margin: 0;
	background-color: #000000;
	background-size: cover;
	font: 1em/1.4em "Poppins", sans-serif;
	color: #333;
}

a {
	color: #3084CA;
}

a:hover {
	color: #25669C;
}

p {
	color: white;
}

#container {
	align-content: center;
	max-width: 800px;
	margin: 50px auto 0 auto;
}

.default-text {
	font-family: "poppins", sans-serif;
	color: #b3b3b3;
	margin-bottom: 1em;
	font-size: 17px;
	display: block;
	text-align: center;
	margin-top: 33px;
}

.center {
	text-align: center;
	display: block;
	font-size: 17px;
}

.footer-text {
	font: 0.75em "Lato", "Trebuchet MS", "Helvetica", sans-serif;
	color: #fff;
	display: block;
	text-align: center;
}

.logo-text {
	font-size: 2em;
	font-family: "kanit", sans-serif;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
}

.openingsoon-text {
	font-size: 3em;
	font-family: "Poppins", sans-serif;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 1em;
}

.openingsoonsub-text {
	font-size: 2em;
	font-family: "Poppins", sans-serif;
	color: #fff;
	display: block;
	text-align: center;
}

.fa {
	padding: 10px;
	font-size: 20px;
	width: 40px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	margin: 5px;
}

.fa:hover {
	opacity: 0.7;
}

.fa-facebook {
	background: #000000;
	color: #b3b3b3;
}

.fa-twitter {
	background: #000000;
	color: #b3b3b3;
}

.fa-instagram {
	background: #000000;
	color: #b3b3b3;
}

h1{
	text-align: center;
}
