@charset "UTF-8";
/* Body */
body {
	font-family: 'Libre Baskerville', serif;
	background-color: rgba(255,255,255,1.00);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: #FFFFFF;
}
#inside-article {
	margin-left: 50px;
	margin-right: 50px;
	width: auto;
	overflow: auto;
	background-color: rgba(255,255,255,1.00);
}
/* Navigation */
header {
    width: 100%;
    height: 20%;
    background-color: rgba(8,89,32,1.00);
    border-top: 15px solid rgba(8,89,32,1.00);
}
.logo {
	color: #0B822E;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: center;
	width: 100%;
}
.hero_header {
	color: rgba(255,255,255,1.00);
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
	background-color: rgba(8,89,32,1.00);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.light {
	font-weight: bold;
	color: rgba(255,255,255,1.00);
}
.tagline {
   text-align: center;
   color: rgba(255,255,255,1.00);
   margin-top: 4px;
   font-weight: 500;
   /* [disabled]text-transform: uppercase; */
   letter-spacing: 1px;
}
* { box-sizing: border-box;
}
/* Create two unequal columns that floats next to each other */
.column {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	font-size: 16px;
   line-height: 25px;
}
.left {
  width: 25%;
}

.right {
  width: 70%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
/* About Section */
.text_column {
   width: 29%;
   text-align: left;
   font-weight: lighter;
   line-height: 24px;
   float: left;
   padding-left: 20px;
   padding-right: 20px;
   color: rgba(0,0,0,1.00);
}
.about {
	display: inherit;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 50px;
}
a { color:rgba(230,81,0,1.00); }
a:visited { color: rgba(255,131,58,1.00) }
a:hover { color: rgba(240,239,47,1.00);}
a:focus { outline: thin dotted; 
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
.cards_column {width: 50%;
   background-color: rgba(255,255,255,1.00);
	text-align: center;
	padding-top: 10px;
	float: left;}
.footer_column {
	width: 50%;
   background-color: rgba(255,255,255,1.00);
	text-align: center;
	padding-top: 10px;
	float: left;
}
footer .footer_column h4 {
	color: rgba(255,255,255,1.00);
	text-align: center;
}
footer .footer_column p {
	color:rgba(255,255,255,1.00);
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 1.5pt;
}
.cards {
	font-family: 'Libre Baskerville', serif;
	color: rgba(255,255,255,1.00);
	width: 100%;
	height: auto;
	max-width: 300px;
	/* [disabled]max-height: 325px; */
   background-color: rgba(255,255,255,1.00)
	/* [disabled]text-decoration-color: #FFFFFF; */
	background-color: FFFFFF;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	/* [disabled]font-weight: lighter; */
	margin-left: 20px;
	margin-right: 20px;
}
.copyright {
	font-family: 'Libre Baskerville', serif;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: rgba(8,89,32,1.00);
	color: rgba(255,255,255,1.00);
	/* [disabled]text-transform: uppercase; */
	font-size: 11px;
	font-style: normal;
	font-weight: 100;
	letter-spacing: 2px;
	border-top-width: 2px;
	line-height: 1.5 pt;
}
.footer_banner {
	font-family: 'Libre Baskerville', serif;
	text-align: center;
	background-color: #085920;
	font-size: small;
	font-style: normal;
	font-weight: 100;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	background-repeat: repeat;
}
a:active { color: rgba(230,81,0,1.00); }
a:visited { color: rgba(255,131,58,1.00); }
a:hover { color: rgba(240,239,47,1.00); }

footer {
	display: inline-block;
}
.hidden {
   display: none;
   padding-right: 0px;
}

/* Mobile */
@media (max-width: 340px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}  
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: rgba(8,89,32,1.00);
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
	.responsive {
  max-width: 100%;
      height: auto;}
}
 /* Extra small devices (iPhone SE, 600px and down) */
@media only screen and (min-width: 375px) { /* Your Styles... */ }

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) { /* Your Styles... */ }

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) { /* Your Styles... */ }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) { /* Your Styles... */ }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px){ /* Your Styles... */ }
