/*********** Bills Resets ***********/
h1, h2, h3, h4, p, ul, ol {
	margin: 0;
	padding: 0;
}

nav ul, nav ol {
	list-style-type: none;
}

a {
	text-decoration: none;
}

img {max-width: 100%;}

/********* End Bills Resets *********/

body {
	font-family: Arial;
	color: #666;
	overflow-x:hidden;
}

#container {
	overflow:hidden;
	position:relative;
}

header {
	padding: 20px;
}

header h1 {
	width: 150px;
	margin: 0;
	padding: 20px;
	border: 5px solid #333;
	background:rgba(231,133,74,0.70);
	text-align: center;
	text-transform: uppercase;
}

#top1 {
	width: 120%;
	height: 45vw;
	transform: rotate(-10deg);
	transform-origin: top right;
	background-color: #9BD2F1;
	
	position: absolute;
	top: 0px;
	right: 0;
	z-index: -1;
}

#top2 {
	width: 120%;
	height: 45vw;
	transform: rotate(10deg);
	transform-origin: top left;
	background-color:rgba(208,220,179,0.5);
	
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

nav {
	background: rgba(255, 255, 255, 0.7);
	margin-bottom: 20px;
}

nav ul {
	display: flex;
}

nav ul li {
	flex: 1;
}

nav ul li a {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 40px;
	border-right: 20px solid rgba(255, 255, 255, 0.5);
	text-align: center;
	color: #F706CE;
}

nav ul li:last-of-type a {border: none;}

section {
	padding: 20px;
	background: #fff;
}

p { 
	line-height: 1.5em;
	margin-bottom: 1em;
}

#top {
	margin-bottom: 10vw;
}

#top img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

#middle {
	position: relative;
	background: #9BD2F1;
	margin-bottom: 9vw;
}

#middle p {
	max-width: 600px;
	margin:auto;
}
#middle1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform-origin: top left;
	transform: rotate(-5deg);
	width: 120%;
	height: 10vw;
	background-color: #9BD2F1; 
}

#middle2 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	transform-origin: bottom right;
	transform: rotate(-5deg);
	width: 120%;
	height: 10vw;
	background-color: #9BD2F1; 
}

#bottom {
	padding: 0;
	margin-bottom: 100px;
	position: relative;
	z-index: -2;
}

bottom img {
	width: 100%;
}
#bottom1 {
	position: absolute;
	top: -10vw;
	left: 0;
	transform-origin: bottom left;
	transform: rotate(5deg);
	width: 120%;
	height: 10vw;
	background-color: #fff; 
}

#bottom2 {
	position: absolute;
	bottom: -90px;
	right: 0;
	transform-origin: top right;
	transform: rotate(5deg);
	width: 120%;
	height: 100px;
	background-color: #fff;
}

@media only screen and (min-width: 700px) {
	
	#top article {
		display: flex;
	}
	
	#top article p {
		flex: 1;
		padding: 0 15px;
	}
	
}

@media only screen and (min-width: 1000px) {
	
	#top article {
		width: 960px;
		margin: auto;
	}
}
