/* background setup */

.background {
	background-repeat: no-repeat;
	/* custom background-position */
    background-position: 50% 50%;
	/* ie8-graceful degradation */
    background-position: 50% 50%\9 !important;
}

/* fullscreen setup */

html, body {
	/* give this to all tags from html to .fullscreen */
    height: 100%;
}

.fullscreen,
.content-a {
	width: 100%;
	min-height: 100%;
}

.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
	height: 100%;
	overflow: hidden;
}

/* content centering styles */

.content-a {
	display: table;
}

.content-b {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
}

/* visual styles */

body {
	margin: 0;
	font-family: "Arvo", serif;
	font-size: 28px;
	color: #606927;
	text-align: center;
}

.top_nav {
	background-color: #fff;
	height: 275px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.top_logo {
	margin-bottom: 90px;
	position: relative;
	top: 75px;
}

.main_text {
	padding: 85px 0;
}

h2, nav a {
	color: #606927;
	font: 14px "Nunito", sans-serif;
	text-decoration: none;
	letter-spacing: 2px;
}

h2, nav a:hover {
	border-bottom: 2px solid #9d9800;
}

#nav {
	background-color: #fff;
	z-index: 10;
}

.shadow {
	-moz-box-shadow: 0px 5px 10px #999999;
	-webkit-box-shadow: 0px 5px 10px #999999;
	box-shadow: 0px 5px 10px #999999;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 5, direction = 180, color = '#999999');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 5, Direction = 180, Color = '#999999')";
	/*Shadows look very different in IE (Only cardinal directions supported)*/
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element should have a background-color*/
	/*All filters must be placed together*/
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

.main_nav {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0 0;
	width: 960px;
}

.main_nav .logo {
	float: left;
	margin-left: 20px;
}

.main_nav nav.container_390 {
	float: right;
	margin-top: 10px;
}

h2 {
	margin-top: 0;
	display: inline-block;
}

section {
	background: #ffffff;
}

.not-fullscreen {
	height: auto;
}

.container_3 .grid_1 div {
	color: #010101;
	font: 11px/15px "Arvo", serif;
	text-align: justify;
}

#contact {
	background-color: rgba(157,152,0,0.93);
	padding: 40px 0 50px;
}

#contact h2 {
	color: #fff;
	border-color: #fff;
	margin-bottom: 40px;
}

.picto {
	height: 60px;
}

#contact a {
	color: #fff;
	text-decoration: none;
}

#contact .container_3 .grid_1 div {
	color: #fff;
	font: 18px/24px "Arvo", serif;
	text-align: center;
}

.arrow {
	bottom: 50px;
	position: absolute;
	width: 100%;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 480px) {

.container_390 {
	width: 100%;
}

.container_390 .grid_1 {
	width: 100%;
}

.container_3 .grid_1 {
	margin: 0 5% 20px;
	width: 90%;
}

.main_nav nav a {
	border-bottom: 2px solid #fff;
	display: inline-block;
	float: none;
	/*float: left;*/
	/*margin-bottom: 5px;*/
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.main_nav nav a:hover {
	border-color: #9d9800;
}

.main_nav .grid_1 {
	line-height: 0px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.main_nav .logo {
	margin-left: 0;
	text-align: center;
	width: 100%;
}

nav {
	line-height: 24px;
}

nav a {
	/*line-height: 0px;*/
	/*float: left;*/
	margin-bottom: 5px;
	width: 100%;
}

.top_logo img {
	height: 75%;
	width: 75%;
}

.top_logo {
	margin-bottom: 20px;
	top: 20px;
}

.top_nav {
	height: auto;
	padding-bottom: 10px;
}

.arrow img {
	height: 15%;
	width: 15%;
}

.main_text {
	padding: 25px 0;
}

body {
  min-width: 100%;
}
.container_3 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
}

@media only screen and (max-width: 768px) {

.main_nav {
	width: 100%;
}
}