/*
 ----------------------------- 
 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
***************************************************
*/
.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: normal;
}
h1 {font-size: 200%;}
h2 {font-size: 170%;}
h3 {font-size: 155%;}
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);
}

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

/*<!--Choreo Styles-->*/
#tagLine {
	
}
#taglineOne {
	text-align: left;
	font-size: .9em;
	color:#696969;
	padding-top: 30px;
	
}
#taglineTwo {
	text-align: center;
	font-size: 1.2em;
	font-style: italic;
	color:#696969;
	margin-top: 10px;
}
#taglineTwo p {
	text-align: center;
		font-style: normal;
	color:#000;
}
p {
	line-height: 1.4em;
}
#footer {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#842515+0,000000+100 */

background: #842515; /* Old browsers */
background: -moz-linear-gradient(top,  #842515 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #842515 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #842515 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#842515', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/*#footer {
position: fixed;
bottom: 0px;
width: 100%;
z-index: 999999;
}*/
#footer p {
	text-align: center;
	color:#FFF;
	line-height: 1.6em;
}
#footer a {
	color: #C2C1C2;
	text-decoration:none;
}
#footer a:hover {
	color: #FCB400;
	text-decoration:none;
}
#copyright {
	text-align: center;
	color: #9D9D9D;
	font-size: .8em;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 60px;
}
.aboutName {
	font-size: 1.6em;
	font-weight: 700;
	color: #842515;
	padding: 4px;
}
.aboutTitle {
	font-size: 1.2em;
	color: #000;
}
.principals p {
	text-align: left;
	font-size: 1.1em;
}
.principals img {
	text-align: center;
}
.services p {
	text-align: left;
	font-size: 1.2em;
}
.servicesHeading {
	text-align: left;
	font-size: 1.4em;
	color: #842515;
	font-weight: 700;
	padding-top: 20px;
}
.services ul li {
	text-align: left;
	font-size: 1.2em;
	padding: 4px 0px 0px 0px;
}


.contactUs p {
	text-align: left;
	font-size: 1.2em;
}
.contactUsHeading {
	text-align: left;
	font-size: 1.4em;
	color: #842515;
	font-weight: 700;
	padding-top: 20px;
}
.contactUs a {
	color: #842515;
	text-decoration:none;
}
.contactUs a:hover {
	color: #606060;
	text-decoration: none;
}
#logo {
	display:inline-block;
	padding: 0px 110px 0px 0px;
}

.centered {
	text-align: center; 
}

.centerimage {
margin: 3px auto;
display: block;
}

/*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: 900px) {
#logo {
	display:block;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
}

@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%;}

}
