@charset "UTF-8";

body {
	background-color: #FCFBFC;
	font-size: 15px;
}
header, section, footer, aside, nav, main, article, figure {
    display: block;
} 
.page {
	position: relative;
	max-width: 580px;
	width: 95%;
	height: 2500px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	font-family: "Century Gothic";
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;
	border: 2px none red;
	z-index: 100;
}
.navigation {
	position: relative;
	width: 90%;
	height: auto;
	text-align: left;
	margin-left: 5%;
	padding-top: 10px;
	background-color: #ffffff;
	border-bottom: 3px none green;
	z-index: 600;
}

.title { 
	position: relative;
	width: 93%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: left;
	padding: 8px 0 1px 3%;
	border-top: 1.4px solid #000000;
	border-bottom: 1.5px dotted #000000;
	background-color: transparent;
	z-index: 300;
}
.panel {
	position: relative;
	width: 93%;
	height: auto;
	margin-top: 25px;
	margin-left: 5%;
	margin-right: auto;
	text-align: left;
	padding-left: 0px;
	background-color: transparent;
	line-height: 130%;
	z-index: 200;
	border: 2px none blue;
}

/*--------- START OF LINKS -------*/


a:link, a:visited, a:active {
	font-size: 1em;
	color: #15703C;
	text-decoration: none;
}
a:hover {
	font-size: 1em;
	color: #FF7000;
	text-decoration: none;
}
.arrow_up {
	font-size: 2.2em;
	font-weight: normal;
	color: #FF4F00;
}

/*--------- END OF LINKS -------*/


/*--------- START OF HEADERS -------*/

h1 { 
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 0.2px;
	line-height: 100%;
	color: #FF4F00;
}
h2 { 
	display: inline;
	font-family: "Century Gothic";
	font-size: 1.1em;
	font-weight: normal;
	line-height: 110%;
	color: #333333;
}


/*--------- END OF HEADERS -------*/

/* MISC */

.italic {
	font-size: 0.9em;
	font-style: italic;
}

img{
	border: 0px;
}
img.addBorder{
	border-style: solid;
	border-width: 1px;
	border-color: #999;
}

/* END OF MISC */

/* MEDIA QUERIES */

@media (max-width: 2000px) and (min-width: 581px) {

}


@media (max-width: 580px) and (min-width: 461px) {

	
}

@media (max-width: 460px) and (min-width: 321px) {
	.page_1 {
		margin-top: 15px;
	}
  
	.panel {
		margin-top: 3%;
		}
	h1 {
		display: inline;
		font-size: 2.3em;
		}
	h2 {
		display: inline;
		font-size: 1em;
		}
}

@media (max-width: 320px) {
  	.page_1 {
		margin-top: 5px;
		}
	.panel_1 {
		font-size: 0.9em;
		}
	.panel {
		margin-top: 2%;
		font-size: 1em;
		}
	h1 {
		display: inline;
		font-size: 2em;
		}
	h2 {
		display: inline;
		font-size: 1em;
		font-weight: bold;
		}
	a:link, a:visited, a:active {
		font-size: 0.9em;
		}
	a:hover	{
		font-size: 0.9em;
		}
	}

/* END OF MEDIA QUERIES */

