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

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

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

@media all and (min-width: 40em) {
	#annemarie		{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 #FFFFFF solid;}
	#picture		{position: relative; margin: 0 auto 4.6875%; width: 40%; height: 40%; background-color: #FFFFFF; border-radius: 50%;}
	#picture img	{position: absolute; top: 2.75%; left: 2.75%; width: 93%; height: 93%; border-radius: 50%; border: 2px #FFFFFF solid;}
}


#links li {margin-top:50px;}
#main{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 50px;
	display:flex;
	align-items: center;
	justify-content: center;
	background-color: #121212;
}
#jtc{
	width: 100%;
	height: 100%;
	max-width: 1100px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
img{
	width: 90%;
	max-width: 1100px;
}
#button{
	color: #e9e9e9;
	display: block;
	margin: 0 0 50px 0;
	padding: 15px 35px;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	font-size: 18px;
	text-align: center;
}

@media only screen 
  and (max-device-width: 769px){
	#main{
		padding: 50px 0;
	} 
	img{
		width: 97%;
	}
	#button{
		font-size: 24px;
	}
}
