html, body {margin: 0px;
height:100%;
}
/*html {
  font-size: 12px;
  @media (min-width: 800px) {
    font-size: 14px;
  }
  @media (min-width: 1200px) {
    font-size: 16px;
  }
}*/


body {
	text-align: center;
	background-color: #000000;
	font-family: 'Ubuntu', sans-serif;
	}

a:link {
	color: #FF4136;
}
a:visited {
	color: #FF4136;
}
a:hover, a:active {
	color: #FDB614;
}

#wrapper {
	margin: 0px auto;
	text-align: center;
	width:100%;
	/*max-height:169px;*/
	max-width:1024px;
	
}

#header {
	margin: 0px auto;
	font-family: 'Bowlby One SC', cursive;
	/*background-image: url(../images/grasty-logo.jpg);
	background-position: top center;
	background-repeat: no-repeat;*/

	width:100%;
	/*max-height:169px;
	max-width:1024px;*/
	
}

#contact {
	margin: 0px auto;
	background-color: #cccccc;
	background-image: url(../images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 1.5rem;
	width:100%;
	height:auto;
	max-height:64px;
	max-width:724px;
}

#content {
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #ffffff;
	padding:10px;
	background-image: url(../images/grasty-stripes.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	width:100%;
	height:auto;
	max-width:704px;
}

#phone {
	padding: 15px 25px 15px 25px;
	text-align: left;
	float: left;
	
	font-size: 1.5vh;
}

#address {
	padding: 15px 35px 15px 25px;
	text-align: left;
	float: right;
	color: #363636;
	font-size: 1.5vh;
	
}

.clear {
	clear: both;
}

.introduction {
	font-size: 2vh;
	
}

h2 {
	font-size:1.8vh;
}

.tagline {
	text-align: center;
	font-size: 2vh;
	font-style: italic;
	color: #FFb500;
}

.footerClear {
	clear: both;
	height: 15px;
}

.photo {
	float: right;
	border: solid 2px #000000;
	margin: 5px;
	clear: both;
}

li {
	line-height: 1.5;
	list-style-type: circle;
	font-size: 1.5vh;
}

.center {
	text-align: center;
}

address {
	font-style: normal;
	font-size:1.5vh;
}