/*
 ----------------------------- 
 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
***************************************************
*/
body {
	background-color: #dcdcdc;
}
/*.lbm-col-wrapper {
	background-color: #000;
}*/
.lbm-stack-sans {
	font-family: "Arial Narrow", Arial, "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;
}
p {
	font-family: arial;
	font-size: 95%;
	text-align: left;
	font-weight: normal;
	color: #FFF;
	line-height: 1.65em;
}
span a {
	font-family: arial;
	font-size: 100%;
	text-align: left;
	font-weight: normal;
	color: #FFF;
	line-height: 1.5em;
}
span {
	line-height: 1.5em;
	font-size: 95%;
}
a:link {
	font-family: arial;
	font-size: 100%;
	color: #99F;
	font-weight: bold;
}
a:visited {
	font-family: arial;
	font-size: 100%;
	color: #99F;
	font-weight: bold;
}
ul li {
	font-family: arial;
	font-size: 95%;
	color: #FFF;
	line-height: 1.75em;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
}
h1 {
	color: #9999FF;
	font-family: arial;
	font-size: 130% !important;
	text-align: left;
	line-height: 34px;
}
h2 {
	color: #9999FF;
	font-family: arial;
	font-size: 115%;
	text-align: left;
	font-weight: bold;
	padding-top: 20px;
}
h3 {
	color: #FFCC00;
	font-family: arial;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	padding-top: 20px;
}
h4 {
	font-size: 80%;
}
h5 {
	font-size: 75%;
}
.headertext {
	position: relative;
	font-size: 13px;
	line-height: 20px;
	color: #ffcc00;
	text-align: right;
}
.subtitle {
	color: #ffcc00;
	font-size: 110%;
	font-family: arial;
	font-weight: bold;
}
#logo {
	padding-top: 20px;
	border-radius: 25px 0px 0px 0px;
}
#wrapper {
	background-color: #000;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 20px;*/
	margin-bottom: 30px;
	padding-top: 30px;
	border-radius: 25px 0px 25px 0px;
	border: 1px solid #000000;
	box-shadow: 5px 10px 15px #696969;
}
#phone {
	position: relative;
	float: right;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	color: #ffcc00;
	text-align: right;
	margin-bottom: 10px;
	margin-right: 30px;
}
/*#navigation {
	background-color: #000;
}*/
#content {
	color: #FFF;
}
.home-box-text {
	width: 70%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
	text-align: center;
	line-height: 28px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 5px solid #9999FF;
}
.va-box-text {
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
	text-align: center;
	line-height: 28px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 5px solid #9999FF;
}
.va-box-text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ccccff;
}
#footer {
	background-color: #dcdcdc;
	padding-top: 0px;
	padding-bottom: 30px;
	font-family: arial;
	color: #090909;
	font-size: 90% !important;
	text-align: center;
	line-height: 16px;
}
#footer a {
	color: #0000FF;
}
.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: 90%;
}
}

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

@media only screen and (min-width: 0px) and (max-width: 480px) {
body {
	font-size: 105%;
}
}
