/*
 ----------------------------- 
 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;}
body {line-height: 1.3em;}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}
h1 {font-size: 200%; line-height: 1em;}
h2 {font-size: 170%; line-height: 1em;}
h3 {font-size: 155%; line-height: 1em;}
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;
}
/*
Added Styles
*/
#masthead h1 { margin: .25em 0 .25em 2em !important; padding: 0; }
.fine-print-1 {color: #FFF; font-size: .8em; text-transform: uppercase; letter-spacing: .05em; }
.fine-print-2 {color: #222; font-size: .8em; text-transform: uppercase; letter-spacing: .05em; }
.photo-caption {color: #FFF; font-size: 1em; text-transform: uppercase; letter-spacing: .05em; text-shadow: 1px 1px #222; background-color: rgba(99,99,99,.8); margin: 0 auto; padding: .5em; width: 80%; }
.photo-caption-contact {color: #222; font-size: 0.8em; text-transform: uppercase; letter-spacing: .05em; text-align: center; padding: 0; margin: 0 auto; }
#photo-contact { width: 45%; display: inline-block; float: left; clear: right; }
img p7LBM-1-style-4 { width: 100% !important; height: 100% !important; max-width: 100%; }
.scalable-60 {
	width: auto;
	height: auto;
	max-width: 60%;
	border-radius: 5px;
	border: 1px solid #464646;
}
.scalable-bg {
	width: auto;
	height: auto;
	max-width: 100%;
}
.quotes-bg {
   background-image: [path to your image];
   background-repeat: no-repeat;
}
/*
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%;}
}
