body, html{
	background: #f5f5f5;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	overflow-x:hidden;
	font-family: 'Quattrocento', serif;
}
*{
    box-sizing: border-box;
}
img{
	width:inherit;
	height:inherit;
}
h1{
	font-family: 'Oswald', sans-serif;
    margin: 0;
    font-size: 2em;
	margin-bottom:15px;
	font-weight: 500;
	line-height:1em;
}
h2 {
    font-family: 'Oswald', sans-serif;
	margin:0;
    font-size: 1.15em;
	margin-bottom:10px;
	font-weight:500;
	line-height:1.15em;
}
ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
li {
    margin: 7px;
}
.center-text{
	text-align:center;
}
.flex-rows {
	display:flex;
	flex-direction:column;
}
.flex-cols{
	display:flex;
	flex-direction:row;
	justify-content: space-evenly;
}
.section-20{
	margin:0 0 20px 0;
}
.section-30{
	margin:0 0 30px 0;
}
.w-50{
	width:50%;
}
.upper{
	text-transform:uppercase;
}
#header{
	background:#000;
	padding:20px;
	margin-bottom:20px;
}
.topline{
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 50px;
}
.logo{
	width:150px;
	margin:0 auto;
}
.banner-wrap{
	position:relative;
	width:100%;
	height: 40px;
	margin: 0 0 50px 0;
}
.banner{
	height:inherit;
	position:absolute;
    left: 50%;
    transform: translateX(-50%);
}
.banner-phone{
	font-size: 22px;
	color: #fff;
    font-family: sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
}
a.tel{
	text-decoration:none;
	color:inherit;
}
#body{
    max-width: 800px;
    margin: 0 auto;
	padding: 20px 20px;
	line-height: 20px;
	font-size: 14px;
}
.callout{
	margin:10px 0;
	font-style:italic;
}
.cost {
    background: #3c3c3c;
    color: #fff;
    padding: 10px;
    margin: 10px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.type {
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.large-dogs {
    font-weight: 600;
    margin: 10px 0;
    color: #b2332d;
    font-style: italic;
}
#footer {
    background: #000;
    width: 100%;
    position: relative;
    height: 100px;
    margin-top: 100px;
}
.copyright {
    color: #fff;
    font-family: sans-serif;
    letter-spacing: 1px;
    font-size: 10px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
@media only screen and (max-width: 500px) {
	.flex-rows-mobile{
		display:flex;
		flex-direction:column;
	}
	#body{
		line-height: 20px;
		font-size: 16px;
	}
	.w-50{
		width:100%;
	}
}



.doggo_box {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 200px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1) translateX(50%);
    -ms-filter: fliph;
    filter: fliph;
}
.doggo-wrap{
	position:relative;
}
.touch-me {
    width: 60px;
    height: 60px;
    border: 1px dotted black;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    top: 30px;
}
.doggo {
    position: relative;
    width: 150px;
	float: right;
}
.doggo-play{
	position:absolute;
}
.doggo-up {
	visibility:hidden;
}
.doggo-down {
    position: absolute;
}