/*
 ----------------------------- 
 PVII Layout Builder Magic
 by Project Seven Development
 www.projectseven.com
 Custom Styles
 -----------------------------
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100.01% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
	background: #FFF url(../images/bkgnd/dancing.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#header {
	width: 100%;
	height: auto;
	max-width: none;
	background: url(../images/header_bkg.png) no-repeat top left;
}
#btnDonate {
	margin: 0;
	padding: 25px 0 0 0;
}
#maincontent {
	float: right;
}
#content, #contentH {
	margin: 7px 0 0 0 !important;
	padding: 0px 50px 30px 50px;
	text-align: left;
	background-color: rgba(246,246,246,0.9);
}
#contentH {
	padding: 30px 45px 30px 60px;
	text-align: center;
}

#contentbot {
	bottom: 0px;
	margin: 0;
	padding: 0;
}

#contentbot img.scalable {
	width: 100%;
	height: auto;
	max-width: none;
}

.rowmargin {
	margin-top: 20px !important;
}

#sidenav {
	float: left;
	margin: 7px 0 50px 0 !important;
	padding: 0 !important;
	text-align: left;
	border: 0px solid #F00;
}

#sidenav img {
	border: none;
	margin: 8px 0 0 0;
	padding: 0;
}

#sidenav img.btntop {
	margin: -2px 0 0 0 !important;
	padding: 0;
}

/*
***************************************************
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: bold;
}
h1 {font-size: 200%;}
h2 {font-size: 120%;}
h3 {font-size: 105%;}
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);
}
.scalable80 {
	width: auto;
	height: auto;
	max-width: 80%;
	margin-bottom: 20px;
}


.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: 0px) and (max-width: 600px) {
.lbm-row {margin: 0 !important;}
.p7DMM01 {margin-bottom: 0 !important;}
#BSIC {margin: 30px 8% !important;}
#content, #contentH {padding: 20px 20px 20px 20px !important;}
#content h1 {padding: 0 0 10px 0 !important;}
#content p, #contentH p {padding: 0 !important;}
#sidenav {text-align: center;}
table.AMCsched {width: 100%;}
}

@media only screen and (min-width: 0px) and (max-width: 1100px) {
#btnDonate {padding: 25px 0 15px 0 !important;}
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
#header {
	height: auto;
	background: none;
	background-color: rgba(246,246,246,0.6);
}
#perflup h1 {padding: 20px 0 0px 0 !important;}
}

@media only screen and (min-width: 767px) and (max-width: 1100px) {
body {font-size: 100%;}
}

@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%;}
.scalable80 {max-width: 100%;}
}
