/*
 ----------------------------- 
 PVII Layout Builder Magic
 by Project Seven Development
 www.projectseven.com
 Custom Styles
 -----------------------------
*/

/*
***************************************************
Font Families: You may edit the font-family values,
BUT DO NOT REMOVE OR RENAME THE 4 RULES BELOW
***************************************************
*/
.lbm-stack-sans {font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;}
.lbm-stack-serif {font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;}
.lbm-stack-thin {font-family: Lato, "Gill Sans", Optima, sans-serif; font-weight: 300;}
.lbm-stack-fancy {font-family: Federo, "Gill Sans", Optima, sans-serif;}


h1, h2, h3, h4, h5 {
	font-weight: normal;
}
h1 {font-size: 200%;}
h2 {font-size: 170%;}
h3 {font-size: 155%;}
h4 {font-size: 135%;}
h5 {font-size: 125%;}

.scalable-rounded {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
}
.scalable-fancy {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.65);
}

.bigg {
	font-size: 180%;
}
.bigg strong {
	font-weight: 400;
}

/*
Link Styles
Assign one of the following classes to
Text Links on your page
*/
.text-link-light {
	color: #EEE;
	border-bottom: 1px dotted;
}
.text-link-dark {
	color: #000;
	border-bottom: 1px dotted;
}
.text-link-dark:hover, .text-link-light:hover {
	border-bottom: 1px solid;
}
.text-link-dark, .text-link-light {
	text-decoration: none;
}

#homepage-text {
	font: 1.25em "Calibre Light", "Calibri Light", "Helvetica Light", Arial, Verdana, sans-serif;
	color: #231F20;
}
#homepage-text-bold {
	font: 400 1.25em "Calibre Light", "Calibri Light", "Helvetica Light", Arial, Verdana, sans-serif;
	color: #231F20;
}
#homepage-text-boldest {
	font: 900 1.25em "Calibre Light", "Calibri Light", "Helvetica Light", Arial, Verdana, sans-serif;
	color: #231F20;
}
#homepage-text-bolder {
	font: 600 1.25em "Calibre Light", "Calibri Light", "Helvetica Light", Arial, Verdana, sans-serif;
	color: #231F20;
}
.blue-video-frame {
	background-image: url(../images/Blue-video-frame.gif);
}
#align-right {
	float: right;
}
#padding-65 {
	margin: 0px 75px;
}
.padding-65 {
	margin: 0px 65px;
}
#align-left {
	float: right;
}
#align-left {
	float: left;
}
#goodDog-font-contact-green {
	font: 2em GoodDog;
	color: #A967AA;
}
#goodDog-font-contact-green {
	font: 2em GoodDog;
	color: #ACD58A;
}
#footer-text {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	line-height: normal;
}
#goodDog-font {
	font: 2em GoodDog;
	color: #FAAA3F;
}
#goodDog-Purify {
	font: 2em GoodDog;
	color: #ED1C24;
}
#goodDog-Restore {
	font: 2em GoodDog;
	color: #B2D33E;
}
#goodDog-Invigorate {
	font: 2em GoodDog;
	color: #F99D25;
}
#goodDog-Hydrate {
	font: 2em GoodDog;
	color: #F99D25;
}
#goodDog-Calm {
	font: 2em GoodDog;
	color: #8F499C;
}
#goodDog-Scrumptious {
	font: 2em GoodDog;
	color: #8D774E;
}
#goodDog-Wild {
	font: 2em GoodDog;
	color: #ACD58A;
}
#goodDog-Strong {
	font: 2em GoodDog;
	color: #FFD100;
}
#goodDog-Cool {
	font: 2em GoodDog;
	color: #A967AA;
}
#goodDog-font-about-purple {
	font: 2em GoodDog;
	color: #A967AA;
}
#goodDog-Tough {
	font: 2em GoodDog;
	color: #FAAA3F;
}
#goodDog-Smooth {
	font: 2em GoodDog;
	color: #00B8DE;
}
#center_contents {
	text-align: center;
}

.script-text {
	color: #222222;
	font-variant: normal;
	font-style: normal;
	font-size: 2em;
	font-family: alex-brush;
}
body {font-size: 85%;}
}
#relative-layer {
	position: relative;
}
#logo {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5;
}
.Arial-text-bold {
	color: #222222;
	font: bold 1.25em Arial, Helvetica, sans-serif;
}
.Arial-text {
	color: #222222;
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
}
.Times-text {
	color: #222222;
	font: 1.3em "Times New Roman", "Times Roman", serif;
}
.Times-text-italic {
	color: #222222;
	font: italic 1.3em "Times New Roman", "Times Roman", serif;
}



/*Media Queries*/

@media only screen and (min-width: 767px) and (max-width: 1100px) {

body {font-size: 85%;}
}

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

body {font-size: 80%;}
}

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

body {font-size: 80%;}
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
.removeit {
display:none;
}
