@charset "UTF-8";
/* CSS Document */


/*INDEX*/

body {
	margin: 0px;
	margin-left: 0px;
	margin-right:0px;
	background-color: #B5B4B3;
	font-family: 'Open Sans', sans-serif;
}

#topbox {
	background-color: #363636;
	height: 40px;
	padding-left: 0px;	
	margin-left: auto;
	margin-right: auto;
}

.logo {
	width: 650px;
	height: 155px; 
	margin-left: auto;
	margin-right: auto;	
	margin-top:20px;
	
}

#navigation {
	list-style: none; 
	height: 30px;
	font-size: 18px;
	text-align: center
}

#navigation li{
	margin-left: 10px;
	padding: 0px;
	display: inline-block;


}

#navigation a {
	text-decoration: none;
	color: #3b4146;
	padding: 10px;
	
	
}

#navigation a:visited{
	color: #5f7b73;
}

#navigation a:hover { 
    background-color: #434343;
	color: #b4b5bb;
	padding: 10px;
}

.line {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 1px solid;
	border: 1px solid #3A3A3A;
	margin-top: 15px;

}

.secondgreybox {
	background-color: #363636;
	height: 80px;
	padding-left: 0px;
	margin-top: 25px;
	
}

.left {
	color: #948E8F;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	margin-left: 30px;
	margin-top: 20px;
	
}

.right {
	color: #948E8F;
	font-size: 14px;
	float: right;
	display: inline-block;
	text-align: center;
	margin-right: 30px;
	margin-top: 20px;
	
	
}

.light {
	color: #F8F2F2;
	font-weight: 200;

}

.fa {
	margin-right:10px; 
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px; 
	
}

p2 {
	margin-left: 10px; 
}

.generaloffice {
	color: #948E8F;
	text-decoration: none;	
}

.generaloffice:visited {
	color: #948E8F;
}

.generaloffice:hover {
	color: white;

}

#splash {
	background-image: url(background2.jpg);
	background-position: center;
	margin: 0;
	height: 500px;
	
	
}

.splashtext {
	text-align: center;
	padding-top: 150px;
	color: white;

}

#splash h1 {
	font-size: 45px; 
	background-color: #363636;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 15px;
	opacity: .75;
	margin-bottom: 0px;
	font-weight: normal;
	
}

#splash h2 {
	font-size: 25px; 
	background-color: #CBC7C7;
	color: #353334;
	margin-left: auto;
	margin-right: auto;
	width: 270px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	font-weight: normal;
}

.thirdgreybox {
	background-color: #363636;
	height: 80px;
	padding-left: 0px;
	margin-top: 0px;
	
}

h3 {
	margin: 0px;
	color: #CBC7C7;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	width:310px;
	padding-top: 20px;
	font-weight: normal;
}

h4 {
	font-size: 30px;
	margin-left:auto;
	margin-right: auto;
	width: 370px; 
	margin-top: 20px; 
	margin-bottom: 0px;
	font-weight: normal;
}


.services {
	border-radius: 50%;
	border: solid 5px #363636;	
}

#features {
	margin-bottom: 60px;
}

#features h2 {
	font-size: 20px;
}

button {
	background-color: #434343;
	color: #CBC7C7; 
	padding: 6px;
	font-size: 16px;
	width: 110px;	
	font-weight:600;
	border-radius: 10px; 
	border-color: #434343;
	
}


button a {
	text-decoration: none;
	color: #CBC7C7; 
}

button a:visited{
	color: #CBC7C7; 
}

button:hover { 
	color: #363636;
}

button a:hover { 
	color: black;
}
	
.fa-cog {
	padding: 5px;
	color: #232222;
	opacity: .5;
}

.container {
	margin-left: auto;
	margin-right: auto;	
}

.row {
	margin-left: auto;
	margin-right: auto;
	width: 1000px; 
}

.fourthgreybox {
	background-color: #363636;
	height: 100px;
	padding-left: 0px;
	margin-top: 0px;
}

.fourthgreybox button {
	background-color:#D7DDD2;
	padding: 9px;
	font-size: 16px;
	border: none;
	width: 240px;	
	border-radius: 6px;
	margin-top: 30px; 
	opacity: .7;
}

.fourthgreybox button a:hover {
	color:#DBDBDB;
	background-color: #464545;
}

.employment {
	text-align: center; 
	padding-top: 40px; 
	
}


.employment a{
	font-size: 20px; 
	text-decoration: none;
	color: #CBC7C7;
	padding: 10px;	
	background-color: #434343;
}

.employment a:visited{
	color: #5f7b73;
}

.employment a:hover { 
    background-color: #434343;
	color:#020202;
	padding: 10px;
}

/*ABOUT US PAGE*/

#aboutus h1 {
	text-align: center;
	color: black;
	display: block;
	margin-left: 20px; 
	margin-right: 20px; 
	margin-bottom: 0px; 
	margin-top: 10px; 
	font-size: 25px; 
	
}
.span12 {
	margin-top: 25px;
}


hr.bottom {
	margin-top: 10px; 
}

.span61{
	background-color: #8B8C8A;
	padding-bottom: 20px; 
	padding-right: 10px; 
	padding-left: 10px;
	width: 460px;
	height: 420px; 
}

#aboutus hr {
	width: 400px;
	height: 1px solid;
	border: 1px solid #3A3A3A;
}

#aboutus p{
	color: #363636;
}

.text {
	font-size: 18px; 
	text-align: center;
}

.about {
	margin-left: auto;
	margin-right: auto;
	width: 985px;
}

.about p{
	text-align: center;
	margin-top: 0px; 
	margin-bottom: 0px; 
}
.span6{
	background-color: #8B8C8A;
	padding-bottom: 20px; 
	padding-right: 10px; 
	padding-left: 10px;
}

h5{
	font-size: 40px; 
	text-align: center; 
	margin-top: 0px; 
	color: #363636;
	margin-bottom: 10px; 
}

h6 {
	font-size: 20px; 
	text-align: center; 
	margin-top: 0px; 
	color: #363636;
}


/*SERVICES PAGE*/

.span65 {
	width: 460px;
	margin-top: 50px; 
	margin-bottom: 20px; 
	
}

.title{
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 0px; 
	color: black bold; 
	
}

.contactname{
	font-size: 30px;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 0px;
	color: black bold; 
}

.number{
	font-size: 14px;
	margin-top: 0px;
}
.callus {
	float: right; 
	padding-right: 30px;
	
}

/*CONTACT US PAGE*/

.contact1{
	font-size: 20px; 
	margin-top: 0px;
	margin-bottom: 10px;
	
}

#contact hr {
	width: 400px;
	height: 1px solid;
	border: 1px solid #3A3A3A;
	margin-top: 0px;
	display: block;
}
table a{
	text-decoration: none;
	color: black;
	
}

table a:hover {
	color: #5f7b73;
	
}
table a:visited{
	color: #3A3A3A;
}

.contact2 a{
	text-decoration: none;
	color: black;
}

.contact2 a:hover {
	color: #5f7b73;
	
}
.contact2 a:visited{
	color: #3A3A3A;
}

.role{
	text-align: left;
	
}
.name {
	text-align: right; 
	font-size: 18px;
	font-weight: bold; 
	
}
table {
	width: 400px; 
	margin-left: auto;
	margin-right: auto;

}
.employment1 a{
	font-size: 16px; 
	text-decoration: none;
	color: #CBC7C7;
	padding: 10px;	
	background-color: #434343;
	border-radius: 10px;
	text-align: center;
	
}

.employment1 a:visited{
	color: black;
}

.employment1 a:hover { 
    background-color: #434343;
	color: #F9F9F9; 
	padding: 10px;
}

.contact2 {
	margin-bottom: 25px; 
}

/*Where form will go*/
.map{
	margin-left: 40px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-top: 48px; 
	width: 450px; 
	height: 480px; 
		  }




/*Projects PAGE*/

.projects {
	background-color: #8B8C8A;
	height: 1040px;
	
	
}
.span122 {
	height:20px;
	width: 940px;
	
}

.span5 {
	margin-left: 70px;
	margin-top: 15px; 
	
}

.span44 {
	width: 300px;
	margin-left: 15px;
	margin-right: 15px;
}

.hovercontainer {
  position: relative;
  width: 100%;
}
.image1 {
  display: block;
  width: 300px;
  height: 280px;
border:3px solid #363636;
	margin-top: 15px; 

}

.image2 {
	display: block;
  width: 380px;
  height: 280px;
	border:3px solid #363636;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #363636;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.hovercontainer:hover .overlay {
  bottom: 0;
  height: 100%;
	width: 100%;
	border:3px solid black;
	
}

.overlaytext {
  white-space: nowrap; 
  color: #CBC7C7;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
 -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}
