@charset "utf-8";
/* CSS Document */
body {
	background-color: #CCC;
	background-image: url(../images/AnimalsBG.jpg);
	background-size: 75px;
}
.container {
	background-color: #FFF;
	box-shadow: 0px 0px 15px #000000;
}
.header {
	height: 100px;
	background-color: #DB4536;
}
.paw-nav {
	font-family: 'scratch_my_backregular';
	color: #DB4536;
	font-size: 24px;
}
.paw-nav li {
	margin: 20px;
	border: solid 1px #DB4635;
	color: #DB4635;
	z-index: 2;
	background-color: #FFF;
}
.paw-nav li + li {
	background-size: contain;
	background-repeat: no-repeat;
	margin: 20px;
	border: solid 1px #547DBF;
	color: #547DBF;
}
.paw-nav li + li + li {
	background-size: contain;
	background-repeat: no-repeat;
	margin: 20px;
	border: solid 1px #0F9C58;
	color: #0F9C58;
}
.navbar-default .navbar-nav>li>a:hover {
	background-color:#E2E2E2;
	font-weight: 100;
}
.navbar-default .navbar-nav>li>a {
	color: black;
	font-weight: 100;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
	background-color: #FFF;
	color: #DB4635;
}
.paw-content {
	width: 90%;
	background-color: #E2E2E2;
	margin: 0 auto;
}
.paw-content .row {
	margin-top: 20px;
	margin-bottom: 20px;
}
.lonly-pawsome {
	color: #DB4536;
}
p, h1, h2, h3, h4, h5, h6 {
	font-family: 'Cabin', sans-serif;
}
p {
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
}
h3 {
	font-size: 18px;
	line-height: 30px;
	word-spacing: 5px;
}
.tellus {
	width: 160px;
	margin: 0 auto;
}
.tellus a {
	font-family: 'scratch_my_backregular';
	font-weight: 600;
	font-size: 22px;
	padding: 12px;
	cursor: pointer;
	border: solid 1px #0F9C58;
	text-decoration:none;
	}
.tellus a:hover {
	background-color:#E2E2E2;
}
.tellus-mom {
	margin: 0 auto;
	width: 70%;
}
.tellus-mom h3 {
	font-stretch: condensed;
}
button, input, select, textarea {
	border: solid 1px #547DBE;
	display: inline-block;
}
footer {
	height: 150px;
	background-color: #FFF;
}
nav, .navbar-default {
	background-color: white;
	border: 0px;
}
.cont_box {
	padding: 10px;
}
.emailinput {
	padding: 15px;
	background-repeat: no-repeat;
	width: 243px;
	height: 45px;
	display: inline-block;
}
.emailinput:focus {
	padding: 20px;
	background-repeat: no-repeat;
	width: 243px;
	color: #db4536;
}
.submit {
	-webkit-appearance: button;
	background-color: WHITE;
	cursor: pointer;
	width: 110px;
	height: 45px;
	font-family: 'scratch_my_backregular';
	font-weight: 600;
	vertical-align: top;
	border: solid 1px #DB4635;
}
button, html input[type=button], input[type=reset], input[type=submit]:hover {
	background-color:#E2E2E2;
}
.msg {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 90%;
	margin: 0 auto;
}
body, html {
	cursor: auto; /* fallback */
	cursor: url(../images/cursor.png); /* IE */
	cursor: url(../images/cursor.png) 0 0, auto;
}
li :hover {
	cursor: auto; /* fallback */
	cursor: url(../images/cursor1.png); /* IE */
	cursor: url(../images/cursor1.png) 0 0, auto;
}
.tellus:hover, .navbar-brand {
	cursor: auto; /* fallback */
	cursor: url(../images/cursor1.png); /* IE */
	cursor: url(../images/cursor1.png) 0 0, auto;
}
button, html input[type=button], input[type=reset], input[type=submit] {
	cursor: auto; /* fallback */
	cursor: url(../images/cursor1.png); /* IE */
	cursor: url(../images/cursor1.png) 0 0, auto;
}
.profile_pic {
	vertical-align: middle;
	width: 100%;
}
.pic-info {
	padding: 5px;
}
.pic-info2 {
	padding: 5px;
}
.bark {
	padding: 50px;
}
.scratch {
	font-family: 'scratch_my_backregular';
	font-weight: 600;
	font-size: 20px;
}
.act {
	background-color:#E2E2E2;
	border:none;
}
