body {
	background-color: black;
	color: white;
	font-family: 'Raleway', sans-serif;
	margin: 0;
	min-height: 100%;
}
#background, img.bgM {
	min-height: 100%;
	min-width: 100%;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -9999;
	-webkit-filter: blur(0.5vh);
	filter: blur(0.5vh);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
nav a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
}
nav a:hover,
nav a:focus {
	outline: none;
}
.button a {
	padding: 10px;
	color: #fff;
	font-weight: bold;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.button a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.button a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.button a:hover::before,
.button a:focus::before,
.button a:hover::after,
.button a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.container {
	margin: 0 auto;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-30%);
    color:white;
    text-align:center;
    z-index: 1;
}
.container2 {
	margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:white;
    text-align:center;
    z-index: 1;
}
.right,
.left {
	background-color: rgba(0,0,0,0.4);
}
.footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
    text-transform: uppercase;
    z-index: 1;
}