/*
 ----------------------------- 
 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-column {
	box-sizing: border-box;
	padding: 0px 0px;
	float: left;
}
#header {
	background-color: rgba(90,90,90,.95);
}

#header h1 {
	 color: rgba(255,255,255,1);
	 font-family: Tahoma, Geneva, sans-serif;
	 font-size: 150%;
	 line-height: 60%;
	 margin-left: 12px;
	 letter-spacing: 0.10em;
}
#header li {
	display: inline-block;
	padding: 0 15px;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	text-align:center;
	font-size: 90%;
	 letter-spacing: 0.10em;
}
#header li a {
	color: #fff;
	text-decoration:none;
	
}
#header li a:hover {
	text-decoration:underline;
	
}
/*#header img {
    background-color: #fff;
    padding: 4px;
}*/
#mainContent h1 {
	font-size: 150%; 
	font-family: Tahoma, Geneva, sans-serif; 
	color:#2c307a; 
	text-align:center;
}
#mainContent h2 {
	font-size: 125%; 
	font-family: Tahoma, Geneva, sans-serif; 
	color:#000; 
	text-align:center;
}
/*#mainContent .sidebar li a {
	font-size: 90%; 
	font-family: Tahoma, Geneva, sans-serif; 
	color:#000000; 
	line-height: 10% !important;
}*/
.services {
	background-color: rgba(44,48,122,.25);
	margin: 0px;
	padding: 0px 5px 0px 0px;
	
}
.services1 {
	background-color: rgba(255,255,255,1);
	margin: 0px;
	padding: 0px 10px;
	
}
.websites {
	width: 50%;
	float: left;
	text-align:center;
}
.websites1 {
	width: 50%;
	float: right;
	text-align:center;
}
.services ul li span {
    display: inline-block;  
    vertical-align: top;     
}

/*.services ul li:before{
    content: '';
    display: inline-block;
    vertical-align: top;
    height: 100%;       
}*/
.services ul li {
	list-style-position: outside !important;
	font-size:110%;
}
.services a {
	color:#2c307a; 
	text-decoration: none;
}
.services a:hover {
	text-decoration: underline;
}
.sidebar  {
	background-color: rgba(235,235,235,.95);
	
}
#footer {
	background-color: rgba(90,90,90,.95);
	color: #ffffff;
}
#footer a {
	color: #ffffff;
	text-decoration:none;
}
#footer a:hover {
	color: rgba(255,255,255,.75);
	text-decoration:underline;
}
.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%; text-align: center;}
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;
}


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

.services ul li {
	list-style-position: outside !important;
	font-size:80%;
}
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
.lbm-ehc.lbm-gutter .lbm-col-wrapper {
	border-collapse: separate;
	border-spacing: 0px;
	margin:0;
}
.services ul li {
	list-style-position: outside !important;
	font-size:80%;
}
.lbm-column .lbm-gutter .lbm-bordered .lbm-rounded .services {
	padding: 0px;
}
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
body {font-size: 80%;}
#header li {
	display: inline block;
	padding: 0 7px !important;
	font-size: 80%;
}
#header li img {
	width: 80% !important;
}
.lbm-column .services1 {
	display: none !important;
}
.scalable {
	float: none;
	width: 100%;
}
.services ul li {
	list-style-position: outside !important;
	font-size:100%;
}
.lbm-gutter.lbm-bordered {
	margin: 5% .5% 0% .5%;
}

}

