body {																	/*----------Body-------*/
	background: #FBFBF3; 
	overflow: auto;
}

.c5 {
	background: #FBFBF3
}
																		/* unvisited link */
a:link {
    color: #860230;
text-decoration: none;
}

																		/* visited link */
a:visited {
    color: #860230;
}

																		/* mouse over link */
a:hover {
    color: #0b3701;
}

																		/* selected link */
a:active {
    color: #EBC299;
}

 input.c1 {
 	font-size:12px; 
 	width:280px;
 	}
 textarea.c2 {
 	font-size:12px; 
 	width:280px;
	height:80px;
 	}

h1, h2, h3 {
	text-align: center;
	padding-left: 5%;
	color: #0b3701;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 2%;
	color: #000000;
}
img {
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
}
#wrapper {
	margin: 0 auto;
	float:center;
	max-width: 1020px;
	width: 95%;
	background: #FBFBF3;
	border: 1px solid #FBFBF3;
	border-radius: 2px;
	box-shadow: 0 0 0px 0px rgba(12, 3, 25, 0.8);
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	display: inline;
}

ul li img {
	height: 50px;
}

																										/*--------------MEDIA!!!--------------*/
																										
@media only screen and (min-device-width : 120px) and (max-device-width : 641px) {        					    /*---------SMALL-------*/
body {
	font-size: 9px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2%;
	color: #000000;
}

h1, h2, h3 {
	font-size:18px;
	text-align: center;
	padding-left: 1%;
	color: #0b3701;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2%;
	color: #000000;
}

#wrapper {
	margin: 0 auto;
	float:center;
	max-width: 641px;
	width: 95%;
	background: #FBFBF3;
	border: 1px solid #FBFBF3;
	border-radius: 2px;
	box-shadow: 0 0 0px 0px rgba(12, 3, 25, 0.8);
}
}

@media only screen and (min-device-width : 642px) and (max-device-width : 770px) {                         /*---------- MEDIUM SIZE----------*/
	body {
		font-size: 9px;
	}

h1, h2, h3 {
	font-size:18px;
	text-align: center;
	padding-left: 1%;
	color: #0b3701;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2%;
	color: #000000;
}

#wrapper {
	margin: 0 auto;
	float:center;
	max-width: 770px;
	width: 95%;
	background: #FBFBF3;
	border: 1px solid #FBFBF3;
	border-radius: 2px;
	box-shadow: 0 0 0px 0px rgba(12, 3, 25, 0.8);
}
}


@media only screen and (min-device-width : 771px) and (max-device-width : 981px) {                         /*---------- LARGE SIZE----------*/
body {
	font-size: 9px;
}

h1, h2, h3 {
	font-size:18px;
	text-align: center;
	padding-left: 1%;
	color: #0b3701;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2%;
	color: #000000;
}

#wrapper {
	margin: 0 auto;
	float:center;
	max-width: 981px;
	width: 95%;
	background: #FBFBF3;
	border: 1px solid #FBFBF3;
	border-radius: 2px;
	box-shadow: 0 0 0px 0px rgba(12, 3, 25, 0.8);
}
}


	/***********************************************
	* Images free use provided by http://www.raumrot.com/10/
	* http://splitshire.com/ and http://kaboompics.com/
	***********************************************/
