/* 	Timothy Li	*/
/* need to remove all excess styles */
.links a {
	color:#141A26;
/*#a4cae5;*/
}

.links a:first-child {
	margin-left:0;
}

.links a:visited {
	text-decoration:none;
	color:#141A26;
}

a.change:link,a.change:visited {
	color:rgba(164,202,229,1);
}

.links a:hover,a.change:hover {
	text-decoration:none;
	color:#006bb6;
}

.nav {
	background-color:rgba(20,26,38,0);
}

.name_container {
	opacity:0;
}

@media screen and (max-width: 640px) {
	.name_container {
		opacity:1;
	}
	
	.nav {
		background-color:rgba(20,26,38,1);
	}
	
	.links a,.links a:visited {
		color:#a4cae5;
	}
}