/*
 ----------------------------- 
 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 {
	font-family: minerva-modern;
	font-style: normal;
	font-weight: 400;
	font-size:1em;	
}

.p7LBM-1-style-1 {
	background-color:#4b4e53;
	background-image:url(../images/background.svg);
	background-size:cover;
	background-attachment:fixed;
}	
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
h1 {font-size: 200%; text-align:center;}
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: #fff;
	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;
}

#footer {
	position:fixed;
	bottom:0;
	width:100%;	
	margin-top:-50px;
	margin-bottom:0px;
	text-align:center;
}
#header {
	text-align:center;	
}
#nav {
	padding-top:-50px;
	margin-bottom:-20px;
		
}
a#p7LBNAVt1_2:hover, a#p7LBNAVt1_4:hover {
	color:#fff; 	
}
.p7LBM-1-style-4 {
	background-color:#4b4e53 !important;	
}
.p7LBM-1-style-3 {
	border-right:3px #fff solid;
	border-left:3px #fff solid;
	padding-bottom:25%;	
}
#footer .lbm-column  {
	padding: 2px 30px !important;
}
.contactInfo {
	font-size:1.2em;
	text-align:center; 
	margin-top:100px; 
	line-height:2em;	
}
.homeInfo {
	margin-top:100px;
	font-size:1.1em;	
}
ul.centeredUL { display:table; margin:0 auto;}
/*ul.centeredUL li { display: inline-block;}*/ 
/*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%;}
.contactInfo {
	font-size:1.5em;	
}
.p7LBM-1-style-2 {
	background-color:#BDC0C4 !important;
}
.p7LBM-1-style-3 {
	border:none;
}
}

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

body {font-size: 80%;}
.contactInfo {
	font-size:1.5em;
	margin-top:50px;	
}
.homeInfo {
	margin-top:50px;	
}
#footer {
	font-size:.9em;	
	position:relative;
}
#footer .lbm-column  {
	padding-top: 0 !important;
}
.p7LBM-1-style-3 {
	border:none;
}
.p7LBM-1-style-2 {
	background-color:#BDC0C4 !important;
}
}
