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

body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: Avenir, sans-serif;
	color: #000;
}

.header {
	text-align: center;
	padding: 33px;
	font-family: Avenir, sans-serif;
	font-size: 15px;
}

.left {
	float: left;
	text-align: center;
	width: 20%; /* The width is 20%, by default */
	height: 50px;
	padding-top: 1px;
	font-family: Avenir, sans-serif;
}

.right {
  float: left;
  font-family: Avenir, sans-serif;
  text-align: center;
  width: 20%; /* The width is 20%, by default */
  height: 50px;
  padding-top: 20px;
}

.main {
	float: left;
	text-align: center;
	width: 60%; /* The width is 60%, by default */
	height: 50px;
	padding-top: 3px;
}

/* Use a media query to add a breakpoint at 800px: */
@media screen and (max-width: 800px) {
  .left, .main, .right {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
  .text {
  margin: 0 10px 0 10px;
  }
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,93,60,0.9);
	overflow-x: hidden;
	transition: 0.5s;
	font-family: Avenir, sans-serif;
}

.overlay-content {
	position: relative;
	top: 10%;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	font-family: Avenir, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	z-index: 1;
	padding-left: 33px;
}

.overlay a {
	padding: 10px;
	text-decoration: none;
	font-size: 17px;
	color: #000000;
	display: block;
	transition: 0.3s;
	font-family: Avenir, sans-serif;
	z-index: 1;
}

.overlay a:link {
	color: #fff;
	text-decoration: none;
}
.overlay a:visited {
	text-decoration: none;
	color: #000000;
}
.overlay a:hover {
	text-decoration: underline;
	color: #ea573b;
}
.overlay a:active {
	text-decoration: none;
	color: #fff;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 40px;
}

.responsive {
  width: 100%;
  height: auto;
  float:left;
}

.text {
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	font-weight: normal;
	font-family: Avenir, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 77px;
	background-color: #ea573b;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-family: Avenir, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

.footer a:link {
	color: #fff;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #000000;
}
.footer a:hover {
	text-decoration: underline;
	color: #6c3324;
}
.footer a:active {
	text-decoration: none;
	color: #fff;
}

.left p {
	font-family: Avenir, sans-serif;
	color: #000000;
}

.right p {
	font-family: Avenir, sans-serif;
}

.right span {
	font-family: Avenir, sans-serif;
}

.button {
	background-color: #ea573b; /* Green */
	border: none;
	color: #fff;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

.button1 {border-radius: 5px;}
.button2 {border-radius: 5px;}

.button:active {
	background-color:#FFDF00;}


{
  box-sizing: border-box;
}

.column1a {
  float: left;
  width: 20%;
  height: 1px; /* Should be removed. Only for demonstration */
}

.column2a {
	float: left;
	width: 30%;
	height: auto; /* Should be removed. Only for demonstration */
	font-family: Avenir, sans-serif;
}

.column3a {
  float: left;
  width: 30%;
  height: auto; /* Should be removed. Only for demonstration */
  font-family: Avenir, sans-serif;
}

.column4a {
  float: left;
  width: 20%;
  height: 1px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row a:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .column1a, .column2a, .column3a, .column4a {
    width: 100%;
  }
}
.row.a .column2a p {
	font-family: Avenir, sans-serif;
}
.row.a .column3a p {
	font-family: Avenir, sans-serif;
}
.row.a .column3a h4 {
	font-family: Avenir, sans-serif;
}
.header h1 {
	font-family: Avenir, sans-serif;
	font-size: 17px;
}

.column {
  float: left;
  width: 100%;
  height: 100px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row b:after {
	content: "";
	display: table;
	clear: both;
}
