body {
  background-image: url('');
}

.square {

	width: 100%;
	height: 23em;
	border-radius: 2px;
	background-color: #ecf0f1;
}

.square-mobile {

	width: 100%;
	height: 17.25em;
	border-radius: 2px;
	background-color: #ecf0f1;
}

.square-aboutme {

	width: 100%;
	height: 23em;
	border-radius: 2px;
	background-color: #ecf0f1;
}

.square-aboutme:hover {

	background-image: url('http://ev2900.github.io/Personal_Website/images/head_shot.jpg');
}

.disapper {
	opacity: 1;
	width: 100%;
	height: 23em;
}

.box {
	width: 95%;
	height: 550px;
}

.green {
	color: #5FA620;
}