body {
	margin: 30px 0;
	padding: 0 5%;
	background-color: #f3f4f3;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #7C8C95;
	position: relative;
	height: 100%;
}
.projectTitle {
	max-width: 480px;
	border-bottom: 1px solid #cecece;
	padding-bottom: 20px
}
div.proof {
	margin: 50px 0;
	max-height: 600px;
	overflow: hidden;
}
div.proof img {
	max-width: 94%;
	margin: 10px 0;
	clear: both;
	box-shadow: 0 0 20px #999
}
div.navbar a:link,
div.navbar a:visited,
div.navbar a:active {
	border:0!important;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color:#fff;
	background-color: #2D7FE1;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.navbar a:hover {
	background-color: #2866C1;
}
h2 {
	font-size: 16px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: normal;
}
.footer {
	margin: 50px 0;
}
.footer img {
	margin-top: 20px;
}
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #2E495C url("up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.back-to-top, a.back-to-top:active {
	background-color: #837359;
}

