/***** CSS Styles *****/

/***** Elements (A->Z) *****/

body				{margin: 0; padding: 0; width: 100%; background-color: #243457; color: #f2f2f2; font-family: 'Open Sans', sans-serif;}
ol, ul				{list-style: none; padding: 0; margin: 0;}
a, a:hover,
a:visited			{text-decoration: none; color: #e7e7e7;}

@media all and (min-width: 40em) {
	#brett			{width: 40em; height: 40em; margin: 15% auto 0; text-align: center;}
	#links			{font-size: 1em; margin-top: 3.5%; font-weight: 300;}
	#links li 		{display:inline; margin: 2%;}
	#name			{margin: 0 auto; padding-bottom: 3.5%; width: 51%; font-size: 3.03em; font-weight:600; line-height: 1em; border-bottom: 1px #515154 solid;}
	#picture		{position: relative; margin: 0 auto 4.6875%; width: 40%; height: 40%; border-radius: 50%;}
	#picture img	{position: absolute; top: 2.75%; left: 2.75%; width: 93%; height: 93%; border-radius: 50%; border: 2px #F2F2F2 solid;}
}

#links li {margin-top:50px;}
