/* Overall */

html {
	height: 100%;
}

body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	height: 100%;
}

h1, h2, h3 {
	font-family: 'Josefin Sans', sans-serif;
	margin: 0;
}

h2 {
	font-size: 30px;
}

p {
	font-size: 17px;
}

/* Navigatie */

nav ul {
	display: flex;
	flex-direction: row;
	list-style: none;
	background-color: #26262b;
	width: 100%;
	padding: 0;
	margin: 0;
}

nav ul li:first-child {
	margin-left: auto;
}

nav ul li:last-child {
	margin-right: auto;
}

nav ul li a {
	display: block;
	color: white;
	padding: 1em;
	font-size: 1.3em;
	text-decoration: none;
	text-shadow: 0px 0px 15px #000000;

	-webkit-transition: text-shadow 0.5s, padding 0.5s;
	-moz-transition: text-shadow 0.5s, padding 0.5s;
	-ms-transition: text-shadow 0.5s, padding 0.5s;
	-o-transition: text-shadow 0.5s, padding 0.5s;
	transition: text-shadow 0.5s, padding 0.5s;

}

nav ul li a:hover {
	padding: 1em 2em;
	background-color: #393939;
	text-shadow: 1px 1px 0px #ff0000;
    
}




/* Content */

main {
	min-height: 100%;
	margin-bottom: -0.2em;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#musiccontainer {
	padding-bottom: 6em;
}

article {
	padding: 1em 2em;
}

.banner {
	background-image: url("img/banner.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.mainpage {
	height: 25em;

}

.banner article {
	height: 100%;
	width: 30%;
    padding: 10em 0 10px 2em;
    color: white;
    text-shadow: 2px 2px #ff0000;
}

.banner article h1 {
	margin: 0;
	font-size: 41px;
}

.albumart {
	width: 200px;
}

/* Muziek pagina */

audio {
	width: 250px;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}

audio:hover {
	width: 300px;
}

.genre {
	padding: 0.5em 2em;
	width: 20%;
}


.musicpage {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1em;
	grid-auto-rows: minmax(100px, auto);
}

.musicpage a {
	text-decoration: none;
	color: inherit;
	display: inherit
}

.music {
	-webkit-transition: background-color 0.5s, color 0.5s;
	-moz-transition: background-color 0.5s, color 0.5s;
	-ms-transition: background-color 0.5s, color 0.5s;
	-o-transition: background-color 0.5s, color 0.5s;
	transition: background-color 0.5s, color 0.5s;
}


.music:hover {
	cursor: pointer;
	background-color: #26262b;
    cursor: pointer;
    color: #ffffff;

}


.music p {
	margin: 0 0 3em 0;

}

.music img {
	float: left;
	margin-right: 1em;
}

.slidecontainer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #a7a5c6;
}

.sliderdiv {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 1em;

}


.slider {
	width: 80%;
	-webkit-appearance: none;
	height: 15px;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
}

.slider:hover {
	height: 20px;
	cursor: pointer;
}

.slider::-webkit-slider-thumb {
	width: 30px;
	-webkit-appearance: none;
	height: 20px;
	background: #434343;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
}

.slider::-webkit-slider-thumb:hover {
	height: 30px;	

}

/* Contact */

input[type=text], input[type=email], select, textarea {
	margin-top: 0.5em;
	margin-bottom: 1em;
	width: 100%;
	padding: 12px;  
	border-radius: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	resize: none;
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}

input:focus, textarea:focus, select:focus {
	border: 2px solid #a7a5c6;
	outline: none;
}

input[type=submit] {
    padding: 0.5em 4em;
    color: white;
    background-color: #a7a5c6;
    border: none;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}

input[type=submit]:hover {
	padding: 0.5em 5em;
    background-color: #8797B2;
	cursor: pointer;
}

/* footer */

footer {
	text-align: center;
	background-color: #000000;
	padding: 0.1em 0 0.1em 0;
	color: white;
}

/* items */

#vormgeving {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('img/vormgeving/banner.jpg');
	background-position:center;
	background-size: cover;
	
}


#programmeren {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('img/programmeren/banner.jpg');
	background-size: cover;

}

#cmdaan {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('img/cmdaan/banner.jpg');
	background-size: cover;
	background-position: center;
}

#content {

	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('img/content/banner.jpg');
	background-size: cover;
	background-position: center;

}

#ia {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('img/ia/banner.jpg');
	background-size: cover;
	background-position: center;
}

#project {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('img/project/banner.jpg');
	background-size: cover;
	background-position: center;

}

#thumbnailvormgeving {
	width: 200px;
}

iframe {
	height: 35em;
    width: 100%;
    border-style: none;
}