@media all{
	html, body {
		margin:0;
		padding: 0;
		width:100%;
		height:100%;
	}
	body{
		font-family : "Helvetica neue",Helvetica,Arial,Sans-serif;
		font-size: 30px;
		color:#fff;
		background-color: #6c716a;
	}
	h1 {
	font-size: 180%;
	margin: 0.5em;
	}
	section, header,footer{
	display:block;
	width:100%;
	}
	img{
		border:0;
		vertical-align:top;
		max-width:100%;
	}
	p {
	margin: 0 0 7px 0;
	padding: 0;
	}
	.center {
		margin:0 auto;
		text-align: center;
	}
	.center::after {
		content:"";
		clear:both;
		display:block;
	}
	#pagewidth {
	width:100%;
	min-height: 100%;
	position: relative;
	background-color:rgba(0, 0, 0, 0.5);
	}
	#logo {
	max-height: 400px;
	width: auto;
	}
	#header{
		position: absolute;
		z-index:1;
		left: 0;
		top: 0;
		width:100%;
		height: 200px;
		overflow:hidden;
	}
	#content{
	z-index:100;
	padding: 200px 50px;
	}
	#footer{
		position: absolute;
		z-index:1;
		left: 0;
		bottom: 0;
		width:100%;
		height: 200px;
		overflow:hidden;
	}
	#footertext{
	font-size: 60%;
	padding-top: 40px;
	}

}

@media all and (max-width: 1920px){
	body{
		font-size: 22px;
	}
	#content{
	padding: 150px 40px;
	}
	#header{
		height: 150px;
	}
	#footer{
		height: 150px;
	}
	#footertext{
	padding-top: 35px;
	}
	
}

@media all and (max-width: 1200px){

	body{
		font-size: 18px;
	}
	#footertext{
	padding-top: 25px;
	}
	
}

@media all and (max-width: 760px){
	
	body{
		font-size: 16px;

	}
	#content{
	padding: 100px 25px;
	}
	#header{
		height: 100px;
	}
	#footer{
		height: 100px;
	}
	#footertext{
	font-size: 70%;
	padding-top: 20px;
	}
	
}


@media all and (max-width: 400px){
	
	body{
		font-size: 12px;
	}
	#content{
	padding: 50px 15px;
	}
	#header{
		height: 50px;
	}
	#footer{
		height: 50px;
	}
	#footertext{
	padding-top: 15px;
	}
}