body {
	margin:0;
	padding:0;
	font-size: 15px;
	line-height: 1.5em;
	font-family: georgia, serif;
}

h1, h2, h3 {
	font-family: 'Bitter', serif;
	font-weight: 700;
}

h1 {
	font-size: 128px;
	line-height: 1em;
	margin: 0;
	padding: 0;
	margin-top:0px;
	margin-bottom: 0.5em;
}

h2 {
	font-size:64px;
	margin-top: 1.7em;
	width: 100%;
	clear: both;
}

h2:first-child {
	margin-bottom: 30px;
	padding-bottom: 0px;
	margin-top: 80px;
}

h3 {
	font-size:23px;
	margin-top: 2em;
}

a {
	color: black;
}

a:hover {
	color: #646464;
}

.fb-like {
	margin-top: 15px;
	line-height: 44px;
}

#content p, li, .indent {
	width: 75%;
}

.block {
	max-width:960px;
	width: 95%;
	margin: 0 auto;
}

.defloat {
	clear: both;
}

#header {
	margin-top: 18px;
	margin-bottom: 11px;
}

.logo_container {
	display: block;
	position: relative;
	width:68px;
	height: 68px;
	border-radius: 34px;
	float: left;
	margin-left: 18px;
	background-color: white;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	border: 2px solid white;
}

.logo_container:hover {

}

.logo_container:hover .selector {
	display: block;
	color: #646464;
}

.logo_container:first-child {
	margin-left: 0px;
}

.selector {
	display: none;
	position: absolute;
	top:50px;
	left:43%;
	font-size: 20px;
	color: black;
}

.active {
	display: block;
}

blockquote {
	margin-left:0px;
}

.indented, li, blockquote {
	border-left: 10px solid black;
	padding-left:15px;
	margin-bottom: 4px;
}

ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#footer {
	text-align: center;
	margin-top:75px;
	margin-bottom:20px;
	padding-top:15px;
	font-size: 13px;
	color: #646464;
	border-top:4px solid black;
}

#footer a {
	color: #646464;
}

#footer a:hover {
	color: black;
}

.button_wrapper {
	width: 75%;
}

.big_button {
	display: block;
	background-color: black;
	border-radius: 4px;
	width:48%;
	margin-right:2%;
	color: white;
	text-decoration: none;
	font-size: 28px;
	line-height: 62px;
	text-align: center;
	float:left;
}

.big_button:last-child {
	margin-right: 0px;
}

.big_button:hover {
	color: white;
	background-color: #646464;
}

input, textarea { 
    padding: 9px;
    border: solid 2px #C9C9C9;
    outline: 0;
    font-size:16px;
    font-family: georgia, serif;
    width: 200px;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    }
 
textarea { 
    width: 400px;
    max-width: 400px;
    height: 150px;
    line-height: 150%;
    }
 
input:hover, textarea:hover,
input:focus, textarea:focus { 
    border-color: #646464; 
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    }
 
.form label { 
    margin-left: 10px; 
    color: black; 
    }
 
.submit input, .button {
    padding: 9px 15px;
    background: black;
    border: 0;
    font-size: 18px;
    font-family: georgia, serif;
    color: white;
    border-radius: 4px;
    }

.submit input:hover {
    background:#646464;
    }

.error {
	color: red;
	font-weight: bold;
}

.confirm {
	color: green;
	font-weight: bold;
}

.work_item {
	position: relative;
	float: left;
	margin-right: 42px;
	margin-bottom: 35px;
}

.work_image {
	width:178px;
	height: 178px;
	background-size: 100%;
	border-radius: 89px;
}

.work_title {
	width: 100%;
	text-align: center;
	margin-top: 12px;
}

.work_item a, .wip {
	font-size: 13px;
	color: #646464;
}

.work_item a:hover {
	color: black;
}

@media only screen and (max-width: 959px) {

	h1 {
		font-size: 96px;
	}

	h2 {
		font-size:48px;
	}

	h3 {
		font-size:18px;
	}

}

@media only screen and (max-width: 580px) {

	h1 {
		font-size: 76px;
	}

	h2 {
		font-size:32px;
	}

	h3 {
		font-size:16px;
	}

	.work_item {
		margin-right: 25px;
		margin-bottom: 25px;
		width:120px;
	}

	.work_image {
		width:120px;
		height: 120px;
		border-radius: 60px;
		margin: 0 auto;
	}

	.big_button {
		font-size: 21px;		
	}	
	
	#content p, li, .indent {
		width: 95%;
	}

	input, textarea { 
    width: 90%;
    }
 
textarea { 
    width: 90%;
    }

}


.button {
	display: inline-block;
	margin-bottom: 6px;
}

a.labs:before {
    content: "";
    display: block;
    background-image: url('../img/megagon_labs_icon_black.png');
    background-size: 100% 100%;
    width: 36px;
    height: 36px;
    float: left;
    margin: 0 6px 0 0;
    margin-top: -7px;
}