/*
 ----------------------------- 
 PVII Layout Builder Magic
 by Project Seven Development
 www.projectseven.com
 Custom Styles
 -----------------------------
 
Stone Law Group
 
	Colors:
	
	Dark blue:		#003465 (header background)
	Blue/gray:		#648298 (Body background)
	Lt. Blue/gray	#A2B4C1 (60% tint) (Nav background)
	Lt. Blue/gray	#C3CED7 (40% tint) (Body text)
	Green:				#96BD34 (Header text)
	Gray:					#DCDDDE (Header text)
 
*/

/*
***************************************************
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 {
	padding: 10px 0 0 0;
	color: #C3CED7;
	font-family: 'Playfair Display', serif !important;
}



h1, h2, h3, h4, h5 {
	/*font-weight: normal;*/
	color: #003465;
	margin: 0px;
}
h1 {font-size: 170%;}
h2 {font-size: 135%;}
h3 {font-size: 120%;}
h4 {font-size: 110%;}
h5 {font-size: 105%;}

.scalable-centered {
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.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-left {		width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
	float: left;
	margin-left: 15px;
}
.bigg {
	font-size: 180%;
}
.bigg strong {
	font-weight: 400;
}
/*#p7LBM_1 {
	margin: 5px 0;
}*/

/*
Design styles
*/

#nav .lbm-column {
	padding: 0;
}
#header-container {
	background-color: #003465;
}
#phone h1 {
	/*font-family: 'Playfair Display', serif;*/
	color: #DCDDDE;
	padding-top: 30px;
}
#phone h2 {
	color: #96BD34;
	font-variant: small-caps;
	/*font-family: 'Playfair Display', serif;*/
}

#nav {
	background-color: #A2B4C1;
}
#body-content {
	padding: 0  !important;
	background-color: #648298;
}
.nopad {
	padding-top: 0;
	padding-bottom: 0;
}
.lbm-ehc.lbm-gutter .lbm-col-wrapper {
	border-spacing: 0;
}
.ctr {
	text-align: center;
	margin: 0 auto;
	display: block;
}

.float-left {
	float: left;
	padding-right: 10px;
	text-align: center;
}
.smalltext {
	font-size: .8em;
	text-align: center;
}

#footer {
	text-align: center;
	font-size: 9px;
	color: #96BD34;
	background-color: #003465;
	font-family: Verdana, Geneva, sans-serif;
	/*border-radius: 0 0 6px 6px;
	border: 1px solid #000;
	border-top: none;*/
}
#footer a {
	color: #DCDDDE;
}
#footer a:hover {
	color: #FFF;
}

/*
Footer sidebar Menu
*/
 
 /*
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: 700px) and (max-width: 1100px) {
body {font-size: 100%;}
}

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

body {font-size: 85%;}
#phone h1 {
	text-align: center;
	margin: 0;
}

}

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

body {font-size: 80%;}
#phone h1 {
	text-align: center;
	margin: 0;
}
}
