﻿html,
body {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12px;
}
.god {
	/*background-image:url(back_full.gif);*/
}
.parent {
	text-align: center;
}
.parent p {
	line-height: 1.5;
}
.img {
	width: 100%;
	height: 720px;
	color: #555555;
	line-height: 3;
	position: absolute;
	z-index: 2;
}
.blur-top {
	height: 180px;
	/*filter: blur(50px);*/
	/*-webkit-filter: blur(50px);*/
	/*opacity: 0.5;*/
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scaleY(-1);
}
.blur {
	height: 720px;
	/*filter: blur(50px);*/
	/*-webkit-filter: blur(50px);*/
	/*opacity: 0.5;*/
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}
.dots {
	width: 100%;
	height: 720px;
	background-image:url(back_half.gif);
	position: absolute;
	z-index: 1;
}
.menu {
	width: 100%;
	background-color: #000000;
	opacity: 0.75;
	position: fixed;
	z-index: 3;
}
.menu-button {
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 15px 5px 0px 5px;
	color: #ffffff;
	display: inline-block;
}
.menu-button a,
.menu-button a:link,
.menu-button a:visited {
	text-decoration: none;
	color: #aaaaaa;
}
.menu-button a:hover,
.menu-button a:active {
	color: #ffffff;
}
.menu-line {
	height: 2px;
	width: 100%;
	margin: 48px 0px 0px 0px;
	opacity: 0.75;
	position: fixed;
	overflow: hidden;
	z-index: 4;
}
.menu-button-line {
	margin: 0px 4px 0px 4px;
	padding: 0px 1px 0px 1px;
	opacity: 0;
	display: inline-block;
}
.menu-button-line-hover {
	background-color: #000000;
	margin: 0px 4px 0px 4px;
	padding: 0px 1px 0px 1px;
	color: #000000;
	display: inline-block;
}
.menu-bottom {
	height: 240px;
	background-color: #bbbbbb;
}
.menu-bottom-button {
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 0px 5px;
	color: #000000;
	display: inline-block;
}
.menu-bottom-button a,
.menu-bottom-button a:link,
.menu-bottom-button a:visited {
	text-decoration: none;
	color: #555555;
}
.menu-bottom-button a:hover,
.menu-bottom-button a:active {
	color: #000000;
}
@media only screen and (max-width: 980px) {
body {
	font-size: 18px;
}
.menu-button {
	height: 60px;
	padding: 30px 10px 0px 10px;
}
.menu-bottom {
	display: none;
}