/*
 ----------------------------- 
 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;}


h1, h2, h3, h4, h5 {
	font-weight: normal;
}
h1 {font-size: 200%;color: #f2f2f2;}
.s {font-size: 200%;color: #30353c; font-weight: bold;text-align: center;}
h2 {font-size: 170%;}
h3 {font-size: 155%;color: #30353c;}
h4 {font-size: 135%;color: #30353c;}
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-50 {
	width: auto;
	height: auto;
	max-width: 50%;
}
.scalable-30 {
	width: auto;
	height: auto;
	max-width: 30%;
}
.scalable-70 {
	width: auto;
	height: auto;
	max-width: 70%;
}
.scalable-80 {
	width: auto;
	height: auto;
	max-width: 80%;
}
.scalable-90 {
	width: auto;
	height: auto;
	max-width: 90%;
}
.scalable-100 {
	width: auto;
	height: auto;
	max-width: 100%;
}

.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: #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%;} 
 .cad{
    padding: 0px 0px 0px 0px; 
}     
.vd{
    padding: 0px 0px 0px 0px; 
    }
 .scalable-30 {
	width: auto;
	height: auto;
	max-width: 40%;
}
 }

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

body {font-size: 85%;}

.cad{
    padding: 0px 0px 0px 0px; 
}     
.vd{
    padding: 0px 0px 0px 0px; 
}
 .scalable-30 {
	width: auto;
	height: auto;
	max-width: 20%;
}
.scalable-100 {
	width: auto;
	height: auto;
	max-width: 80%;
    }
.cd-pilot{
 margin-top: 50px;
}
.pads {
    padding-bottom: 0%;
    padding-left: 20%;
    padding-top: 10%;
    padding-right: 20%;
}
.pad-lft {
    padding-bottom: 0%;
    padding-left: 20%;
    padding-top: 0%;
    padding-right: 20%;
}
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
body {font-size: 80%;}
   
.cad{
    padding: 10px 0px 10px 0px; 
}
.vd{
    padding: 0px 0px 0px 0px; 
}
.cd-pilot{
 margin-top: 50px;
}
.pads {
    padding-bottom: 0%;
    padding-left: 20%;
    padding-top: 10%;
    padding-right: 20%;
}
.pad-lft {
    padding-bottom: 0%;
    padding-left: 20%;
    padding-top: 0%;
    padding-right: 20%;
}
}
