/* 

http://colorschemedesigner.com/
Primary: #01939a
Color Scheme: http://colorschemedesigner.com/#3j61Tw0w0w0w0

*/

/*----------design----------*/
@import url('https://fonts.googleapis.com/css?family=Lora&display=swap');
#header {
	background: #fff;
	color: #454545;

}

#homeContent, #siteContent {
	background: #f6f6f6;
	color: #565656;
}

#footer {
	color: #fff;
}

body {
	margin: 0 auto;  
	color: #565656;
	background: #017DB3;
	font-family: "Roboto", sans-serif;
    font-size: 16px;
	}
a {     	
	color: #017DB3;
	}
h1, h2, h3, h4, h5 {color: #017DB3;font-family: 'Lora', serif;}

/*----------base css---------*/
img {     	
	border: none;
	}


.stack
	{
	padding:0;
	text-align: left;
	width: 100%;	
	}

.istack
	{
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	max-width: 1200px;
	/* min-width: 1000px; */
	overflow: hidden;	
	padding: 1%;
	}
	
.home-service img
	{
	padding: 0 15px;
	}

.contentWrapper {
	min-height: 600px;
    padding-bottom: 30px;
	}

#companyDescription {
    padding: 20px 0;   
}
	
/* ------------------logo-------------------- */

#primaryLogo a {
		text-decoration: none;
		
	}
	
#primaryLogo a img{
    vertical-align: middle;
    max-height: 160px;
    margin: 5px auto;
}
	
#primaryLogo a span{
    vertical-align: middle;
    color: #fff;
    font-size: 1.1em;
    padding-left: 4px;
}
	
/* ------------------top nav-------------------- */


#desktopNav {
	text-align: center;
}

#desktopNav ul {
	margin: 60px auto;
}

#desktopNav li a  {
	display: inline-block;
	color: #121212;
	padding: 0 10px;
	text-decoration: none;
	font-size: 1.5em;
    border-bottom: solid 3px #fff;
    font-family: 'Lora', serif;
	}
	
#desktopNav li a.active  {
    color: #017DB3;
	border-bottom: solid 3px #017DB3;
	}
	
#desktopNav li a:hover  {
	color: #676767;
	border-bottom: solid 3px #676767;
	}

#appButton {
	margin: 10px;
    color: #fff;
}

#appBar {
	color: #ffffff;
    background: #017DB3;
}

#appBar span {
    vertical-align: middle;
    line-height: 1.7em;
    font-size: 1.5em;
    text-align: center;   
}

#cmSideDrawer h2 {
		padding: 7px 15px;
		background: #017DB3;
		color: #fff;
}



/* ------------------footer-------------------- */

#footer {
	text-align: center;
    padding: 20px 0;
	}

#footerPhone a, #footerPhone span.gc-cs-link {
	color: #fff;
	}

#footer ul {
    list-style: none;   
    padding-left: 0;
    padding-bottom: 15px;
    border-bottom: solid 1px #fff;
}

#footer li {
    display: inline;   
}

#footer ul li a {
    color: #fff; 
    margin: 0 6px;
    text-decoration: underline;
}

#footer ul li a:hover {
    text-decoration: underline;
}

/* ------------------misc-------------------- */

.activeSection {
	border: solid 1px #dedede;
	background: #f6f6f6;
	padding: 10px 3px;

	}

/* ----------------prices---------------*/

#set-1, #set-3, #set-4, #set-5, #set-6, #set-7, #set-8 {display: none; }
.listItem {
	display: inline-block;
	width: 400px;
}
.listPrice {
	display: inline-block;
	width: 50px;
}
/*
select {
	padding: 10px;
	font-size: 110%;
	border: solid 1px #dedede;
	border-radius: 4px;
	color: #444;
}
*/
/* ----------------services---------------*/
.popup {
	display: none;
    background-color: #f6f6f6;
    border-radius: 10px;
    box-shadow: 0 0 25px 5px #999;
    color: #444;
    width: 400px;
    padding: 25px;
}

.btn-close {
    float: right;
    color: #333;
}

#contact-side {
    padding: 20px;
    background-color: #f6f6f6;
    border: solid 2px #dedede;
    margin: 10px;
}

.sc-content-stack {
    padding: 1% 0;   
    border-bottom: solid 2px #dedede;
    
}

.sc-content-stack:last-child {
    border-bottom: none;    
}

/* ----------------faq---------------*/

#faq h2 {
    padding-top: 1%;   
    margin-top: 1%;
    border-top: solid 2px #dedede;   
}
#faq h2:last-child {
    border-top: none;   
}


