/*
 ----------------------------- 
 PVII Layout Builder Magic
 by Project Seven Development
 Custom Styles
 Modified March 2016 by
 Cynthia Pinsonnault
 -----------------------------
*/

/*
***************************************************
Font Families: You may edit the font-family values,
BUT DO NOT REMOVE OR RENAME THE 4 RULES BELOW
***************************************************
*/
.lbm-stack-sans {
	font-family: "Roboto", "Trebuchet MS", sans-serif;
	font-weight:300;
	line-height:1.6em;
}
.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, h5 {
	font-family:"Roboto Slab", Times, "Times New Roman", serif;
	font-weight: 700;
	margin-bottom:0px;
}
h1 {font-size: 190%;}
h2 {font-size: 160%;}
h3 {
	font-size: 145%;
	color:#336699;
}
h4 {
	font-size: 110%;
	font-weight:400;
	margin-bottom:0px;
}
h5 {
	font-size: 125%;
	font-weight:400;
	margin-bottom:0px;
}

#banner h2 {
	font-size:190%;
	color:#336699;
}
#banner h1 {
	font-size:145%;
	margin-top:6px;
	font-weight:400;
}

.scalable-rounded {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
	font-size: 125%;
}
.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;
}
.nomargintop {
	margin-top:0px;
}
.smmargintop {
	margin-top:6px;
}
.copyright {
	font-size:88%;
	line-height:1.3em;
}
.practice {
	background-color:#CCCCCC;
	border-top: 3px solid #346598;
}
.footer {
	background-color:#EEEEEE;
}
.foot {
	font-size:80%;
	line-height:1.2em;
	color:#999;
}
.foot a {
	color:#999;
	text-decoration:none;
}
.foot a:hover {
	border-bottom:1px dotted #999;
}
.quote {
	font-style:italic;
	color:#336699;
	padding:3px 6px 18px 18px;
	border-left:1px dotted #336699;
	border-bottom:1px dotted #336699;
	margin-top:18px;
	margin-bottom:24px;
}
.special {
	font-style:italic;
	color:#336699;
	font-weight:400;
}
.smalllead {
	line-height:120%;
}
.heavy {
	font-weight:400;
}
sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.3em;
}
sub { top: 0.3em; }
.small li {
	font-size:85%;
	line-height:110%;
	margin-top:3px;
	margin-bottom:3px;
}

/*
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: #336699;
	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%;}
.quote {
	padding:6px;
	border-left:none;
	border-bottom:none;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
}
}

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

body {font-size: 80%;}
.quote {
	padding:6px;
	border-left:none;
	border-bottom:none;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
}
}
