body {
	width: 100%;
	//max-width: 2000px;
	//min-width: 600px;
	margin: auto;
	color: rgba(0, 0, 0, 1.0);
	font-size: 1em;
	//font-family: 'Zilla Slab', serif;
	font-family: 'Prompt', sans-serif;
}

a {
	color: rgb(8, 53, 136);
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: underline;
}

h1 {
	font-size: 3.2em;
    font-family: 'Love Ya Like A Sister', sans-serif;
    font-weight: 100;
    margin-top: 5px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
h2 {
	font-size: 2.5em;
	font-family: 'Love Ya Like A Sister', sans-serif;
    font-weight: 100;
    margin-top: 5px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
h3 {
    font-size: 1.2em;
	//font-family: 'Love Ya Like A Sister', sans-serif;
    //text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
input {
	margin-bottom: 0.5em;
}
select {
	margin-bottom: 0.5em;
}
textarea {
	width: 100%;
    box-sizing: border-box;
}
/*
th {
	font-size: 1.2em;
	text-align: left;
}
*/
th {
	//font-size: 1em;
	border-bottom: 1px solid rgba(8, 176, 239, 1.0);
	//background-color: rgba(8, 176, 239, 0.35);
	text-align: center;
}
td {
	vertical-align: top;
}
fieldset {
	//width: 100%;
	border: 3px solid #000000;
	border-radius: 10px;
	//padding: 10px;
}
legend {
	text-align: center;
	font-size: 3em;
	font-family: 'Love Ya Like A Sister', sans-serif;
}
form {
	font-size: 1em;
}
table {
	width: 100%;
}

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}
.invisible {
	display: none;
}
#topbar {
	background-color: rgba(255,255,255,0.75);
	width: 100%;
	position: fixed;
	top: 0;
	font-family: 'Love Ya Like A Sister', sans-serif;
	font-size: 1.75em;
	color: rgba(0,0,0,1.0);
	border-bottom: 1px solid rgba(8, 176, 239, 1.0);
}
#topbar a {
	color: rgba(0,0,0,1.0);
	text-decoration: underline;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1.0);
}
#topbar a:hover, a:focus {
	color: rgba(0,81,231,1.0);
}
#topbar_menu {
	margin: auto;
	width: 100%;
	max-width: 630px;
}
#topbar_menu table {
	margin: auto;
	width: 100%;
	//max-width: 630px;
}
#topbar_menu td {
	padding-left: 10px;
	padding-right: 10px;
}
#dropdown_icon a {
	text-decoration: none;
}
#header {
	background-color: rgba(255,255,255,1.0);
	background-image: url("images/Shear Magic Banner.jpg");
	background-size: cover;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: auto;
	//font-size: 0px;
	width: 100%;
	text-align: center;
	//height: 180px;
}
#header_pic {
	display: block;
	margin: auto;
	width: 90%;
	max-width: 630px;
	//min-height: 200px;
}

#navbar {
	clear: both;
	width: 100%;
	//max-width: 2000px;
    padding: 10px;
	margin: auto;
    box-sizing: border-box;
	//background-image: linear-gradient(to bottom, rgba(8, 176, 239, 1.0), rgba(8, 176, 239, 0.0));
	background-color: rgba(8, 176, 239, 1.0);
	text-align: center;
	font-family: 'Love Ya Like A Sister', sans-serif;
	font-size: 2em;
	color: rgba(0, 0, 0, 1.0);
	//display: flex;
    border-top: 5px solid rgba(0, 0, 0, 1.0);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#navbar a {
	color: rgba(255, 255, 255, 1.0);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

#navbar a:hover, a:focus {
	color: rgba(0, 0, 0, 1.0);
	text-decoration: underline;
	//text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.25);
}
#navbar_images {
	font-size: 1em;
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	//height: 200px;
}
#navbar_images img {
	max-height: 170px;
	padding: 0px;
}
#navbar_images a {
	padding: 0px;
	margin: 0px;
}
#mainbody_bg {
	background-color: rgba(255, 255, 255, 1.0);
	background-image: url("images/ShearMagicMascot.jpg");
	background-size: cover;
	//background-size: auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	width: 100%;
}
#mainbody {
	margin: auto;
	padding-top: 20px;
	//padding: 10px;
	//max-width: 800px;
	//background-color: rgba(255, 255, 255, 1.0);
	color: rgba(0, 0, 0, 1);
}
#mascot {
	float: right;
	max-width: 400px;
	width: 40%;
    //display: inline-block;
    
}
#mascot img {
	width: 100%;
}
#videos {
	margin: auto;
	//padding: 10px;
	max-width: 1000px;
}
#application table {
	margin: auto;
}
#pricing_daycare {
	clear: both;
}
#pricing_daycare table {
	margin: auto;
	width: 100%;
}
#pricing_daycare th {
	font-size: 1em;
	border-bottom: 1px solid rgba(8, 176, 239, 1.0);
	background-color: rgba(0, 0, 0, 0.35);
}
#pricing_daycare tr {
	//background-color: rgba(8, 176, 239, 0.35);
}

#pricing_grooming {
	clear: both;
}
#pricing_grooming table {
	margin: auto;
	width: 100%;
}
#pricing_grooming th {
	font-size: 1em;
	border-bottom: 1px solid rgba(8, 176, 239, 1.0);
	background-color: rgba(8, 176, 239, 0.35);
	text-align: center;
}
#fb_icon {
	height: 30px;
	vertical-align: middle;
	margin: auto;
}
#footer {
	width: 100%;
	margin-top: 20px;
	background-image: linear-gradient(to bottom, rgba(8, 176, 239, 0.0), rgba(8, 176, 239, 1.0));
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(0, 0, 0, 1.0);
	text-align: center;
	padding-top: 0.15em;
	padding-bottom: 0.15em;
}
#footer_thankyou {
	font-family: 'Lovers Quarrel', cursive;
    font-size: 3em;
}
.bg_blue {
    background-color: rgba(8, 176, 239, 1.0);
	font-size: 1em;
	color: rgba(255, 255, 255, 1.0);
    //white-space: nowrap;
    overflow: auto;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 10px;
    //border-top: 5px solid rgba(0, 0, 0, 1.0);
}

.navlink {
	padding-left: 15px;
	padding-right: 15px;
	/*
	border-radius: 10px;
	border-color: rgba(255,255,255,0.25);
	border-style: solid;
	border-width: 1px;
	//background-color: rgba(0, 0, 0, 1.0);
	//background-image: linear-gradient(to bottom, rgba(50, 50, 50, 0.75), rgba(0, 0, 0, 1.0));
	width:fit-content;
	*/
	display: inline-block;
	
}
.section_header {
	//background-image: linear-gradient(to bottom, rgba(8, 176, 239, 0.25), rgba(255, 255, 255, 1.0));
	//background-color: rgba(255, 255, 255, 1.0);
	clear: both;
	width: 100%;
	color: rgba(0, 0, 0, 1.0);
	font-family: 'Love Ya Like A Sister', sans-serif;
	font-size: 1.75em;
	font-weight: 500;
	//padding-left: 1em;
	//padding-right: 0.5em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	//border-radius: 10px;
	margin-bottom: 0.5em;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 1.0);
	//box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.75);
	//box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}
.section {
	margin: auto;
	width: 100%;
}
.section_content {
    margin: auto;
    max-width: 800px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;

}
.blue_bubble {
    border-radius: 200px;
    background-color: rgba(8, 176, 239, 1.0);
    //border: 5px solid rgba(0, 0, 0, 1.0);
    max-width: 300px;
    width: 80%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    overflow: auto;
}
.blue_bubble a {
    color: rgba(255, 255, 255, 1.0);
    text-decoration: none;
}
.blue_bubble a:hover, a:focus {
    text-decoration: underline;
}
.float_left {
	float: left;
	max-width: 50%;
	padding-right: 10px;
}
.float_right {
	float: right;
	padding-left: 10px;
    //min-width: 200px;
    max-width: 50%;
    clear: both;
}
.float_right img {
    padding-top: 20px;
    max-width: 100%
}
.indent {
    padding-left: 25px;
}
.max150 {
    max-width: 150px;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.black_bg {
	background-color: rgba(0, 0, 0, 1.0);
	padding: 10px;
	text-align: center;
	border-radius: 10px;
}
.center {
	margin: auto;
	text-align: center;
}
.full_width {
	clear: both;
	width: 100%;
}
.red {
	color: rgba(255,0,0,1.0);
}
.collage {
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
    max-width: 800px;
	box-sizing: border-box;
}
.collage img {
	width: 100%;
	margin: auto;
	margin-bottom: 15px;
}
.dropshadow {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 1.0);
}
.invisible {
	display: none;
	opacity: 0;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
	padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.maxheight50 {
	max-height: 50%;
}
.maxwidth50 {
	max-width: 50%;
}
.maxwidth40 {
	max-width: 40%;
}
.onethird {
	max-width: 30%;
	padding: 0px;
}
.underline {
	text-decoration: underline;
}
.disclaimer {
	text-align: center;
	font-size: 0.9em;
	padding: 10px;
	border: 3px solid rgba(0, 0, 0, 0.9);
	color: rgba(255,0,0,1.0);
	margin-top: 20px;
    background-color: rgba(255, 255, 255, 1.0);
}
.under_construction {
	//border: 5px solid #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
	text-align: center;
	width: 80%;
	max-width: 400px;
}
.testimonial {
	clear: both;
	//background-color: rgba(8, 176, 239, 0.35);
    //background-color: rgba(133, 208, 239, 1.0);
    color: rgba(0, 0, 0, 1.0);
    background-color: rgba(255, 255, 255, 1.0);
	border-radius: 10px;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: 'Love Ya Like A Sister', sans-serif;
	//box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

.testimonial_text {
	padding: 5px;
	font-family: 'Indie Flower', sans-serif;

}

@-webkit-keyframes fade_in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fade_in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fade_in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fade_in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
.fade_in {
  -webkit-animation: fade_in 0.5s ease-in; /* Safari 4+ */
  -moz-animation:    fade_in 0.5s ease-in; /* Fx 5+ */
  -o-animation:      fade_in 0.5s ease-in; /* Opera 12+ */
  animation:         fade_in 0.5s ease-in; /* IE 10+, Fx 29+ */
}

