@charset "utf-8";
html, body {
	height: 100%;
}
footer {
	text-align: center;
	margin-top: 28px;
	margin-bottom: 18px;
}
.background {
	min-height: 100%;
	background-image: url(../images/arizona_tile_smaller.jpg);
	background-repeat: repeat;
}
#home-header {
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
	margin-bottom: 24px;
}

.quote {
	padding-top: 24px;
	padding-bottom: 24px;
	margin-bottom: 24px;
	font-size: 18px;
}
.quote-content {
	text-align: left;
	font-style: italic;	
}

.quote-signature {
	text-align: right;
	padding-right: 32px;
}

.contact-info {
	padding-top: 32px;
	font-size: 24px;
	text-align:center;
}

h1 small {
  color: inherit;
}
.vertical-center {
	min-width: 100%;
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
	display: flex;
	align-items: center;
	background-image: url(../images/arizona_tile_smaller.jpg);
	background-repeat: repeat;
}
.horizontal-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.main {
	display: block;
	margin-bottom: 0px;
	margin-top: 64px;
	margin-left: auto;
	margin-right: auto;
	font-size: 45px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.tag {
	font-size: 25px;
	margin-top: 6px;
	line-height: 31px;
	font-style: italic;
	margin-bottom: 6px;
}
.coming-soon {
	font-style: normal;
	display: block;
	margin-top: 20%;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.main,
.tag,
.coming-soon,
.photoheader,
a {
	color: #422F02;
}

.photoheader {
	font-size:24px;
	margin-top:24px;
	margin-bottom:12px;
}
.menu {
	float: right;
	margin: 15px;
	font-size: 16px;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
