/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*text*/

h1			{font-size: 100px;
			color: #eeece2;
			font-style: normal;
			font-family: calligraffitti;
			font-weight: 400;}

h2 			{
	font-size: 24px;
	color: #eeece2;
	font-style: normal;
	font-weight: 400;
	text-align: justify;
	font-family: quicksand;
	padding: 20px 30px;
	line-height: 30px;
			}

p 			{font-size:15px;
			color:#eeece2;
			font-family: quicksand;}

a 			{
	text-decoration: none;
	color: black;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

body 		{background-color:#000000;}


#top-wrapper	{
}


#wrapper						{
	width: 1050px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0;
	background-image: url(../Achtergrond/Emilie-Bastens-Harpiste01.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 60px;
}
	
			

#social-media-icons 			{float:right; padding-top:5px;}
#social-media-icons ul li 		{display:inline;}

#language-icons					{float:left; padding-top:5px;}
#language-icons ul li 			{display:inline;}

#topnav-buttons					{padding-top:5px;}
#topnav-buttons ul li 			{display:inline;}
#topnav-buttons ul li a 		{font-size:20px; margin-right:15px; padding-left:4px;}

#topnav-buttons a:link		{color:#FFFFFF;}
#topnav-buttons a:visited	{color:#FFFFFF;}
#topnav-buttons a:active	{color:#C70003;}
#topnav-buttons a:focus		{color:#003FDA;}
#topnav-buttons a:hover		{color:#003FDA;}

#content						{
								padding:0 20px;
								margin-top: 150px;
								margin-bottom: 175px;
								width: 400px;
								text-align: justify;
								margin-right: 100px;
								text-shadow: 1px 1px 1px #878787;
								}
								


#footer							{clear: both;
								text-align: center;
								padding-bottom:3px;}