html{
	-webkit-text-size-adjust:100%;
	width: 100%;
	height: 100%;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 10px;
	width: 100%;
	height: 100%;
	min-width: 320px;
	background-color: #4D4D4D;
}

p,h1,h2,h3,h4,ul,ol,dl,img,hr,td,tr,line-height,section,header,footer,label,br,input,a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	outline: none;
}

a {
	text-decoration: none;
	color: inherit;
}

#container {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url('images/border.png') no-repeat fixed;
	background-size: cover;
	background-position: center top;
}

#inside {
	width: 85%;
	height: 85%;
	margin: 0 auto;
	position: fixed;
	top: 7.5%;
	left: 7.5%;
	background-color: #FFFFDD;
	border: 3px solid #000;
	overflow: auto;
}

.floater {
	position: fixed;
	bottom: 7%;
	left: calc(50% - 16px);
	animation: bounce .8s ease-in-out infinite;
}

@keyframes bounce {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}

.logocenterme {
	width: 100%;
	max-width: 575px;
	margin: -2.5em auto 3.2em auto;
	display: block;
}

.centerme {
	width: 100%;
	margin: 2em auto 1em auto;
	display: block;
}

p > .centerflag {
	width: 100%;
	margin: 1em auto;
	display: block;
	max-width: 150px;
}

.pain {
	text-align: center !important;
	margin-bottom: 1em !important;
}

.mapcenterme {
	display: block;
	width: 100%;
	max-width: 850px;
	margin: 0 auto 2.4em auto;
}

.clientpet {
	display: block;
	width: 100%;
	max-width: 360px;
	margin: 0 auto 20px auto;
	padding-top: 20px;
}

.title {
	font-family: "museo-sans",sans-serif;
	color: #D64656;
	font-size: 6.9em;
	font-weight: 700;
	line-height: 66%;
	text-align: center;
	padding-top: 140px;
}

.subtitle {
	font-family: "museo-sans",sans-serif;
	color: #D64656;
	font-size: .43em;
	font-weight:500;
	text-align: center;
}

.tagline {
	font-family: "museo-sans",sans-serif;
	color: #D64656;
	font-size: 3.4em;
	font-weight: 500;
	line-height: 110%;
	text-align: center;
	padding-bottom: 24px;
}

.smaller {
	font-size: .6em;
}

.ruleline{
	width: 75%;
	margin: 0 auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F3BA30;
	padding: 12px 0 12px 0;
	clear: both;
}

.titleruleline{
	width: 100%;
	margin: 0 auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F3BA30;
	padding: 12px 0 12px 0;
}

h2 {
	font-family: "museo-sans",sans-serif;
	color: #D64656;
	font-size: 3.6em;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
	padding: 20px 0 20px 0;
	clear: both;
}

.hilite {
	color: #D64656;
}

input {
	background-color: #FFF6D2;
	border: 1px solid #D64656;
	opacity: .8;
	padding: 10px;
	margin-bottom: 20px;
	display: inline-block;
}

input:hover, input:focus {
	opacity: 1.0;
	background-color: #FCFABA;
	outline: 0;
}

input[type=number] {
	-moz-appearance: textfield;
	}
	
input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none;}
input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;}


textarea {
	background-color: #FFF6D2;
	border: 1px solid #D64656;
	opacity: .8;
	padding: 10px;
	margin-bottom: 36px;
}

textarea:hover, textarea:focus {
	opacity: 1.0;
	background-color: #FCFABA;
	outline: 0;
}

.goMail {
	cursor: pointer;
}

#sendbutton {
	float: left;
	width: 100%;
}

.theresponse {
	font-family: "museo-sans",sans-serif;
	color: #D64656;
	font-size: 2em;
	font-weight:300;
	line-height: 120%;
	text-align: left;
	padding: 0 0 .5em 0;
	vertical-align: top;
	float: right;
}

/* nav bar stuff */

#inside nav{
	width: 85%;
	height: 64px;
	background-color: #7C7C7C;
	border-top: 3px solid #000;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	border-bottom: 1px solid #000;
	position: fixed;
	top: 7.5%;
	left: 7.5%;
	z-index: 10;
	}

nav ul {
	width: 100%;
	height: inherit;
}

nav li {
	width: 24.9%;
	height: 100%;
	text-align: center;
	list-style: none;
	float: left;
	border-right: 1px solid #FFF7AA;
}

nav li.last {
	border-right: 0;
}

nav ul li a:link, nav ul li a:visited {
	display:block;
	color: #FFF7AA;
	font-family: "museo-sans", sans-serif;
	font-size: 2.4em;
	font-weight:300;
	line-height: 100%;
	letter-spacing: 1.5px;
	text-decoration:none;
	padding-top: 21px;	
}

nav ul li a:hover, nav ul li a:active {
  color: #FFFFDD;
  outline: 0;
  cursor:pointer; }
	
nav ul li a.youRhere, nav ul li a.youRhere:hover, nav ul li a.youRhere:active {
	color: #FFFFDD;
	outline: 0;	
}


/* text styles */

.introbold {
	font-family: "museo-sans",sans-serif;
	color: #EC8A00;
	font-size: 3em;
	font-weight: 500;
	line-height: 120%;
	text-align: center;
	padding-bottom: 6px;
}

.introbold a {
	text-decoration: none;
	color: #EC8A00;
}

.introbold a:hover, introbold a:active {
	color: #F6BC00;
}

.intro {
	font-family: "museo-sans",sans-serif;
	color: #D64656;
	font-size: 3em;
	font-weight:500;
	line-height: 125%;
	text-align: center;
	padding-bottom: 24px;
}

.introjump {
	font-family: "museo-sans",sans-serif;
	color: #EC8A00;
	font-size: 3em;
	font-weight: 500;
	line-height: 125%;
	text-align: center;
	padding-bottom: 24px;
}

.introjump a {
	text-decoration: none;
	color: #EC8A00;
}

.oranger {
	color: #EC8A00;
}

.introjump a:hover, introjump a:active, .oranger:hover, .oranger:active {
	color: #F6BC00;
}

.caption {
	font-family: "museo-sans",sans-serif;
	color: #D64656;
	font-size: 2.4em;
	font-weight: 300;
	font-style: italic;
	line-height: 120%;
	text-align: center;
	padding-bottom: 24px;
}

.aboutcopy {
	font-family: "museo-sans",sans-serif;
	color: #70603C;
	font-size: 2.7em;
	font-weight:300;
	line-height: 133%;
	text-align: left;
	margin-bottom: 2em;
}

.bodycopy {
	font-family: "museo-sans",sans-serif;
	color: #70603C;
	font-size: 2.1em;
	font-weight:300;
	line-height: 135%;
	text-align: left;
	margin-bottom: 2.3em;
}

.lesspace {
	margin-bottom: 1em;
}

.bolder {
	font-weight:700;
}

.ratecopy {
	font-family: "museo-sans",sans-serif;
	color: #70603C;
	font-size: 2.85em;
	font-weight:300;
	line-height: 135%;
	text-align: left;
	margin-bottom: 1.75em;
}

.ratesubitem {
	font-family: "museo-sans",sans-serif;
	color: #70603C;
	font-size: 2.85em;
	font-weight:300;
	line-height: 135%;
	text-align: left;
	margin-bottom: 12px;
}

.formtext {
	font-family: "museo-sans",sans-serif;
	color: #D64656;
	font-size: 2.4em;
	font-weight:300;
	line-height: 120%;
	text-align: left;
}

.petstext {
	font-family: "museo-sans",sans-serif;
	color: #D64656;
	font-size: 2.4em;
	font-weight:300;
	line-height: 120%;
	text-align: left;
	margin: 15px 15px 0 10px;
	display: inline-block;
}

.except {
	font-family: "museo-sans",sans-serif;
	color: #D64656;
	font-size: .75em;
	font-weight: 300;
	line-height: 100%;
	text-align: center;
	padding-bottom: 36px;
}

.referralcopy {
	font-family: "museo-sans",sans-serif;
	color: #70603C;
	font-size: 2em;
	font-weight:300;
	line-height: 135%;
	text-align: left;
}

.quoteby {
	display:block; 
	padding: 10px 0 20px 0;
}

.creditcopy {
	font-family: "museo-sans",sans-serif;
	color: #70603C;
	font-size: 1.8em;
	font-weight:300;
	line-height: 100%;
	text-align: left;
	padding: 3em 0 2em 0;
}

.creditcopy a {
	color: #70603C;
	text-decoration: none;
}

.creditcopy a:hover, .creditcopy a:link {
	color: #EA8600;
}

.multifloat {
	float: right;
}

.left {
	/*float: left;*/
}

.copyright {
	position: absolute;
	top: 93.6%;
	left: 7.5%;
	color: #BBBBBB;
	font-family: "museo-sans", sans-serif;
	font-size: 1.8em;
	font-weight:300;
	line-height: 100%;
}

.socialicon {
	vertical-align: middle;
}

/* surrounding divs */

#titlestuff {
	width: 75%;
	margin: 0 auto;
}

#about {
	width: 75%;
	max-width: 575px;
	margin: 0 auto;
}

#rates {
	width: 75%;
	max-width: 810px;
	margin: 0 auto;
}

#contact {
	width: 75%;
	max-width: 660px;
	margin: 0 auto;
}

#contact input, #contact textarea {
	max-width: 638px;
}

#referrals {
	width: 75%;
	max-width: 755px;
	margin: 0 auto;
	overflow: auto;
}

#colone {
	width: 48%;
	max-width: 360px;
	float: left;
}

#coltwo {
	width: 48%;
	max-width: 360px;
	float: right;
}

/* menu icon */
#menu-icon img {
	position: fixed;
	z-index:9;
	top:5% !important;
	left:7%;
	width: 40px;
	height: 45px;
	padding: 0px 2em 0px 0px;
	cursor: pointer;
	border: none;
	display: block; /* show menu icon */
}

/* media queries */

@media only screen and (max-width:1023px) {

#inside {
	width: 92%;
	height: 92%;
	margin: 0 auto;
	position: fixed;
	top: 4%;
	left: 4%;
	background-color: #FFFFDD;
	border: 3px solid #000;
	overflow: auto;
}

#inside nav{
	width: 92%;
	height: 64px;
	position: fixed;
	top: 4%;
	left: 4%;
	z-index: 10;
	}
	
.title {
	font-size: 6.8em;
}

#colone {
	width: 100%;
	float: none;
	max-width: 660px;
	margin: 0 auto;
}

#coltwo {
	width: 100%;
	float: none;
	max-width: 660px;
	margin: 0 auto;
}

.clientpet {
	margin: 0 auto 20px auto;
	padding-top: 20px;
}

.copyright {
	position: absolute;
	top: 97%;
	left: 4%;
	font-size: 1.8em;	
}

}

/* for smooth scaling on desktop*/
@media only screen and (max-width:962px) {
.title {
	font-size: 6em;
	padding-top: 95px;
}

.copyright {
	font-size: 1.7em;	
}
}

@media only screen and (max-width:768px) {
.title {
	font-size: 5.5em;
}
.multifloat {
	float: left;
	clear: both;
}

.alwaysleft {
	float: left;
	clear: both;
}

.petstext {
	float: left;
	display: inline;
}

.aboutcopy {
	font-size: 2.5em;
}

.ratecopy {
	font-size: 2.75em;
	margin-bottom:  2em;
}

.ratesubitem {
	font-size: 2.75em;
}

.theresponse {
	font-size: 2em;
	padding: 0 0 .5em 0;
}

.referralcopy {
	font-size: 1.8em;
}

.creditcopy {
	font-size: 1.6em;

}

#colone {
	width: 100%;
	float: none;
	max-width: 660px;
	margin: 0 auto;
}

#coltwo {
	width: 100%;
	float: none;
	max-width: 660px;
	margin: 0 auto;
}

.clientpet {
	margin: 0 auto 20px auto;
	padding-top: 20px;
}

.copyright {
	font-size: 1.7em;	
}
}

/*for smooth scaling on a desktop*/
@media only screen and (max-width:673px) {

.title {
	font-size: 5em;
}

.theresponse {
	font-size: 2em;
	padding: .25em 0 0 0;
}

#colone {
	width: 100%;
	float: none;
	max-width: 502px;
	margin: 0 auto;
}

#coltwo {
	width: 100%;
	float: none;
	max-width: 502px;
	margin: 0 auto;
}

.clientpet {
	display: block;
	max-width: 360px;
	margin: 0 auto 20px auto;
	padding-top: 20px;
}
}

@media only screen and (max-width:640px) {

.title {
	font-size: 4.6em;
	padding-top: 85px;
}

.tagline {
	font-size: 2.6em;
}

.smaller {
	font-size: .75em;
}

.introbold {
	font-size: 2.5em;
	padding-bottom: 6px;
}

.intro {
	font-size: 2.5em;
}

.introjump {
	font-size: 2.5em;
}

.centerme {
	margin: 1em auto 1em auto;
}

p > .centerflag {
	max-width: 135px;
}

.caption {
	font-size: 2em;
}

.aboutcopy {
	font-size: 2.3em;
}

h2 {
	font-size: 3.2em;
	padding: 15px 0 20px 0;
}

.bodycopy {
	font-size: 2em;
	margin-bottom: 2em;
}

.lesspace {
	margin-bottom: .75em;
}

.ratecopy {
	font-size: 2.4em;
	margin-bottom:  2em;
}

.ratesubitem {
	font-size: 2.4em;
}

.theresponse {
	font-size: 2em;
	padding: 0 0 .5em 0;
}

#colone {
	width: 100%;
	float: none;
	max-width: 480px;
	margin: 0 auto;
}

#coltwo {
	width: 100%;
	float: none;
	max-width: 480px;
	margin: 0 auto;
}

.clientpet {
	margin: 0 auto 20px auto;
	padding-top: 20px;
}

.referralcopy {
	font-size: 1.8em;
}

.creditcopy {
	font-size: 1.6em;

}
.copyright {
	font-size: 1.6em;	
}
}


@media only screen and (max-width:568px) {

.title {
	font-size: 4.2em;
	padding-top: 75px;
}

.tagline {
	font-size: 2.4em;
	line-height: 120%;
}

.introbold {
	font-size: 2.4em;
	padding-bottom: 6px;
}

.intro {
	font-size: 2.4em;
	line-height: 120%;
}

.introjump {
	font-size: 2.4em;
	line-height: 120%;
}

.caption {
	font-size: 2em;
}

.centerme {
	margin: 1em auto 1em auto;
}


.aboutcopy {
	font-size: 2em;
}

h2 {
	font-size: 3em;
	padding: 10px 0 15px 0;
}

.ratecopy {
	font-size: 2.4em;
	margin-bottom:  1.8em;
}

/*.ratesubitem {
	font-size: 2.4em;
}*/

.theresponse {
	font-size: 1.55em;
	padding: .25em 0 .5em 0;
}


#colone {
	width: 100%;
	float: none;
	max-width: 423px;
	margin: 0 auto;
}

#coltwo {
	width: 100%;
	float: none;
	max-width: 423px;
	margin: 0 auto;
}

.clientpet {
	margin: 0 auto 20px auto;
	padding-top: 10px;
}

.referralcopy {
	font-size: 1.8em;
}

.creditcopy {
	font-size: 1.6em;

}

.copyright {
	font-size: 1.4em;	
}
}

@media only screen and (max-width:500px) {

.title {
	font-size: 4.1em;
}
}

@media only screen and (max-width:480px) {

#menu-icon img {
	width: 35px;
	height: 40px;
}
	
.title {
	font-size: 3.8em;
}

.logocenterme {
	margin-top: -2em;
}

h2 {
	font-size: 2.8em;
}

.formtext {
	font-size: 2em;
}

.petstext {
	font-size: 2em;
	margin: 15px 15px 0 10px;
}

.goMail {
	cursor: pointer;
	width: 100px;
}

.creditcopy {
	font-size: 1.6em;

}
}

/* for smooth scaling on a desktop */
@media only screen and (max-width:448px) {
	
.title {
	font-size: 3.2em;
	line-height: 70%;
}

.subtitle {
	font-size: .5em;
}

h2 {
	font-size: 2.5em;
}

.tagline {
	font-size: 2em;
}

.introbold {
	font-size: 2em;
	padding-bottom: 6px;
}

.intro {
	font-size: 2em;
	line-height: 120%;
}

.introjump {
	font-size: 2em;
}

p > .centerflag {
	max-width: 115px;
}

.aboutcopy {
	font-size: 1.8em;
}

.bodycopy {
	font-size: 1.8em;
	margin-bottom: 1.8em;
}

.lesspace {
	margin-bottom: .66em;
}

.ratecopy {
	font-size: 2.2em;
	margin-bottom:  1.8em;
}

.ratesubitem {
	font-size: 2.2em;
}

.formtext {
	font-size: 1.7em;
}

.petstext {
	font-size: 1.8em;
	margin: 15px 15px 0 10px;
}

.goMail {
	cursor: pointer;
	width: 90px;
}

.theresponse {
	font-size: 1.55em;
	padding: .25em 0 .5em 0;
}

.referralcopy {
	font-size: 1.8em;
}

.creditcopy {
	font-size: 1.6em;

}

.copyright {
	font-size: 1.2em;	
}
}

@media only screen and (max-width:405px) {

.title {
	font-size: 3em;
}

#menu-icon img {
	width: 30px;
	height: 35px;
}

.logocenterme {
	margin-top: -1.5em;
}

.left {
	float: left;
}

.socialiconrow {
	float: left;
	clear: left;
	padding: 0 0 1em 0;
}

.creditcopy {
	font-size: 1.5em;

}
.theresponse {
	font-size: 1.3em;
}

.goMail {
	cursor: pointer;
	width: 85px;
}
}

@media only screen and (max-width:360px) {

.title {
	font-size: 2.8em;
	padding-top: 70px;
}

.ruleline{
	padding: 5px 0 5px 0;
}

.titleruleline{
	padding: 8px 0 8px 0;
}

.tagline {
	font-size: 1.8em;
	padding-bottom: 16px;
}

.introbold {
	font-size: 1.8em;
	padding-bottom: 6px;
}

.intro {
	font-size: 1.8em;
	padding-bottom: 16px;
}

.introjump {
	font-size: 1.8em;
	padding-bottom: 16px;
}

.reallysmall {
	font-size: 1.6em;
}

.centerme {
	margin: .5em auto 1em auto;
}

.caption {
	font-size: 1.6em;
	padding-bottom: 20px;
}

.aboutcopy {
	font-size: 1.6em;
}

h2 {
	font-size: 2.2em;
}

.bodycopy {
	font-size: 1.6em;
	margin-bottom: 1.5em;
}

.ratecopy {
	font-size: 1.8em;
	margin-bottom:  1.5em;
}

.ratesubitem {
	font-size: 1.8em;
}

#colone {
	width: 100%;
	float: none;
	max-width: 270px;
	margin: 0 auto;
}

#coltwo {
	width: 100%;
	float: none;
	max-width: 270px;
	margin: 0 auto;
}

.clientpet {
	margin: 0 auto 20px auto;
	padding-top: 10px;
}

.referralcopy {
	font-size: 1.6em;
}

.creditcopy {
	font-size: 1.4em;

}

.formtext {
	font-size: 1.6em;
}

.petstext {
	font-size: 1.7em;
	margin: 15px 15px 0 10px;
}

.goMail {
	cursor: pointer;
	width: 75px;
}

.theresponse {
	font-size: 1.2em;
	padding: .1em 0 .5em 0;
}

.copyright {
	font-size: 1.1em;
}
}

@media only screen and (max-width:340px) {
.logocenterme {
	margin-top: -1em;
	}
.title {
	font-size: 2.6em;
}
}

@media only screen and (max-width:320px) {

.theresponse {
	font-size: 1.5em;
	padding: 0 0 2em 0;
	float: left;
}

.creditcopy {
	font-size: 1.3em;

}
}