@charset "utf-8";
/* CSS Document */

/*background header*/
body {
	margin: 0;
	background-color:#1D1D1D
}
/*backgound*/
nav {
  background-color:#000000;
	padding: 70px;
	border: 10px inset #4A4A4A;
}
/*header buttons*/
.hero {
	height: 100;
	width: 100%;
	background-size: cover;
	background-position: center;
}
/*button*/
nav a {
	transition: 0.5s;
	background-color: black;
	padding: 10px;
	border-radius: 10px;
	font-family:roboto;
	float: right;
	margin: 10px;
	color: white;
}
/*hover*/
nav a:hover {
	color:black;
	background-color: white;
}
/*Milan van Draanen Button*/
nav .naamnav {
	float: left;
	background-color: #1D1D1D
}
/*Home page text*/
section.home{
	font-family:roboto;
	margin-top: 250px;
	margin-left: 60px;
	color:aliceblue;
	margin-bottom: 370px;
}
/*text color*/
div.hometext {
	color: white;

}
/*text in about*/
section.abouttext {
	font-family:roboto;
	color: aliceblue;
	padding: 20px 50px 50px 50px;
	margin-bottom: 500px;
	
}

/*settings for the first product picture*/
div.productjoeypic { 
	float: left;
	padding: 50px;
	align-content: left;
}
/*settings for the first product text*/
div.productjoeytext {
	float: down;
	padding: 50px;
	font-family:roboto;
	color:aliceblue;
}

section.productposter {

}
/*settings for the second product picture*/
div.productposterpic {
	float: right;
	padding: 50px;
	align-content: right;
}
/*settings for the second product text*/
div.productpostertext {
	font-family:roboto;
	color:aliceblue;
	float: down left;
	padding: 270px 50px;
	
}
/*footer height*/
footer {
	height: 50px;
}
/*the line above the footer*/
hr {
	margin-top: 150px
}
/*footer text settings*/
div.copyright { 
	font-family:roboto;
	color: gray;
	float: left;
	padding: 30px;
	margin-top: 10px;
}
