﻿@charset "utf-8";
body {
	overflow: scroll;
	color: #fff;
	line-height: 27px;
	letter-spacing: -0.003em;
	background: url("../img/back.jpeg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	z-index:99;
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url(../img/status.gif); 
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px;
}

audio {
	display: none;
}

@media (min-width: 600px) {
	.content {
		text-align: center;
		margin-bottom: 20px !important;
		margin: 100px 350px !important;
	}

	.parent {
		margin: 0 350px !important;
	}
}

@media (min-width: 768px) {
	.content {
		text-align: center;
		margin-bottom: 20px !important;
		margin: 100px 100px !important;
	}

	.parent {
		margin: 0 100px !important;
	}
}

@media (min-width: 1280px) {
	.content {
		text-align: center;
		margin-bottom: 20px !important;
		margin: 100px 350px !important;
	}

	.parent {
		margin: 0 350px !important;
	}
}

.content {
	text-align: center;
	margin-bottom: 20px;
	margin: 100px 20px;
}

.btn {
	background-color: white;
    padding: 13px 1.5em 15px 1.5em;
    border-radius: 0.4rem;
    text-decoration: none;
	font-weight: 500;
	font-size: 18px;
}

.parent {
	display: grid;
	align-items: center;
	min-height: 100vh;
	margin: 0 1rem;
}

.letsgo {
	margin-top: 10px;
	margin-left: 20px;
}