@charset "utf-8";
/* CSS Document */
body {
	background-color: #A4EBF0;
	background-image: url("images/4562026225_59617df420_q.jpg");
}
p {
	font-family: 'Ariel';
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	margin-bottom: 14px;
}
#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #fff;
	padding: 10px 20px;
	border-width: 1px;
	border-style: inset;
	border-color: #2A2770;
}
h1, h2, h3 {
	font-family: 'Helvetica';
}
h1 {
	background-color: #2FEA8E;
	color: #2A2770;
	font-size: 34px;
	text-transform: uppercase;
	text-align: center;
	padding: 16px 0;
	background: -webkit-linear-gradient(#0ABDC1, #47EF4C); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#0ABDC1, #47EF4C); /* For Operal 11.1 to 12.0 */
	background: -moz-linear-gradient(#0ABDC1, #47EF4C); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#0ABDC1, #47EF4C) /* Standard sytax */
}
h2 {
	background-color: #5AAEFD;
	color: #2A2770;
	font-size: 24px;
	padding: 10px;
	margin-bottom: 10px;
}
h3 {
	color: #2A2770;
	font-size: 20px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #2A2770;
}
li {
	margin-bottom: 8px;
	list-style-position: inside;
}
ul li {
	list-style-type: disc;
}
foot p {
	text-align: center;
}
.origin {
	color: #2A2770;
}
nav p {
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}
nav {
	padding: 6px;
}
.area {
	color: #F7191D;
	text-decoration: underline;
}
.feature-box {
	width: 30%;
	background-color: #D7FCFF;
	padding: 10px;
	margin: 0 auto 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #888888;
}
img {
	padding: 10px;
	background-color: #fff;
	border: 2px solid #2A2770
}
.gallery {
	margin: 10px;
}
.align-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.align-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.flex-container {
	display:flex;
}
.image-container {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
section {
	width: 65%;
}

