@font-face {
    font-family: 'Codec Pro News';
    src: url('fonts/codecpro/CodecPro-News.eot');
    src: local('Codec Pro News'), local('CodecPro-News'),
        url('fonts/codecpro/CodecPro-News.eot?#iefix') format('embedded-opentype'),
        url('fonts/codecpro/CodecPro-News.woff2') format('woff2'),
        url('fonts/codecpro/CodecPro-News.woff') format('woff'),
        url('fonts/codecpro/CodecPro-News.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
body, html {
	font-family: "Codec Pro News", sans-serif ;
	height: 100%;
	width: 100%;
	background: #000;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/** GRID **/

#grid {
	display: flex;
    justify-content: center;
	width: 100%;
	height: 100%;
	padding-top: 25px;
}
#grid-frame {
	border: 1px solid #828285;
	box-sizing: border-box;
	z-index: 0;
	overflow: hidden;
}

/** CONTENT **/

#main {
	position: absolute;
	top: 0;
	left: 0;
}
#header {
	width: 100%;
	margin-top: 67px;
	margin-left: 82px;
}
#content {
	margin-left: 366px;
	margin-top: 256px;
	width: 770px;
}
#content p {
	color: #fff;
	font-size: 23px;
	line-height: 1.23em;
	margin-bottom: 0px;
	margin-top: 45px;
}
#content h1 {
	font-size: 50px;
	color: #fff;
	margin-top: 45px;
	letter-spacing: -0.5px;
}
#footer {
	position: absolute;
	left: 366px;
	bottom: 88px;
	display: flex;
}
#footer .column {
	width: 250px;
}
#footer p {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 18px;
	color: #808184;
}
#footer a {
	text-decoration: none;
	color: #808184;
}
#footer a:hover, #footer a:focus {
	text-decoration: underline;
}

@media screen and (max-width: 1230px) {
	#content {
		margin-left: 282px;
	}
	#footer {
		left: 282px;
	}
}
@media screen and (max-width: 1115px) {
	#content {
		margin-left: 175px;
		margin-top: 157px;
	}
	#footer {
		left: 175px;
		bottom: 180px;
	}
}
@media screen and (max-width: 990px) {
	#content {
		margin-left: 82px;
		width: 80%;
	}
	#content h1 {
		font-size: 44px;
		line-height: 1.13em;
	}
	#content h1 {
		font-size: 44px;
		line-height: 1.13em;
	}
	#footer {
		left: 82px;
	}
}
@media screen and (max-width: 768px) {
	#content {
		margin-top: 0px;
	}
	#content p {
		font-size: 18px;
		line-height: 1.3em;
		margin-top: 30px;
	}
	#content h1 {
		font-size: 28px;
		margin-top: 20px;
	}
	#footer {
		left: 82px;
		bottom: 40px;
	}
}
@media screen and (max-width: 450px) {
	#header {
		margin-left: 35px;
		margin-top: 70px;
	}
	#header img {
		width: 300px;
	}
	#content {
		margin-left: 35px;
		margin-top: 35px;
	}
	#content p {
		font-size: 16px;
		line-height: 1.3em;
		padding-right: 30px;
		margin-top: 0px;
	}
	#content h1 {
		font-size: 28px;
		margin-top: 41px;
	}
	#footer {
		left: 35px;
		bottom: 45px;
		display: block;
	}
	#footer p {
		font-size: 16px;
		line-height: 1.3em;
		margin-bottom: 0;
	}
	#footer .column {
		margin-top: 10px;
	}
}
@media screen and (max-width: 370px) {
	#header img {
		width: 250px;
	}
	#content h1 {
		display: none;
	}
}
@media screen and (max-height: 450px) {
	
	#header {
		margin-top: 25px;
		margin-left: 30px;
	}
	#content {
		padding-top: 0;
		margin-bottom: 0;
		margin-top: 0;
		margin-left: 30px;
	}
	#content p {
		padding-right: 20px;
		font-size: 16px;
		margin-top: 25px;
	}
	#content h1 {
		font-size: 28px;
		margin-top: 15px;
	}
	#footer {
		bottom: 30px;
		left: 30px !important;
	}
	#footer p {
		font-size: 16px;
		margin-bottom: 5px;
	}
}