* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-size-adjust: none
}

html {
	background: #DFDFDF;
	color: #525252;
	height: 100%;
}

body {
	height: auto;
}

h2{
	margin-bottom: 20px;
}
h3 {
	background-color: #FFFFFF;
	color: #62B32B;
	display: inline-block;
	padding: 4px 15px;
	margin-bottom: 20px;
	font-size: inherit;
	font-weight: 500;
	letter-spacing: normal;
	line-height: inherit;
}

body > div {
	margin: 200px auto;
	width: 1000px;
	height:auto;
}

.Overview h2{
	margin-bottom: 50px;
}
.Overview li{
	list-style: none;
	margin-left: 21px;
	font-size: 25px;
	line-height: 50px;
}
.Overview li:before{
	content: '// ';
	margin-left: -21px;
	font-family: 'Times New Roman', Arial, sans-serif;
	font-weight: 100;
}



.Overview a,
.Overview a:link,
.Overview a:active,
.Overview a:visited{
	color:#525252;
}
.Overview a:hover,
.Overview a:link:hover,
.Overview a:active:hover,
.Overview a:visited:hover{
	color:#62B32B;
}

.Gallery {
	overflow: hidden;
}

.Gallery > li {
	width: 23.5%;
	height: 200px;
	margin: 0 0 2% 2%;
	list-style-type: none;
	float: left;
}

.Gallery > li:nth-of-type(4n+1) {
	margin-left: 0;
}

.Gallery > li a {
	display: block;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.Label {
	line-height: 40px;
}

input[type="password"] {
	width: 200px;
	height: 40px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 0 none;
	line-height: 30px;
	vertical-align: top;
}

input[type="submit"] {
	height: 40px;
	padding: 5px 20px;
	border: 0 none;
	border-radius: 0;
	background-color: #62B32B;
	box-shadow: 0;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 30px;
	vertical-align: top;
}