/*
 ----------------------------- 
 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: #BFCDD0;
	background-image: url(../images/PGsurfy2.jpg);
	background-repeat: no-repeat;
  background-attachment: fixed;
}

.lbm-stack-sans {font-family: Verdana, Helvetica, sans-serif;}
.lbm-stack-serif {font-family: Times, "Times New Roman", serif;}
.lbm-stack-thin {font-family: Optima, sans-serif; font-weight: 300;}
.lbm-stack-fancy {font-family: 'Merriweather Sans', sans-serif;}

h2, h3, h4, h5 {
	font-weight: normal;
}
h1 {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 250%;
	padding-top: 25px;
	font-weight: 400;
}
h2 {font-size: 170%;}
h3 {font-size: 155%;}
h4 {font-size: 115%;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:700;
	text-align:center;
	margin-bottom:0px;
	padding-bottom:0px;
}
h5 {font-size: 100%;
	font-weight:600;
	margin-bottom: 10px;
}

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

/* ARROWKITE Styles
*/
#home-content {
	padding: 0px 50px 0px 50px;
	background-color:rgba(255,255,255,1);
}

#content {
	padding-top: 0px;
	background-color:rgba(255,255,255,1);
}

#top-nav {
	padding-bottom:0px;
}
#arrowkite {
	 padding:0px 30px 0px 30px;
}

.home {
	line-height: 1.9; /*was 0, 10*/
	font-size: 140%;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0%;
}
.home_error {
	line-height: 1.9; /*was 0, 10*/
	font-size: 140%;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0%;
}
.other {
	line-height: 1.9;
	margin: 0px;
	/*font-size: 112%;*/
	padding-bottom: 15px;
	padding-top: 0px;
	margin-top: 0px;
}
img.clean {
	display: block;
    margin-left: auto;
    margin-right: auto;
	vertical-align: bottom;
	border: none !important;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

img.dim {
	opacity: .7;
}
img.dim:hover {
	opacity: 1.0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(70, 70, 110, 0.97);
    -moz-box-shadow: 0px 0px 30px 0px rgba(70, 70, 110, 0.97);
    box-shadow: 0px 0px 30px 0px rgba(70, 70, 110, 0.97);
}
.collinks {
	font-size: 90%;
}

.byline {
	font-size: 90%;
}

.colheadline {
	font-size: 90%;
	font-weight: 600;
	text-align:center;
}

.colpara {
	font-size: 80%;
	text-indent: 25px;
}

.ol {
	font-size: 80%;
}

.colnum {
	font-size: 80%;
	padding-left: 25px;
}

.contacttextarea {
	resize:both;
}
img.glow:hover {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(70, 70, 110, 0.97);
    -moz-box-shadow: 0px 0px 30px 0px rgba(70, 70, 110, 0.97);
    box-shadow: 0px 0px 30px 0px rgba(70, 70, 110, 0.97);
}

.card-min-height {min-height:500px;}
.links-min-height {min-height:300px;}
.logo-pad {padding-bottom:40px;}
.width-55 {padding-top: 0px;}

/*REVERSE FLOAT DIRECTION to position first column in SOURCE CODE 
  to the right of where it would normally appear.*/
.reverse-float {
	float: right;
}

.small-indent {
	padding-left: 25px;
	font-size: .75em;
}
/*
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: #46466E; /*was #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;
}

.teensyCentered {
	font-size: 60%;
	text-align: center;
}
/*Media Queries*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
body {font-size: 80%;}
h1 {margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
#arrowkite {padding: 0px 10px 10px 10px;}
.card-min-height {min-height:10px !important;}
.links-min-height {min-height: 10px !important;}
.logo-pad {padding-bottom:0px;}
}

@media only screen and (min-width: 767px) and (max-width: 1100px) {
body {font-size: 85%;}
h1 {margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
#arrowkite {padding: 0px 10px 10px 10px;}
.card-min-height {min-height:10px !important;}
.links-min-height {min-height: 10px !important;}
.logo-pad {padding-bottom:0px;}
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
body {font-size: 80%;}
h1 {margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.home {
	line-height: 1.9;
	margin: 0px;
	font-size: 105%;
	padding-bottom: 10px !important;
}
#arrowkite {padding: 0px 10px 10px 10px;}
.card-min-height {min-height:10px !important;}
.links-min-height {min-height: 10px !important;}
.logo-pad {padding-bottom:0px;}
}
