/*
 ----------------------------- 
 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;
	font-family: "WCROUGHTRADBtaRegular", Calibri, Geneva, Helvetica, sans-serif;
}
h1 {font-size: 200%;}
h2 {font-size: 170%;
	letter-spacing: 0.05em;
	}
h3 {
	font-size: 155%;
	letter-spacing: 0.06em;
}
h4 {font-size: 135%;
	letter-spacing: 0.06em;
	}
h5 {font-size: 125%;
	letter-spacing: 0.06em;
	}
	
.headertop {
	color: #FFFFFF;
	text-align: center;
	}

.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;
}

.pinkbold {
	color: #FF70B7;
}
/*
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;
	color: #DC1075;
}
.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%;}
}

/* My styles */


#logo {
	text-align: center;
	font-family: "WCROUGHTRADBtaRegular", Calibri, Geneva, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: normal;
	text-transform: uppercase;
}

#logo .logo-shape1 {
	font-size: 100%;
	color: #FFF;
	padding: 4px 20px 4px 20px;
	margin-left: -1.00em;
	position: relative;
	top: 6px;
	font-family: "WCROUGHTRADBtaRegular", Calibri, Geneva, Helvetica, sans-serif;
	}

#logo .logo-shape2 {
	font-size: 65%;
	color: #000;
	padding: 6px;
	margin-left: -0.25em;
	border: 1px solid #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	top: -6px;
	background: #F79AC8;
}
#logo .logo-shape3 {
	font-size: 40%;
	color: #FFF;
	padding: 6px;
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	position: relative;
	top: -6px;
	background: #DC1075;
}

.footer a:link, a:visited {
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}
.footer a:hover, a:active {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

.subHead {
	text-align: center;	
}