@charset "UTF-8";
.container {
	background-color: #FFFFFF;
	box-shadow: 5px 5px 20px lightgrey;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8vh;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 1vh;
	padding-right: 0px;
	padding-bottom: 1.5vh;
}
.load {
    white-space: nowrap; /* This is required unless you put the helper span closely near the img */
    text-align: center;
    margin: 1em 0;
}
img {
    vertical-align: middle;
}
.primary_header {
	overflow-y: overlay;
	width: 100%;
	text-align: center;
	background-color: #8EB13D;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	display: inline-block;
}
.noDisplay {
	display: none;
}
.footer {
	overflow-y: overlay;
	position: fixed;
  	bottom: 0;
  	width: 100%;
	background-color: #8EB13D;
	padding-bottom: 0.5%;
	text-align: center;
}
body {
	overflow-y: overlay;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: clamp(26px, 2vw, 36px);
	text-align: center;
}
h2{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: clamp(18px, 1.5vw, 28px);
	text-align: center;
}
h3{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: clamp(16px, 0.8vw, 18px);
	text-align: left;
}
p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: clamp(16px, 0.8vw, 18px);
	text-align: left;
	color: #1F1F1F;
}
ul{
	text-align: left;
	color: #1F1F1F;
}
.footer p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: clamp(12px, 1vw, 18px);
	text-align: center;
	color: #FFFFFF;
}
.footer a{
  color: #FFFFFF;
  text-decoration: none;
}
@media only screen and (orientation: landscape) {
	.column {
		background-color: #FFFFFF;
		box-shadow: 5px 5px 20px lightgrey;
		width: 60%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		border-bottom-width: 0px;
		padding-left: 3vw;
		padding-top: 2vw;
		padding-right: 3vw;
		padding-bottom: clamp(10%, 10%, 20%);
		text-align: justify;
	}
}
@media only screen and (orientation: portrait) {
	.column {
		background-color: #FFFFFF;
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		border-bottom-width: 0px;
		padding-left: 3vw;
		padding-top: 2vw;
		padding-right: 3vw;
		padding-bottom: clamp(10%, 10%, 20%);
	}
}
.contactcolumn {
		background-color: #FFFFFF;
		box-shadow: 5px 5px 20px lightgrey;
		width: 60%;
		height: 100%;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		border-bottom-width: 0px;
		padding-left: 3vw;
		padding-top: 2vw;
		padding-right: 3vw;
		padding-bottom: clamp(10%, 10%, 20%);
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 20px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical
}

input[type=submit] {
  background-color: #F6D311;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #8EB13D;
}
@media only screen and (orientation: landscape) {
.columnleft{
	display: inline-block;
	float: left;
    width: 30%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3vw;
}
.columnmiddle{
	display: inline-block;
	float: middle;
    width: 30%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.columnright{
	display: inline-block;
	float: right;
    width: 30%;
	margin-top: 0px;
	margin-right: 3vw;
	margin-bottom: 0px;
	margin-left: 0px;
}
}
@media only screen and (orientation: portrait) {
.columnleft{
    width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 8vh;
	margin-left: auto;
}
.columnmiddle{
    width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 8vh;
	margin-left: auto;
}
.columnright{
    width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30vh;
	margin-left: auto;
}
}
.footercolumnleft{
	display: inline-block;
	float: left;
    width: 30%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3vw;
}
.footercolumnmiddle{
	display: inline-block;
	float: middle;
    width: 30%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footercolumnright{
	display: inline-block;
	float: right;
    width: 30%;
	margin-top: 0px;
	margin-right: 3vw;
	margin-bottom: 0px;
	margin-left: 0px;
}
a{
  color: #8EB13D;
  text-decoration: none;
}