@charset "UTF-8";
/* CSS Document */


.subtext {
	margin-top:10px;
	font-size:1.2em;
}
.linkstyle {
	font-size:1.8em;
	text-shadow: 2px 2px 10px #172e21;
}

.profile_links {
	width:90%;
	margin-top:40px;
	margin-left: 10%;
	line-height: 120%;
}
@media only screen and (min-width: 500px) and (max-width: 800px) {
  /* For tablets: */
	.profile_links {
		width:100%;
		margin-top:30px;
		margin-left: 3%;
		line-height: 120%;
	}
}
@media only screen and (max-width:499px) {
  /* For mobile phones: */
	.profile_links {
		width:100%;
		margin-top:20px;
		margin-left: 1%;
		line-height: 120%;
	}
}

