@charset "UTF-8";
body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
nav {
	letter-spacing: 3px;
	font-size: 20px;
	width: 80%;
	text-align: center;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	background-color: #CCCCCC;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
nav ul li {
	display: inline;
	list-style-type: none;
	margin-right: 10%;
}
nav ul li a {
	color: #FFF;
	opacity: 0.5;
	text-decoration: none;
	font-weight: lighter;
}
nav ul li a:hover {
	opacity: 1;
}
.section_left {
	margin-left: 10%;
	margin-right: 2%;
	margin-top: 50px;
	width: 38%;
	float: left;
	color: #999999;
	text-align: justify;
	margin-bottom: 100px;
}
.section_right {
	margin-top: 50px;
	margin-left: 2%;
	margin-right: 10%;
	width: 38%;
	float: right;
	color: #999999;
	text-align: justify;
	margin-bottom: 100px;
}
.section_right img {
	width: 100%;
}
.current_page a {
	opacity: 1;
}
hr {
	width: 80%;
	display: block;
	height: 1px;
	border-top: 1px solid #999999;
	opacity: 0.4;
}
.section {
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	flex-wrap: wrap;
	display: flex;
}
.gallery {
	width: 15%;
	min-width: 300px;
	min-height: 150px;
	border-width: 3px;
	background-color: #CCCCCC;
	margin-top: 10%;
	display: inline-block;
	margin: 5%;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	flex: 1;
}
.gallery img {
	width: 100%;
}
.gallery figure figcaption {
	text-align: center;
	letter-spacing: 5px;
	font-weight: lighter;
}
.gallery figure figcaption a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	opacity: 0.5;
}
.gallery figure figcaption a:hover {
	opacity: 1;
}
.gallery_container {
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	min-height:700px;
	height: 80%;
}
.gallery_title {
	text-transform: uppercase;
	letter-spacing: 8px;
	font-size: 18px;
	text-align: center;
	color: #999999;
	margin: 5%;
}
