html, head, body
{
	height: 100%;
}

html
{
	font-size:100.01%;
}

body
{
	margin: 0;
	padding: 0;
	
	font-family: 'Rajdhani', sans-serif;
	font-size: 1em;
	color: #383b42;
	background: url(../images/background.jpg) repeat center center #e9e9ea;
	
	overflow-x: hidden;
}

a:hover
{
	text-decoration: underline !important;
}

.playfair
{
	font-family: 'Playfair Display SC', serif;
}

.clear
{
	clear: both;
}

.bold
{
	font-weight: bold;
}

h1, h2, h3
{
	color: #808696;
	font-family: 'Playfair Display SC', serif;
}

h1
{
	font-size: 1.8em;
	margin-top: 35px;
	text-transform: uppercase;
}

h2
{
	font-size: 1.3em;
	margin-top: 21px;
}

h3
{
	font-size: 1.1em;
	margin-top: 21px;
}



.header
{
	background: url(../images/header.jpg) no-repeat center center #fff;
	background-size: cover;
	width: 100%;
	position: relative;
}

.header::before
{
	display: block;
	content: "";
	padding-top: 95%;
}

.logo
{
	background: url(../images/logo.png) no-repeat center center transparent;
	background-size: cover;
	
	width: 129px;
	height: 68px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -64px;
}


.menu-button-container
{
	text-align: center;
	position: absolute;
	bottom: 1em;
	left: 0;
	right: 0;
}

.menu-button
{
	border-radius: 50%;
	background-color: #fff;
	color: #808696;
	font-size: 2em;
	padding: 0 0.25em;
	display: inline-block;
	cursor: pointer;
}

.menu-button.active
{
	color: #fff;
	background-color: #808696;
}

.menu-button i
{
	display: inline-block;
	margin-top: 0.2em;
}

.footer
{
	color: #808696;
	text-align: center;
	font-size: 1em;
	
	padding-top: 3em;
	background: url(../images/footer.png) no-repeat center top transparent;
	background-size: auto 100%;
	overflow: hidden;
}

.footer a
{
	color: #808696;
	text-decoration: none;
}

.footer a, .footer span
{
	white-space: nowrap; 
}

.wrap
{
	position: relative;
	padding-top: 1px;
}

.menu
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu li
{
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #707585;
	background-color: #808696;
}

.menu span
{
	border-bottom: 1px solid #8e939f;
	display: block;
}

.menu a
{
	padding: 1em 0;
	margin: 0 4em;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}

.menu a i
{
	position: absolute;
	left: -1.3em;
	padding-top: 2px;
}

.content
{
	margin: 2em;
	margin-top: calc(2em - 1px);
}

.content a 
{
	color: #e10053;
}

.loading
{
	position: absolute;
	width: 100%;
	text-align: center;
	opacity: 0.4;
	top: 0;
	left: 0;
	display: none;
	z-index: 10;
}

@media (min-width: 1000px) {
	
h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.5em;
}

h3
{
	font-size: 1.3em;
}
	
.logo 
{
	width: 258px;
	height: 137px;
	margin-left: -129px;
}
	
.menu-button
{
	font-size: 4em;
}

.footer
{
	font-size: 1.4em;
}

.menu a
{
	padding: 1.5em 0;
}
}