body, html{
	margin:0;
	padding:0;
	color:#3b3d40;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size: 18px;
}

body{
	background:url(images/berlin-skyline.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#page{
	position:relative;
	min-height:200px;
	width:800px;
	margin:20% auto 20px;
	padding:0;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.topImage{
	display:none;
}

#header{
	position:relative;
	padding:10px 20px;
	background:rgba(255,255,255,0.9);
	width:100%;
	box-sizing:border-box;
}

#header img{
	height:90px;
}

h1{
	position:absolute;
	right:20px;
	bottom:10px;
	color:#000000;
	font-size:36px;
	line-height:44px;
	font-weight:300;
	margin:0;
}

#content{
	position:relative;
	padding:40px 20px 10px;
	background:rgba(114,149,205,0.95);
	width:100%;
	color:#ffffff;
	text-align:center;
	box-sizing:border-box;
}
#content.left{
	text-align:left !important;
}

#content a{
	color:#ffffff;
	text-decoration:underline;
}

#content a:hover{
	text-decoration:none;
}

#footer{
	position:relative;
	padding:5px 20px;
	background:rgba(255,255,255,0.9);
	width:100%;
	box-sizing:border-box;
	font-size: 14px;
}

#footer a{
	float:right;
	margin-left:15px;
}

h2{
	color:#ffffff;
	font-weight:300;
}

a:link, a:visited{
	text-decoration:none;
	color:#2155a4;
}

a:hover, a:active{
}

@media screen and (max-width: 802px) {
	body{
		background:none;
	}

	#page{
		width:100%;
		margin:0;
		-moz-box-shadow: 0 0 0;
		-webkit-box-shadow: 0 0 0;
		box-shadow: 0 0 0;
	}
	
	.topImage{
		display:block !important;
		width:100%;
	}
}

@media screen and (max-width: 420px) {
	h1{
		font-size:28px;
		line-height:34px;
	}
	
	#header img{
		height:60px;
	}

}
