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

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

h1, h2 {
  margin: 0;
}

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

.nav {
	z-index: 999;
	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: 530px;
	height: 100px;
	float: right;
}

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

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

.menu a {
	padding: 0 0 15px 0;
	border-bottom: solid 1px rgba(0, 0, 0, 0);
	transition: all 0.3s ease;
	-webkit-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;
}

.header {
	padding-top: 100px;
}

.title {
	color: #fff;
	font-size: 3.25em;
	font-weight: 300;
	width: 265px;
	margin: 0 auto 50px auto;
	text-align: center;
}

.projects-menu {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.projects-menu li {
	display: inline-block;
}

.projects-menu li a {
	color: #3498db;
	font-size: 1em;
	font-weight: bold;
	padding: 24px;
	margin: 0 5px 0 5px;
}

.projects-menu li a:hover {
	background: #3C414A;
	color: #fff;
}

#land-dev a{
	background: #3C414A;
	color: #fff;
}

.torso {
	width: 80%;
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
	font-family: "museo-sans-rounded", sans-serif;
}

.row {
	height: 360px;
	margin-bottom: 60px;
}

.image-background {
	position: relative;
	height: 240px;
	width: 360px;
	padding: 60px;
	background: url('../../images/gradient.png');
	cursor: default;
	overflow: hidden;
}

#camera-icon {
	position: absolute;
	top: 50px;
	right: 100px;
	opacity: 0;
	color: white;
	z-index: 999;
	cursor: pointer;
}

#description-icon {
	position: absolute;
	top: 50px;
	right: 50px;
	opacity: 0;
	color: white;
	z-index: 999;
	cursor: pointer;
}

video {
	display: none;
	position: absolute;
	top: -10px;
	left: -90px;
	height: 105%;
	opacity: 1;
}

#one {
	float: left;
}

#two {
	float: right;
}

.image {
	position: absolute;
	top: 0;
	left: 0;
	height: 240px;
	width: 360px;
	padding: 60px;
	opacity: 0.7;
	background-repeat: no-repeat;
}

#transtar {
	background: url('../../images/transtar.jpg');
	background-size: 120% 100%;
	background-position: 90% 0%;
}

#bush {
	background: url('../../images/georgebush.jpg');
	background-size: 120% 100%;
	background-position: 90% 0%;
}

#anderson {
	background: url('../../images/anderson.jpg');
	background-size: 120% 100%;
	background-position: 90% 0%;
}

#robertson {
	background: url('../../images/stadium.jpg');
	background-size: 120% 100%;
	background-position: 90% 0%;
}

#soccer {
	background: url('../../images/track.png');
	background-size: 120% 100%;
	background-position: 90% 0%;
}

#alumni {
	background: url('../../images/alumni.jpg');
	background-size: 120% 100%;
	background-position: 90% 0%;
}

#center {
	background: url('../../images/jones.png');
	background-size: 120% 100%;
	background-position: 90% 0%;
}

#services {
	background: url('../../images/services.png');
	background-size: 120% 100%;
	background-position: 90% 0%;
}

.border {
	position: absolute;
	top: 30px;
	left: 10px;
	height: 300px;
	width: 420px;
	border: solid 1px rgba(255,255,255,0.8);
	opacity: 0;
}

.image-background h2 {
	position: absolute;
	bottom: 130px;
	color: #fff;
	font-size: 2em;
	font-weight: 300;
}

.image-background h2 span {
	font-weight: 800;
}

.image-background .caption {
	opacity: 0;
	position: absolute;
	left: 50px;
	bottom: 70px;
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	line-height: 20px;
	margin-right: 40px;
}

.image-background h3 {
	position: absolute;
	top: 0px;
	left: 40px;
	margin: 0;
	font-size: 1em;
	text-transform: none;
	color: #fff;
	font-weight: 400;
	opacity: 0;
}

.image-background .story {
	position: absolute;
	top: 30px;
	left: 10px;
	line-height: 20px;
	color: #fff;
	text-transform: none;
	margin: 30px;
	opacity: 0;
	font-weight: 400;
}

.footer {
	position: relative;
	border-top: solid #949494 1px;
	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;
}


