html, body {
	height:100%;
}

body {
	margin: 0px;
	font-family: "Roboto Slab", Helvetica,Arial,Garuda,sans-serif;
	background-color: rgb(255,255, 255);
	font-size: 18px;
}

a, img {
	border: medium none;
}

a {
	text-decoration: none;
	cursor: pointer;
	color:rgb(0,0,0);

	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

a:hover {
	color: #3a9fc9;
}

.inline-link {
	color:rgb(150,150,150)
}

.obvious-link {
	padding-left: 3px;
	padding-right: 3px;
	color: #3a9fc9;
	text-decoration: underline;
}

.obvious-link:hover {
	color: rgb(255,255,255);
	background-color: #3a9fc9;
	text-decoration: none;
}

h1 {
	font-family: "Roboto";
	font-weight: 300;
	font-size: 36px; 	
}

h2 {
	font-weight: 300;
	font-style: normal;
	font-size: 22px;
}

#header {
	width: 100%;
	height:70px;
}

#header-name {
	margin-left:50px;
	margin-top: 20px;
	font-size: 38px;
	font-weight: 700;
}

#content {

}

#main-panel {
	max-width:900px;
	width: auto;
	margin: 60px auto 0 auto;
	text-align: center;
	padding-bottom: 15px;
}

.content-separator {
	margin-top: 50px;
	margin-bottom: 50px;
	width:100%;
	border-bottom: 1px solid rgb(200, 200, 200);;
}

#main-panel img {
	max-width:900px;
	width:100%;
}


#stack {
	font-weight: bold;
}

@media (max-width: 800px) {
	#header {
		text-align: center;
	}
	#header-name {
		margin: 0;
		margin-top: 20px;
	}

	#main-panel #header-name {
		font-size: 30px;
	}
}