/*
 ----------------------------- 
 PVII Layout Builder Magic
 by Project Seven Development
 www.projectseven.com
 Custom Styles
 -----------------------------
 
 
 Colors:
 
 
 		Header dark:		#AEB07C
		Header light:		#E7E8D8 (Header dark: Opacity 30%)
		Gift Certificate Rose Background:	#8F2C5D
		Gift Certificates text:	#DFE8D7
*/

/*
***************************************************
Font Families: You may edit the font-family values,
BUT DO NOT REMOVE OR RENAME THE 4 RULES BELOW
***************************************************

Google Webfonts:
font-family: 'Cinzel', serif;
font-family: 'Old Standard TT', serif;
font-family: 'Tangerine', cursive;

*/
.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;*/
	color: #AEB07C;
}
h1 {
	font-size: 220%;
	font-family: 'Tangerine', cursive;
}
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);
}
.scalable-centered {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.bigg {
	font-size: 180%;
}
.bigg strong {
	font-weight: 400;
}
#tag {
	color: #E7E8D8;
	letter-spacing: 2px;
	font-style: italic;
	margin: 0;
}
#Header-top {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#home-left h1 {
	font-family: 'Tangerine', cursive;
	color: #AEB07C;
	text-align: center;
	font-size: 300%;
	font-weight: 700;
}
#home-left h4 {
	font-family: 'Tangerine', cursive;
	font-weight: 400;
	letter-spacing: 2px;
}
#Header-bottom h1 {
	text-align: center;
}
#Header-bottom h3 {
	text-align: center;
}
#Header-bottom p {
	text-align: center;
}
.div50 {
	width: 50%;
}
.floatleft {
	float: left;
	padding: 0 20px;
}
.floatright {
	float: right;
	padding-right: 20px;
	max-width: 130px;
}
.centered-text {
	text-align: center;
	line-height: 1.5em;
}
.page-top {
	margin-top: 10px;
	margin-bottom: 10px;
}
.lbm-rounded {
	border-radius: 10px;
	/*border-top-left-radius: 8px;
	border-top-right-radius: 8px;*/
}
.lbm-centered {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.italic-text {
	font-style: italic;
	letter-spacing: 3px;
	font-variant: small-caps;
	margin: 0;
}
.whitebdrbot {
	border-bottom: 4px solid #FFFFFF;
}
.no-pad {
	padding: 0 !important;
}
.no-pad-v {
	padding: 0 !important;
}
#tagline {
	padding: 0 30px;
	font-size: 18px;
	font-weight: bold;
}
#special-box {
	max-width: 100%;
	border: 2px solid #8F2C5D;
	color: #8F2C5D
}
	
.nav {
	padding: 10px 30px;
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}
#footer {
	color: #999999;
	margin: 0;
	font-size: 0.7em;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #9B7C00;}
#footer .lbm-column {
	padding: 10px;
}
/*
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;
}


/*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%;}
}
#home-left {
}
