#home_header {
	height: 35px;
	text-decoration: none;
	font-family: 'Arimo', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin: 0px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.4);
}

.home_header {
	height: 35px;
}

#logo {
	width: 50px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
}

#project-description {
	width: 100%;
	height: auto;
	text-decoration: none;
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	color: #31302F;
	margin: 30px 0px 0px 0px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.4);
	position: fixed;
    bottom: 0;
}

@media (max-width: 680px) {
	#home_header {
		height: 70px;
	}

	.logo {
		width: 100px;
		height: 70px;
	}
}

.about {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
	@media (max-width: 768px) {
	  .about {
	    width: 80%;
  }