body {
	background-color: #111111;
	font-family: 'Montserrat', serif;
        font-size: 48px;
	color: #dedede;

}

.logo {
	margin-top:55px;
	margin-bottom:15px;
	
}

.mainnav {
	margin-top: 25px;
	margin-bottom: 15px;
	/*border: 1px solid #dedede;*/
}
.nav {
	font-size: x-large;
}

.active {
	color: blue;
}

.nav a {
	color: #999999;
}

.nav a:hover {
	color: blue;
}

.elevatorpitch {
	margin-top: 50px;
	text-align: center;
}

.about {
	margin-top: 50px;
	text-align: center;
}

.about p {
	font-size: large;
	margin-bottom: 0px;
}

.about h1 {
	margin-bottom:25px;
}

.careers {
	margin-top: 50px;
	text-align: center;
}

.careers p {
	font-size: large;
	margin-bottom: 0px;
}

.careers h1 {
	margin-bottom:25px;
}

.careers h2 {
	margin-bottom:25px;
	margin-top:25px;
}

.posting {
	text-align:	left;
	padding-left: 10%;
	padding-right: 10%;
}

.posting ul li {
	font-size: large;
}

.posting p {
	padding-bottom:15px;
}

.posting h3 {
	padding-bottom: 15px;
}

.clients {
	
}

.footer {
	margin-top: 90px;
	margin-bottom: 55px;
	text-align:center;
	color: #999999;
	
}

.footer p {
	font-size:medium;
	margin-bottom: 0px;
}

.smallfooter p {
	font-size: small;
}