@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	color: #86b943;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 180%;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 300;
	font-size: 44px;
	margin-bottom: 48px;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight: 300;
	font-size: 18px;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 300;
	font-size: 36px;
	color: #86b943;
	text-align: center;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 180%;
	text-align: left;
	margin-top: 48px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 180%;
	text-align: center;
	margin-left: 150px;
	margin-right: 150px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 180%;
	text-align: left;
	margin-left: 50px;
}

a {
	color: #86b943;
	text-decoration: underline;
}

a:link {
	color: #86b943;
	text-decoration: underline; 
}
a:visited {
	color: #86b943;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color:#86b943;
}
img {
	max-width: 100%;
	height: auto;
}
.img-right img{
	float: right;
	margin-left: 24px;
}

.img-left img{
	float: left;
	margin-right: 24px;
}

.clear {
	clear: both;
	
}


.3-col {
	width: 90%;
}

.center {
	width: 50%;
}

.col-left {
	float: left;
	width: 22%;
	margin-top: 180px;
	
}

.col-right {
	float: right;
	width: 28%;
}


.text {
	margin-left: 15%;
	margin-right: 15%;
	color: #86b943;
}

.text p {
	text-align: left;
	font-weight: normal;
}

.articles {
	width: 90%;
	text-align: center;
}

.articles p {
	text-align: left;
	color: #86b943;
}

.gray {
	color: #125623;
}

.fixed {
	position: fixed;
	right: 20px;
	bottom: 20px;
	font-size: 16px;
}

.68 {
	width: 68%;
	text-align: center;
}

.sm {
	font-size: 14px;
}



@media (min-width:120px) and (max-width:800px) {


body {
	background-color: #000;
	color: #86b943;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 180%;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 300;
	font-size: 44px;
	margin-bottom: 24px;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight: 300;
	font-size: 18px;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 300;
	font-size: 36px;
	color: #86b943;
	text-align: center;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 180%;
	text-align: left;
	margin-top: 48px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 80%;
	text-align: center;
	margin-left: 50px;
}

a {
	color: #86b943;
	text-decoration: underline;
}

a:link {
	color: #86b943;
	text-decoration: underline; 
}
a:visited {
	color: #86b943;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color:#86b943;
}

.img-right img{
	float: none;
	margin-left: 0px;
}

.img-left img{
	float: none;
	margin-right: 0px;
}

.clear {
	clear: both;
	margin-top: 150px;
}


.3-col {
	width: 90%;
}

.center {
	width: 100%;
}

.col-left {
	float: none;
	width: 50%;
	margin-top: 30px;
}

.col-right {
	float: none;
	width: 80%;
}


.text {
	margin-left: 15%;
	margin-right: 15%;
	color: #86b943;
}

.text p {
	text-align: left;
	font-weight: normal;
}

.articles {
	width: 90%;
}

.fixed {
	position: fixed;
	right: 10px;
	bottom: 10px;
	font-size: 14px;
}

}