h1 {
	font-size: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #1212b4;
	text-align: center;
	height: 25px;
}
h2 {
	font-size: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #1212b4;
}

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


/*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%;}
}
/*
-----------------------------
PVII Layout Builder Magic
by Project Seven Development
www.projectseven.com
UI Styles: p7LBM_1
-----------------------------

*** For LBM System Use Only ***
***  Do Not Edit Manually   ***

*/
.p7LBM-1-style-1 {
	background-color:#000;
}
.p7LBM-3-style-1 {
	color: #660066;
	background-color:#ffffcc;
	padding: 3px;
}
.p7LBM-4-style-1 {
	background-color:#FFFFCC;
	border: thin solid #07a1d3;
}

.p7LBM-5-style-1 {
	background-color:#FFFFCC;
	border: medium solid #0000ff;
}
.p7LBM-6-style-1 {
	background-color:#FFFFCC;
	border: medium solid #e37152;
}.p7LBM-7-style-1 {
	background-color:#ffffcc;
	border: thin solid #890c38;
	color: #890c38;
}.p7LBM-8-style-1 {
	background-color:#ffffcc;
	border: thin solid #61700e;
	color: #61700e;
}.p7LBM-9-style-1 {
	background-color:#FFFFCC;
	border: medium solid #000080;
}.p7LBM-10-style-1 {
	background-color:#FFFFCC;
	border: medium solid #006699;
}
