body {
	margin: 0 auto;
}
.bgd {
	height: 50vh;
	background-color: #ff5400;
	width: 100%;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}
.bgl {
	height: 50vh;
	background-color: #000000;
	width: 100%;
	z-index: -1;
	position: absolute;
	bottom: 0;
}
.logo {
	position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.logo img{
	height: 40vh;
	width: auto;
	max-height: 250px;
	height: auto;
	display: inline-block;
}
.main {
	padding-top: 7vh;
	text-align: center;
	color: #ffffff;
	text-shadow: 0px 1px 1px #000000;
}