
html {
	font-size:62.5%;
	box-sizing:border-box;
}

body {
	font-size:1.6px;
	font-size:1.6rem;
	font-weight:300;
	font-family:Verdana,Geneva,Arial,sans-serif;
	line-height:1.5;
	background-color:#eeeee4;
}

div {
	font-size:1.5rem;
	text-align:center;
}

h2 {
	font-size:2.3rem;
	text-align:center;
}

p {
	font-size:1.8rem;
	text-align:center;
}

img {
	margin-top:0.5rem;
	vertical-align:bottom;
	border:none;
	width:100%;
}

a {
	text-decoration:none;
	color:black;
}

.page {
	margin:0 auto;
	max-width:1200px;
}

.header {
	display:flex;
	flex-flow:row wrap;
	justify-content:right;
	align-items:center;
	margin-right: 2%;
}

.header_p {
	font-size:1.4rem;
	margin-right: 2%;
}

.content {
	display:flex;
	flex-flow:row wrap;
	justify-content:left;
	align-items:center;
}

.subtitle {
	font-size:1.8rem;
	line-height:100%;
	text-align:center;
}

.img_logo {
	width:20px;
	vertical-align:text-bottom;
}

.cont1, .cont2, .cont3, .cont4, .cont5, .cont6, .cont7 {
	position: relative; 
	float: left;
	width: 33%;
	overflow: visible;
	border: solid 1px black;
	box-shadow: 10px 10px 8px #888888;
	line-height:0.8%;
}

.cont1 {  
  top:0%; left:0%; 
  background-color: #9FDDE8;
}

.cont2 {
  top: 20px; left:-20px;
  background-color: #cde29b;
}

.cont3 {
  top: 40px; left:-40px;
  background-color: #fae6b1;
}

.cont4 {
  top: 15px; left:0px;
  background-color: #8BB0F4;
}

.cont5 {
  top: 35px; left:-20px;
  background-color: #99c729;
}

.cont6 {
  top: 55px; left:-40px;
  background-color: #e28743;
}

.cont7 {
  top: 30px; left:0px;
  background-color: #36abcd;
}

.footer {
	position: relative;
    top:60px; left:0px;
	float: left;
	overflow: visible;
	background-color: #eeeee4;
	margin-bottom:2%;
	width: 100%;
}

.footer_copy {
	font-size:1.4rem;
	color: black;
	text-align: center;
}

@media only screen and (max-width: 480px) {
	
	.header {
		margin-right:4%;
	}

	.img_logo {
		width:20px;
	}
	
	.cont1 {
		top:10px; left:0px;
		width: 90%;
	}
	
	.cont2 {
		top: -110px; left:5px;
		width: 90%;
	 }
 
	.cont3 {
		top: -210px; left:10px;
		width: 90%;
	}
	
	.cont4 {
		top: -310px; left:0px;
		width: 90%;
	}
	
	.cont5 {
		top: -410px; left:5px;
		width: 90%;
	}
	
	.cont6 {
		top: -510px; left:10px;
		width: 90%;
	}
	
	.cont7 {
		top: -610px; left:0px;
		width: 90%;
	}
	
	.footer {
		top:-580px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
	
	.header {
		margin-right:4%;
	}
	
	.subtitle {
		font-size:1.8rem;
		text-align:center;
	}
	
	.img_logo {
		width:20px;
	}
	
	.cont1 {
		top:10px; left:0px;
		width: 90%;
	}
	
	.cont2 {
		top: -100px; left:5px;
		width: 90%;
	 }
 
	.cont3 {
		top: -210px; left:10px;
		width: 90%;
	}
	
	.cont4 {
		top: -320px; left:0px;
		width: 90%;
	}
	
	.cont5 {
		top: -430px; left:5px;
		width: 90%;
	}
	
	.cont6 {
		top: -540px; left:10px;
		width: 90%;
	}
	
	.cont7 {
		top: -650px; left:0px;
		width: 90%;
	}
	
	.footer {
		top:-600px;
	}
	
	.footer_copy {
		font-size:2.0vw;
	}
}

@media only screen and (min-width: 801px) and (max-width: 1024px) {
	
	.header {
		margin-right: 4%;
	}
	
	.img_logo {
		width:20px;
	}
 
	.cont1 {
		top:10px; left:0px;
		width: 45%;
	}

	.cont2 {
		top: 60px; left:-10px;
		width: 45%;
	}
	
	.cont3 {
		top: 40px; left:0px;
		width: 45%;
	}
	
	.cont4 {
		top: 90px; left:-10px;
		width: 45%;
	}
	
	.cont5 {
		top: 70px; left:0px;
		width: 45%;
	}
	
	.cont6 {
		top: 120px; left:-10px;
		width: 45%;
	}
	
	.cont7 {
		top:100px; left:0px;
		width: 45%;
	}
	
	.footer {
		top:140px;
	}
}




