@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 560px) {
	#slimeLink {
		display: none;
	}
}

@media screen and (max-width: 852px) {
	#smallButton {
		display: block;
		clear: left;
		float: center;
	}
	
	#abWrap {
		margin: 175px 20% 0 20%;
	}
	
	#etWrap, #project_wrap {
		margin-top: 175px;
	}
	
	#abInWrap {
		text-align: center;
	}
	
	.menu a, .menu a:visited {
		color: #f7c708;
	}

	.menu a:hover {
		color: #dfb307;
	}
	
	#welcome {
		top: 200px;	
	}
}

@media screen and (min-width: 853px) {
	#mainButton {
	    margin: 0 100px 0 0; /*Spacing main nav from the buttons*/
	}
}