@font-face {
	font-family: "somefont";
	src: url("../fonts/somefont.woff2");
}

body, html {
	margin: 0;
	padding: 0;
	font-family: "somefont";
	background-color: #FFF;
	text-transform: uppercase;
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	height: 100vh;
}

h1, h2 {
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

.nav {
	position: relative;
	background: #FFFFFF;
	height: 100px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.name-holder {
	margin-left: 100px;
	display: inline-block;
	background-image: url('../images/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	height: 100px;
	width: 450px;
}

.pull-right {
	width: 60px;
	height: 100px;
}

.menu {
	padding-left: 50px;
	margin-top: 25px;
	margin-right: 75px;
	float: right;
	width: 630px;
}

.menu li {
	text-transform: uppercase;
	display: inline-block;
	padding-left: 25px;
}

.menu a {
	padding-bottom: 15px;
	height: 45px;
	border-bottom: solid 1px rgba(0, 0, 0, 0);
	transition: all 0.3s ease;
}

#about a:hover{
	border-color: rgba(0, 0, 0, 1);
	padding: 0 0 10px 0;
}

#projects a:hover{
	border-color: rgba(0, 0, 0, 1);
	padding: 0 0 10px 0;
}

#careers a:hover{
	border-color: rgba(0, 0, 0, 1);
	padding: 0 0 10px 0;
}

#survey a:hover{
	border-color: rgba(0, 0, 0, 1);
	padding: 0 0 10px 0;
}

#contact a:hover{
	border-color: rgba(0, 0, 0, 1);
	padding: 0 0 10px 0;
}

.about {
	position: relative;
	height: 780px;
	background: #f9f9f9;
	z-index: 999;
}

.about .title {
	font-size: 2em;
	width: 280px;
	padding-top: 100px;
	margin: 0 auto;
	text-align: center;
}

.about .underline {
	width: 100px;
	border-bottom: solid 1px #EF4135;
	margin: 20px auto 50px auto;
}

.about .icons {
	width: 90%;
	height: 140px;
	margin: 0 auto;
}

.about .icons div {
	position: relative;
	display: inline-block;
	width: 15%;
	height: 100%;
	margin: 0 9%;
}

.about .icons .red {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
}

.about .icons #bridge {
	background: url('../images/bridge-icon-2.png') no-repeat;
	background-size: 100% 100%;
}

.about .icons #red-bridge {
	background: url('../images/bridge-icon-red.png') no-repeat;
	background-size: 100% 100%;
}

.about .icons #land-dev {
	background: url('../images/land-development-icon-1.png') no-repeat;
	background-size: 100% 100%;
}

.about .icons #red-land-dev {
	background: url('../images/land-development-icon-red.png') no-repeat;
	background-size: 100% 100%;
}

.about .icons #infras {
	background: url('../images/faucet-icon.png') no-repeat;
	background-size: 100% 100%;
}

.about .icons #red-infras {
	background: url('../images/faucet-icon-red.png') no-repeat;
	background-size: 100% 100%;
}

.about .text {
	font-family: sans-serif;
	position: relative;
	width: 90%;
	height: 400px;
	margin: 0 auto;
}

.about .text div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	height: 100%;
	margin: 0 4%;
}

.about .text .icon-title {
	text-align: center;
	font-size: 1.35em;
}

.about .text p {
	color: #646464;
	font-weight: 200;
	text-transform: none;
	line-height: 30px;
}

.about .text a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.people {
	padding-bottom: 40px;
	border-bottom: solid 1px #DDD;
}

.people #our-people {
	margin: 0 auto;
	padding-top: 80px;
	width: 400px;
	text-align: center;
	font-size: 2em;
}

.people .underline {
	width: 100px;
	border-bottom: solid 1px #EF4135;
	margin: 20px auto 50px auto;
}

.people .list {
	/*display: flex;
	justify-content: space-between;*/
	padding: 0;
	width: 90%;
	margin: 0 auto;
	list-style-type: none;
}

.people .list li {
	/*display: inline-block;*/
}

.people .list .items {
	margin: 60px 4%;
	position: relative;
}

.people .list h4, h5 {
	line-height: 5px;
    height: 15px;
    margin: 0;
}

.people .list p {
	margin-top: 0;
}

.people .list .name {
	color: #3498db;
}

.people .list .title {
	color: #444;
	margin-top: 15px;
	margin-bottom: 15px;
}

.people .list .description {
	color: #646464;
	font-weight: 200;
	text-transform: none;
	line-height: 30px;
	font-family: sans-serif;
}

.people .list .round-img {
	position: relative;
	top: -15px;
	float: left;
	margin: 0;
	height: 175px;
	width: 175px;
	border-radius: 50%;
	background-size: 100%;
}

.people .list #dkermany .round-img {
	background-image: url('../images/dkermany.png');
}

.people .list #tcheng .round-img {
	background-image: url('../images/tcheng.png');
}

.people .list #dcoyer .round-img {
	background-image: url('../images/dcoyer.png');
}

.people .list #bnuckles .round-img {
	background-image: url('bknuckles.png');
}

.people .list #mclark .round-img {
	background-image: url('mclark.png');
}

.people .list #cpatel .round-img {
	background-image: url('../images/cpatel.png');
}

.people .info {
	margin-left: 200px;
}

.footer {
	position: relative;
	height: 100px;
	width: 100%;
	background: #2F3238;
	color: #949494;
	font-size: 0.9em;
	text-transform: none;
}

.footer .copyright {
	position: absolute;
	right: 20px;
	top: 15px;
}

.footer .signature {
	position: absolute;
	left: 20px;
	top: 15px;
}

.footer div {
	position: absolute;
	right: 20px;
	top: 45px;
}

.footer div #privacy {
	padding-right: 10px;
	border-right: solid 1px #949494;
}

.footer div #terms {
	padding-left: 8px;
}

.footer div a {
	color: #949494;
	transition: color 0.3s ease;
}

.footer div a:hover {
	color: #3498db;
}


@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@keyframes scale {
  0% { transform: scale(1); }
  100%   { transform: scale(1.1); }
}

@keyframes translate {
  0% { transform: translate(0, 0); }
  100%   { transform: translate(30px, 0); }
}
