body {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 25px;
	font-weight: 550;
	font-family: Tahoma;
}

h2 {
	font-size: 24px;
	font-weight: 525;
	font-family: Tahoma;
}

h3 {
	font-size: 18px;
	font-weight: 550;
	font-family: Tahoma;
	text-transform: uppercase;
	color: #666;
	text-align: center;
}

.content {
	width: 90%;
	max-width: 1100px;
	margin: 30px auto 100px auto;
	padding: 10px;
	font-family: Georgia;
	color: #171717;
	font-size: 20px;
	line-height: 150%;
}

.divider{
	border-bottom: 1px #888 solid; 
	margin: 50px 0 50px 0;
	clear: both;
}

.postscript {
	font-style: italic;
	font-size: 20px;
	padding: 25px 0 0 50px;
}

.row {
	float: clear;
}

img.right{
	width: 50%;
	float: right;
	margin: 0 0 50px 35px;
}

img.left{
	width: 50%;
	float: left;
	margin: 0 35px 50px 0;
}

.twocol {
  float: left;
  width: 50%;
}

.threecol {
  float: left;
  width: 33%;
}

.threecol img{
	width:100%;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

.center {
	text-align: center;
}

.button {
	height: 46px;
	border-radius: 23px;
	background-color: #009999;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: White;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	padding: 0 25px 0 25px;
	margin: 35px;
}

table.info {
	width: 100%;
	font-family: Georgia;
	color: #171717;
	font-size: 20px;
	border-spacing: 0;
}
	
.info td, .info th {
	border: 1px #888 solid;
	padding: 4px 10px 4px 10px;
	text-align: left;
}

.footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 50px;
	background-color: #171717;
	font-family: Georgia;
	font-size: 16px;
	color: #f2f2f2;
	line-height: 200%;
}

.footer.copyright {
	text-align: center;
	font-style: italic;
}

.quote {
	font-style: italic;
	padding: 0 100px 0 100px;
	text-align: center;
}

.features {
	text-align: center;
	font-family: Tahoma;
}

.price {
	font-weight: bold;
}
	
a:link {
	color: #0094FF;
	text-decoration: none;
}

a:visited {
	color: #9400FF;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.hphero {
	width: 100%; 
	height: 500px;
	position: relative;
	text-align: center;
	color: white;
	font-family: Tahoma;
}

.hpheroimg {
	width: 100%; 
	height: 500px; 
	object-fit: cover;
}

.hero {
	width: 100%; 
	height: 282px;
	position: relative;
	text-align: center;
	color: white;
	font-family: Tahoma;
}

.heroimg {
	width: 100%; 
	height: 282px; 
	object-fit: cover;
}

.herotext {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	font-size: 26px;
}

.hero h1, .hphero h1 {
	font-size: 45px;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px black;
}
	
