@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two);
h1, h2, h3, h4 {
    font-family: Times, "Times New Roman", serif;
    font-weight:bold;
}
p {
    font-family:Arial, Helvetica, sans-serif;
}
html {
    background-color: #474747;
}
.logoplace {
	height:175px;
	background-color:white;
	padding-top:10px;
}

.logoplace p.logoline {
	margin-top:-30px;
}

.logoplace p {
	text-align:center;
	font-family:Lato;
	font-weight:400;
	/*font-family:Times, "Times New Roman", serif;*/
	font-style:italic;
	font-size:1.2em;
}

.logoplace img.logopagesimg {
	margin-top:25px;
	float:left;	
}

.logoplace img.logopageslineimg {
	margin-top:-20px;
	clear:left;
	float:left;
}

.logoplace p.callus {
	margin-top:75px;
	margin-right:10%;
	font-size:1.5em;
	text-align:right;	
}


.top {
    background-color: #474747;
}
.top .navbar-brand {
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 10px 10px 0px 10px;
    background-color: #fff;
	color: #474747;
    text-decoration: none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.top nav.navcustom {
	background: #b5bdc8;
	background: -moz-linear-gradient(top,  #b5bdc8 0%, #828c95 36%, #28343b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(36%,#828c95), color-stop(100%,#28343b));
	background: -webkit-linear-gradient(top,  #b5bdc8 0%,#828c95 36%,#28343b 100%);
	background: -o-linear-gradient(top,  #b5bdc8 0%,#828c95 36%,#28343b 100%);
	background: -ms-linear-gradient(top,  #b5bdc8 0%,#828c95 36%,#28343b 100%);
	background: linear-gradient(to bottom,  #b5bdc8 0%,#828c95 36%,#28343b 100%);

}

.top nav.navcustom a {
	border-right:1px solid #ccc;	
}

.top .container {
    padding: 0;
}

#myCarousel {
	padding-top: 1%;	
}

.carousel .carousel-inner .before h3{
	color:#ff0;
	text-shadow: 2px 2px 5px #000000;
	font-weight:bold;
	font-size:2.3em;
	
}

.carousel .carousel-inner .after h3{
	color:#fff;
	text-shadow: 2px 5px 5px #000000;
	font-weight:bold;
	font-size:2.3em;
	
}

.middle {
    background-color: #CCC;
}
.middle .container {
    background-color: #FFF;
    min-height: 300px;
    padding-bottom: 20px;
	-webkit-box-shadow: 0 0 4px white;
	-moz-box-shadow: 0 0 4px white;
	-o-box-shadow: 0 0 4px white;
	box-shadow:inset 0 10px 8px #666; 

}

.middle h2 {
	color:#333333;	
}

.middle h3 {
	color:#D41D23;	
}


.middle .container img {
	width:100%;	
}


.navbar-nav li a {
    color: #CCC;
    font-family: 'Lato', sans-serif;
}
.navbar-nav li a:hover {
    background-color: #373737;
}

.navbar-nav li a#current {
	background-color: #D41D23;
	color:black;	
}

ul.phonehide {
	display:none;	
}

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.navbar-toggle {
    color: #009b9b;
    font-size: 32px;
    margin: 3px;
    padding: 2px 5px;
    line-height: 32px;
}
.navbar-toggle:hover {
    background-color: #373737;
}
.navbar-nav {
    margin: 0;
}

.bottom {
    background-color: #474747;
}
.bottom .container {
    background-color: #373737;
    min-height: 150px;
}
.bottom .container h3 {
    color: #999;
}
.bottom .container p {
    color: #666;
}


.content p {
    line-height: 30px;
    font-size: 16px;
}

.middle h3.side {
	font-family:Lato;
	font-weight:400;
	color:red;	
}

.spacebottom ul {
	list-style-type: none;
}

.spacebottom li.testimony {
	font-size: 1.2em;
	font-family:'Shadows Into Light Two', cursive;
}

.spacebottom li span.firstletter {
	font-size:2em;
	font-weight:bold;
}

.spacebottom li > ul > li {
	margin-left:-25px;
	list-style-type:none;
	font-family:"Times New Roman", serif;
}

.spacebottom ul a#testimony-link {
	list-style-type:none;
	font-family:"Times New Roman", serif;
	font-weight:bold;
	font-size:1.2em;
}

.spacebottom li > ul > li.signature {
	padding-top:5px;
}

.spacebottom ul li.projects {
	padding-bottom:10px;	
}


#cboxContent {
	background-color:#ccc;	
}

#cboxContent ul li.testimony {
	font-size:1em;
	margin:10% 25% 10% 2%;
	font-family:'Shadows Into Light Two', cursive;
	font-weight:bold;	
}

#cboxContent ul > li > ul > li {
	margin-left:-25px;
	list-style-type:none;
	font-family:"Times New Roman", serif;
	font-weight:normal;
}

#cboxContent ul li.signature {
	margin-top:10px;	
}

#cboxContent ul > img {
	opacity:1;
	margin-right:5%;
}

#cboxContent ul > img:hover {
	opacity:0.5;
}


.bottom h3 {
	text-align:center;	
}

.bottom p {
	text-align:center;	
}

.bottom p.mini a {
	font-size:.7em;
	color:#555;
	padding-bottom:5px;	
}

.floatleft {
	float:left;	
	margin-left:10px;
}

.spacebottom {
	margin-bottom:50px;	
}

.ullistsquare {
	list-style-type: none;
}

.spacingright {
	padding-right:8px;	
}

.glyphicon-ok-circle {
	color:#D41D23;	
}

@media all and (max-width:510px) {

.logoplace p.callus {
	margin-top:-10px;
	margin-left:10%;
	font-size:1.2em;
	clear:left;
	float:left;	
}

.carousel .carousel-inner .before h3{
	font-size:1.5em;
}

.carousel .carousel-inner .after h3{
	font-size:1.5em;
}


}

