@viewport {
    zoom: 1.0;
    width: extend-to-zoom;
}
@-ms-viewport {
    width: extend-to-zoom;
    zoom: 1.0;
}
/*basic typography*/
small{
	color: #ff9300;	
}
small a{
	color: #ff9300;
}
small a:hover{
	text-decoration: none;
}
p {
	font-family: Georgia, serif;
	color: #3e3c3c;
}
h1 {
  font-size: 3em;
  text-shadow: rgba(0,0,0,0.9) -2px 0, rgba(0,0,0,0.8) 0 -2px, rgba(255,255,255,0.9) 0 1px, rgba(0,0,0,0.8) -2px -4px;
	padding-top: 20px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
h2 {
  text-align: center;
	padding-top: 20px;
  color: #e0dfdc;
  text-shadow: 0 -1px 0 #ffffff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222222, 0 8px 0 #202020 ;
	font-size: 2em;
	padding-right: 10px;
	padding-left: 10px;
}
#header-space{
	width: 100%;
}
/**
 * Main contents area
 */
#photo-credit{
	position: relative;
	float: right;
	bottom: 40px;
	color: #feffff;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #000;
	cursor: pointer;
}
.photo-link{
	color: #feffff;
}
.photo-link:hover{
	text-decoration: none;
}
.contents {
	background: #eee;
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform-style: preserve-3d;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding-left: 5px;
	padding-right: 2px;
}
.content-body{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.contents p {
		margin: 10px 0 10px 0;
	font: 1em/1.32 Arial, Helvetica, Geneva, sans-serif;
	text-indent: 15px;
	text-align: left;
}
.contents h3{
	text-shadow: 0px 1px 1px #000;
	color: #c2575b;	
	font-size: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	text-align: center;
	text-indent: 70px;
}
.contents h4{
	text-shadow: 0px 1px 1px #ffffef;
	color: #6372ff;
	text-align: center;
	font-size: 1.3em;
	margin-top: 0.15em;
	margin-bottom: 0.15em;
}
.contents h5{
	padding: 0.6em 1.5em;
	border: 3px solid #232529;
	border-radius: 40px;
	font-weight: 700;
	color: #232529;
	background-color: rgba(227,91,46,0.5);
}
.contact{
	margin-top: 20px;
}
.contact h5:hover{
		background: #232529;
	color: #fff;
}
.contents a {
	text-decoration: none;
	color: #fff;
    	text-shadow: 0px 1px 1px #000;
}
.contents a:hover {
	color: #000;
    text-shadow: 0px 1px 0px rgba(0,0,0,.3), 0px -1px 0px rgba(255,255,255,.7);
}
section {
	background-color: rgba(254,255,255,0.7);
	margin: 20px auto;
box-shadow: inset 2px 2px 4px 1px rgba(1,0,0,0.5);
-webkit-box-shadow: inset 2px 2px 4px 1px rgba(1,0,0,0.5);
-moz-box-shadow: inset 2px 2px 4px 1px rgba(1,0,0,0.5);
-o-box-shadow: inset 2px 2px 4px 1px rgba(1,0,0,0.5);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	padding: .5em;
}
article {
	max-width: 320px;
	display: block;
	background-color: rgba(254,255,255,0.7);
box-shadow: inset 2px 2px 4px 1px rgba(1,0,0,0.5);
-webkit-box-shadow: inset 2px 2px 4px 1px rgba(1,0,0,0.5);
-moz-box-shadow: inset 2px 2px 4px 1px rgba(1,0,0,0.5);
-o-box-shadow: inset 2px 2px 4px 1px rgba(1,0,0,0.5);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.article-fill{
	position: relative;
	z-index: 0;
	top: 150px;
	line-height: 0;
}
.float-left{
	float: left;
	clear: both;
}
.float-right{
	float: right;
	clear: both;
}
.no-float{
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
.clear {
	clear: both;
}
.center {
	margin-left: auto;
    margin-right: auto;
}
.map p{
	text-align: center;
}
.map img{
	vertical-align: middle;
}
.paypal input{
	width: 150px;
	margin-left: 5em;
}
.features{
	overflow: hidden;
}
.features-link {
	color: #ffffff;
}
.features-link:hover{
	text-decoration: none;
}
/*strucutral*/

#footer {
	background: url(../img/sand.png) repeat;
	border-top: 2px solid rgba(255,255,255,0.5);
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 1px;
}
#footer a:hover{
	color: #000;
    text-shadow: 0px 1px 0px rgba(0,0,0,.3), 0px -1px 0px rgba(255,255,255,.7);
}
#footer a{
	text-decoration: none;
	color: #fff;
    text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
	font-weight: bold;
	font-size: 14px;
}

/*once the viewport reaches 35ems width, make the base font size a wee bit bigger*/
@media only screen and (min-width: 50em) {

	body {
		font-size: 1.5em;
	}
.content-body{
	width: 80%;
	}
.right span {
	font-size: 0.67em;
	line-height: 0.98em;
}
.left span {
	position: relative;
	top: 0.18em;
}
.paypal input{
	width: 150px;
	margin-left: 8em;
}
.contents h3{
	text-indent: 0px;
}

}
