/*
 ----------------------------- 
 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: Jaldi, 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: Jaldi, Lato, "Gill Sans", Optima, sans-serif; font-weight: 300;}
.lbm-stack-fancy {font-family: Jaldi, Federo, "Gill Sans", Optima, sans-serif;}


h1, h2, h3, h4, h5 {
	font-weight: normal;
}
/*h1 {font-size: 200%;}
h2 {font-size: 170%;}
h3 {font-size: 155%;}
h4 {font-size: 135%;}
h5 {font-size: 125%;}*/


/*MY CSS */


.fltrt {
float: right;
margin-left: 15px;
margin-bottom: 15px;
}
	
.fltlt { /* this class can be used to float an element left in your page */
float: left;
margin-right: 15px;
margin-bottom: 15px;
}
	
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.color-purple {color:#622e54;}
.color-blue {color:#4c9efa;}
.color-red {color:#fb300c;}
.color-green {color:#3d8056;}
.color-orange {color:#c66115;}
.color-darkgray {color:#494541;}
.color-white {color:#FFFFFF;}

h1 {
	font-family: 'Fjalla One', sans-serif;
	font-size:33px;
	line-height: 1.1em;
	font-weight:normal;
	
}

h3 {
	font-family: 'Fjalla One', sans-serif;
	color:#5D5757;
	font-size: 26px;
	line-height: 1.4em;
	font-weight: normal;
	font-weight:normal;	
	margin-bottom: -.5em;"
}

	p { 
	font-family: 'Jaldi', sans-serif;
	font-size: 18px;
	font-weight:normal;
	line-height: 1.4em;
	color: #5c5752;
}
/*MY CSS */


.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: #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%;}
}
