@charset "UTF-8";
body {
	background-image: url(../images/bg_mountain.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-size: cover;
	background-color: rgba(48,102,99,1.00)
}
.container {
}
header {
	width: 100%;
	height: 250px;
	position: relative;
}

header img {
	position: absolute;
	top: 30px;
	left: 100px;
	z-index: 10000;
}
nav {
	width: 100%;
	height: 50px;
	background-color: rgba(255,255,255,0.75);
	border: 3px solid rgba(0,0,0,1.00);
	top: 250px;
	padding: 0 px;
	position: static;
}

nav ul {
		padding: 0px;
		list-style-image: none;
		list-style-type: none;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 100000000;
	}

		nav ul li {
		width: 13%;
		height: 50px;
		margin-top: 15px;
		float: left;
		display: block;

}

.box {
	width: 50%;
	/* height: 300px; */
	margin-top: 0px;
	position: relative;
	color: rgba(255,255,255,1.00);
	font-family: alice;
	font-weight: 400;
	font-size: 2em;
	height: 500px;	/* padding-top: 400px; */
	font-style: normal;
	background-image: -webkit-linear-gradient(270deg,rgba(45,104,101,0.84) 0%,rgba(61,119,113,0.24) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(45,104,101,0.84) 0%,rgba(61,119,113,0.24) 100%);
	background-image: -o-linear-gradient(270deg,rgba(45,104,101,0.84) 0%,rgba(61,119,113,0.24) 100%);
	background-image: linear-gradient(180deg,rgba(45,104,101,0.84) 0%,rgba(61,119,113,0.24) 100%);
	margin-left: 20%;
	margin-right: 20%;
	padding-left: 5%;
	padding-right: 5%;
}

.box img {
	-webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1.00);
	box-shadow: 0px 0px 0px 3px rgba(0,0,0,1.00);	
}

.box p {
	color: #FFFFFF;
	font-family: alice;
	font-weight: 400;
	font-size: 0.75em;
	font-style: normal;
	text-shadow: 0 0;
}

.box2 {
	width: 100%;
	padding-top: 50px;
	clear: both;
	position: fixed;
}
.asideLeft {
	width: 20%;
	margin-left: 15%;
	padding-left: 5%;
	padding-right: 5%;
	margin-right: 5%;
	color: rgba(255,255,255,1.00);
	font-family: alice;
	font-style: normal;
	font-weight: 400;
	float: left;
	text-align: center;
	font-size: 1.25em;
	background-image: -webkit-linear-gradient(270deg,rgba(58,94,88,0.81) 0.04%,rgba(63,147,143,0.22) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(58,94,88,0.81) 0.04%,rgba(63,147,143,0.22) 100%);
	background-image: -o-linear-gradient(270deg,rgba(58,94,88,0.81) 0.04%,rgba(63,147,143,0.22) 100%);
	background-image: linear-gradient(180deg,rgba(58,94,88,0.81) 0.04%,rgba(63,147,143,0.22) 100%);
}
.asideRight {
	width: 40%;
	color: rgba(255,255,255,1.00);
	font-family: alice;
	font-style: normal;
	font-weight: 400;
	font-size: 1.25em;
	margin-right: 2.5%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	float: right;
	background-image: -webkit-linear-gradient(270deg,rgba(61,99,87,0.79) 0%,rgba(67,127,133,0.28) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(61,99,87,0.79) 0%,rgba(67,127,133,0.28) 100%);
	background-image: -o-linear-gradient(270deg,rgba(61,99,87,0.79) 0%,rgba(67,127,133,0.28) 100%);
	background-image: linear-gradient(180deg,rgba(61,99,87,0.79) 0%,rgba(67,127,133,0.28) 100%);
	margin-left: 2.5%;
	text-align: center;
}
tbody tr td {
	font-size: 0.75em;
	text-align: center;
}
h1 {
	font-family: alice;
	font-style: normal;
	font-weight: 400;
	font-size: 1.6em;
	text-shadow: 2px 2px rgba(52,51,51,1.00);
}
