
 html, body {
    padding: 0px;
    margin: 0px;
    font-family: helvetica, arial, sans-serif;
    overflow-x: hidden;
}

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 749px) and (orientation: portrait) {
#header {
	background: url("411-1.jpg");
	background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
	width: 100%;
	display: flex;
    flex-direction: column;
    height: 40vh;
    justify-content:flex-end;
    overflow: hidden;
	margin: 0;
	padding: 0;
}
}

@media screen and (max-width: 749px) and (orientation: landscape) {
#header {
	background: url("411-1.jpg");
	background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
	width: 100%;
	display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content:flex-end;
    overflow: hidden;
	margin: 0;
	padding: 0;
}
}

@media screen and (min-width: 750px) {
#header {
	background: url("411-1.jpg");
	background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
	display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content:flex-end;
    overflow: hidden;
	margin: 0;
	padding: 0;
}
}

@media screen and (min-width: 750px) {
.lowIMG {
	width: 30vw;
	height: auto;
	float: left;
	display: table-row;
}
}

@media screen and (max-width: 749px) {
.lowIMG {
	width: 70vw;
	height: auto;
	float: left;
	display: table-row;
}
}

.table {
	width: 87vw;
	display: table;
	padding-bottom: 13vw;
	padding-top: 13vw;
}


.cell {
	vertical-align: top;
	display: table-cell;
	margin: 0;
	padding-left: 13vw;
	height: 100%;
	float: left;
}

@media screen and (max-width: 749px) {
	.cell {
		padding-top: 5vh;
	}
}

.plan {
	position: relative;
	width: 100%;
	padding-left: 13vw;
	padding-right: 13vw;
	padding-top: 8vw;
}

.planspan {
	font-size: 9vw;
	font-weight: bolder;
	opacity: 0.2;
	position: absolute;
	top: 5vw;
	left: 13vw;
}


.planIMG {
	width: 74vw;
	height: auto;
}


@media screen and (min-width: 750px) {
#toptitle {
	position: absolute;
	top: 5vh;
	right: 5vh;
	text-align: center;
}

.title {
	font-weight: bolder;
	font-size: 4.5em;
	color: white;
}

.tagline {
	font-size: 2em;
	color: white;
}
}

@media screen and (max-width: 749px) {
	#toptitle {
	position: absolute;
	top: 5vh;
	width: 100%;
	text-align: center;
}

	.title {
		font-size: 3em;
		font-weight: bolder;
		color: white;
	}

	.tagline {
		font-size: 1em;
		color: white;
	}
}

#copyright {
	font-size: 0.7em;
	color: #bbb;
	text-align: center;
	margin: 5vh;
}

.column {
  float: left;
  width: 50%;
  padding-bottom: 10px;
  padding-top: 10px;
}

.column1 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;

}

.forminput {
	width: 100%;
}

textarea {
	resize: vertical;
}

input[type=text], textarea {
    border-style: ridge;
    border-width: 1px;
    padding: 12px 0;
    text-indent: 20px;
  	margin: 8px 0;
  	display: inline-block;
  	font-size: 1em;
}

.formspan {
	font-size: 9vw;
	font-weight: bolder;
	opacity: 0.2;
	position: absolute;
	top: -5vw;
	left: 13vw;
}

button[type=submit] {
  width: 100%;
  background-color: #cccccc;
  color: white;
  padding: 12px 0;
  text-indent: 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1em;
}

button[type=submit]:hover {
  background-color: #91745c;
}

#mail-status {
	font-size: 0.8em;
	color: #ccc;
}

@media screen and (max-width: 749px) {
  .column, .forminput {
    width: 70vw;
  }
}