/*
 ----------------------------- 
 PVII Layout Builder Magic
 by Project Seven Development
 www.projectseven.com
 Custom Styles
 -----------------------------
 
 Halieus Investment Advisors
 
 Colors:
 
 Gold:					#F2C516	
 Light Gold			#F8E28A		(50% transparent #F2C516)
 Blue:		 			#00ADEF
 
*/

/*
***************************************************
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;}

body {
	padding-top: 10px;
}
h1, h2, h3, h4, h5 {
	/*font-weight: normal;*/
	color: #00ADEF;
}
h1 {font-size: 170%;}
h2 {font-size: 135%;}
h3 {font-size: 120%;}
h4 {font-size: 110%;}
h5 {font-size: 105%;}

.scalable-centered {
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.scalable-rounded {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
}
.scalable-rounded-centered {
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	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);
}
.lbm-rounded #header-container {
	border-radius: 6px 6px 0 0;
}
.bigg {
	font-size: 180%;
}
.bigg strong {
	font-weight: 400;
}
#p7LBM_1 {
	margin-top: 5px;
}
#header-container {
	background-color: #FFF;
}
#header-container p {
	color: #E5E5E5;
	text-align: center;
}
#header-container h1 {
	color: #00ADEF;
	text-align: center;
	margin: 0;
	/*padding-bottom: 10px;*/
}
#nav .lbm-column {
	padding: 0;
}
#nav {
	background-color: #F2C516;
}
#addy p {
	color: #E5E5E5 !important;
}
#phone h1 {
	text-align: center;
	margin: 70px 0 0 0;
	color: #00ADEF;
}
#links h3 {
	text-align: center;
	color: #00ADEF;
	font-weight: normal;
}
#links h3 a {
	color: #00ADEF;
	text-decoration: none;
}
#links h3 a:hover {
	color: #0000EE;
	text-decoration: underline;
}
#disclaimer {
	font-size: 12px;
	background-color: #F8E28A;
}
#sidebar {
	background-color: #FFF;
}
#body-content {
	background-color: #FFF;
}
.bodycontent {
	padding: 0  !important;
}
.bodycontent h1, .bodycontent h2, .bodycontent h3, .bodycontent p {
	margin-bottom: 0;
	padding: 0 20px;
}
.first {
	margin-top: 0;
}
.lbm-ehc.lbm-gutter .lbm-col-wrapper {
	border-spacing: 0;
}
.lbm-rounded #footer {
	border-radius: 0 0 6px 6px;
}

#footer {
	text-align: center;
	font-size: 9px;
	color: #000;
	border-top: 1px solid black;
	background-color: #F2C516;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #66A;
}
/*
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: 700px) and (max-width: 1100px) {
body {font-size: 100%;}
}

@media only screen and (min-width: 480px) and (max-width: 700px) {

body {font-size: 85%;}
#phone h1 {
	text-align: center;
	margin: 0;
}

}

@media only screen and (min-width: 0px) and (max-width: 480px) {

body {font-size: 80%;}
#phone h1 {
	text-align: center;
	margin: 0;
}
}
