@charset "UTF-8";

.container {
	width: 1200px;
	height: 1000px;
	border: 1px solid gray;
	margin: 0px auto;
}
h1 {
	font-family: 'Allison', cursive;
	font-size: 125px;
}
header {
	width: 50%;
	border-top: 20px solid black;
	float: right;
}

nav {
	border-left: 2px solid red;
	border-right: 2px solid red;
	height: 50px;
	width: 50%;
}
article {
    width: 100%;
	background-color: #D6D6D6 ;
	height: 800px;
	clear: both;
}
.responsive-image {
	width: 100%;
}