html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, h7, h8, 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;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
} 


body {
	width: 90%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size:cover;
	background-image: url("../KMA25/KMAchtergrond/AfbAchtgr25Def4.jpg");
} 
	position: fixed;


	
h1 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #363575;
	padding: 0px;
	font-size: 25px;
}
h2 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #5957B0;
	padding: 0px;
	font-size: 25px;
}
h3 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #363575;
	padding: 0px;
	font-size: 18px;
}
h4 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #5957B0;
	padding: 0px;
	font-size: 18px;
}
h5 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #5957B0;
	padding: 0px;
	font-size: 15px;
}
h6 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #5957B0
	padding: 0px;
	font-size: 15px;
}
h7 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #363575;
	padding: 0px;
	font-size: 12px;
}
h8 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #5957B0
	padding: 0px;
	font-size: 12px;
}
h9 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color:white;
	padding: 0px;
	font-size: 20px;
}
h10 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color:white;
	padding: 0px;
	font-size: 15px;
}
h11 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #5957B0;
	padding: 0px;
	font-size: 18px;
}

p {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #5957B0;
	padding: 0px;
	font-size: 18px;
}



.Navbar {
    display: flex;
	text-align: center;
	margin: 1%;
}
.Navbar ul {
  list-style: none;
	margin-left: 300px;
	margin-top: 135px;
  padding: 0;
}
.Navbar a {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: white;
	text-decoration: none;
	font-size: 25px;
}
.Navbar a:hover {
	color: gray;
}
.actief {
	font-weight: 600;
}
.Navbar li {
	list-style-type: none;
	display: inline; /* Dit is niet strikt noodzakelijk bij Flexbox, maar kan helpen */
	padding: 0.5em;
    margin-right: 1em; /* Voeg ruimte toe tussen de items */
}
.Navbar ul li {
  display: inline-block;
  margin: 10 10px;
}


.Sidebar {
	width: 80px;
    display: flex;
	margin: 0%;
}
.Sidebar ul {
  list-style: none;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 70px;
  	padding: 0.5em;
	line-height: 1.1; 
	position: fixed;
}
.Sidebar a {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: white;
	text-decoration: none;
	font-size: 20px;
	line-height: 10pt; 
}
.Sidebar a:hover {
	color: gray;
}
.actief {
	font-weight: 600;
}
.Sidebar li {
	list-style-type: none;
	display: inline; /* Dit is niet strikt noodzakelijk bij Flexbox, maar kan helpen */
}
.Sidebar ul li {
  display: inline-block;
  margin: 0 10px;
	
}

.content
	{
		width: 70%; 
		background-color: aliceblue;
		border-radius: 20px;
		float: left;
		text-align: left;
		min-height: 500px;
		height: auto;
		margin-left: 120px;
		margin-top: 70px;
		padding-top: 25px;
		padding-bottom: 10px;
		padding-left: 50px;
		padding-right: 25px;
}
width 960px	
overflow: scroll;
}

.footer 
	{	
		font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-size: 12px;
		float: left;
		margin: 10%;
		margin-left: 20px;
		margin-bottom: 10px;
		}
		
.Social-Media-Icons
	{
		float: left;
		width: 80px;
		margin-left: 0;
		padding-left: 25px;
		margin-bottom: 0px;
		border-bottom-style: none;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
		position: fixed;
		bottom: 0px;
		height: 80px;
}
.Social-Media-Icons ul {
		list-style-type: none; /* Verwijdert de bullet points */
  		margin-left: 0; /* Verwijdert inspringing */
  		padding-left: 0; /* Verwijdert standaard padding */
}

.Social-Media-Icons ul li a {
		text-decoration: none; /* Verwijdert onderstreping */
  		color: black; /* Past de kleur aan (optioneel) */
}
