* {
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	margin: 0;
}
html {
	background: #e0c78e;
}
h1, h2, h3, h5 {
	font-family: 'Galindo', sans-serif;
	margin: 0;
}
h4 {
	font-weight: 400;
	font-size: 0.8em;
	font-style: italic;
}
label {
	width: 250px;
	float: left;
	text-align: right;
}
#content-wrap {
	position: absolute;
	top: 0;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	z-index: 1;
}
#header {
	height: 200px;
	border-left: 8px #953530 solid;
	border-right: 8px #953530 solid;
}
#logo {
	height: 80%;
	z-index: 3;
}
#logo-wrap {
	height: 87%;
	width: 1%;
	padding: 25px 0 0 25px;
}
#addr {
	z-index: 50;
	position:relative;
}
#addr a h5:hover {
	color: #e0c78e;
	text-shadow: 0 0 10px #953530;
}
#paws {
	position: absolute;
	margin-top: -56px;
	left: 28%;
	z-index: 0;
}
#nav-bar {
	height: 80px;
	line-height: 76px;
	z-index: 4;
}
#nav-bar ul {
	list-style: none;
	text-align: center;
	padding: 10px;
	margin: 0;
}
#nav-bar li {
	background-image: url("../images/bone.png");
	height: 60px;
	line-height: 60px;
	width: 142px;
	display: inline-block;
}
#nav-bar a:hover {
	color: #1e684f;
	font-weight: 700;
}
#content-area {
	padding: 20px;
	margin-bottom: 40px;
	border-left: 8px #953530 solid;
	border-right: 8px #953530 solid;
	border-bottom: 8px #953530 solid;
}
#footer {
	width: 100%;
	height: 40px;
	position: fixed;
	bottom: 0;
}
#footer-trees {
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 40px;
	z-index: 0;
}
#modal {
	display: none;
}
.small-tx{
	font-size: 0.7em;
}
.center-tx {
	text-align: center;
}
.center-box {
	margin-left: auto;
	margin-right: auto;
}
.left-box {
	float: left;
}
.right-box {
	float: right;
}
.right-tx {
	text-align: right;
}
.clear {
	clear: both;
}
.bump {
	padding: 35px 40px;
}
.left-nudge {
	margin-left: 25px;
}
.right-nudge {
	margin-right: 25px;
}
.top-nudge {
	margin-top: 25px
}
.brown-bg {
	background: #533522;
}
.brown-tx {
	color: #533522;
}
.green-bg {
	background: #1e684f;
}
.green-tx {
	color: #1e684f;
}
.red-bg {
	background: #953530;
}
.red-tx {
	color: #953530;
}
.red-border {
	border: 4px #953530 solid;
}
.off-white-bg {
	background: #deceb5;
}
.off-white-tx {
	color: #deceb5;
}
.bold {
	font-weight: 700;
}
.line {
	width: 100%;
	height: 2px;
	margin: 18px 0;
}
.flex-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.shadow
{
    position:relative;
    -webkit-box-shadow:0 1px 10px rgba(0, 0, 0, 0.6);
       -moz-box-shadow:0 1px 10px rgba(0, 0, 0, 0.6);
            box-shadow:0 1px 10px rgba(0, 0, 0, 0.6);
}
.popup {
	background: #e0c78e;
	border: 8px #953530 solid;
	padding: 20px;
}
.inputline {
	margin: 5px 0;
	clear: both;
}
.inputline input, .inputline select {
	border: 1px solid #533522;
}
.inputline select {
	min-width: 151px;
}
.inputline input:focus, .inputline select:focus{
	border: 1px solid #953530;
	box-shadow: 0 0 3px #953530;
}
.submit-button {
	float: right;
	font-family: 'Galindo',sans-serif;
	border: 2px solid #953530;
	font-size: 1em;
}
