*{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-family: 'Yusei Magic', sans-serif;
   background-color: #ff0000;
   
}
img.align-left {
  float: left; /* Position the picture left of the screen */
  margin-right: 500px; /* Set a specific space between element */
  border-radius: 8px;
}

img.align-right {
  float: right; /* Position the picture right of the screen */
  margin-left: 10px; /* Set a specific space between element */
  border-radius: 8px;
}
img.align-center1{
  float: right; /* Position the picture right of the screen */
  margin-left: 1px; /* Set a specific space between element */
  border-radius: 8px;
}
img.align-center2 {
  float: left; /* Position the picture right of the screen */
  margin-left: 1px; /* Set a specific space between element */
  border-radius: 8px;
}
img.large {
  max-width: 100%; 
  height: auto; 
}

img.medium {
  width: 500px; 
  border-radius: 8px; 
}

img.medium2 {
  width:550px; 
  border-radius: 8px; 
}

img.small {
  width: 250px; 
}

img.mySlides {
  width: 500px;
  align: center;
}

.wrapper {
  width: 720px;
  margin: 0px auto;
}
.header {
  margin: 40px 0px 20px 0px;
}
.entry {
  width: 220px;
  float: left;
  margin: 10px;
  height: 198px;
  background-image: 
}
figure {
  display: block;
  width: 202px;
  height: 170px;
  padding: 9px;
  text-align: left;
  margin: 0px;
}
figure img {
  width: 200px;
  height: 150px;
  border: 1px solid black;
}
figcaption{
  padding-left: 20px;
  background-repeat: no-repeat;
}

nav{ 
padding: 200px; /* 200px padding */
max-height: 200px; /* Set a specific height */
margin-left: 10px;
margin-top: 25px;
text-align: left;
}

header{
  padding: 100px; /* 50px padding */
  height: 100px; /* Set a specific height */
}article{
  padding: 100px; 
  height: 100px;
  margin-left: 10px;
  text-align: left;
}

footer{ 
  padding: 200px; /* 200px padding */
  height: 100px; /* Set a specific height */
  float: right;

}
table {
  width:600px;
}
th, td{
  padding: 7px 10px 10px 10px;
}
th {
  text-transform:uppercase;
  letter-spacing: 0.1em;
  font-size: 90%;
  border-bottom: 2px solid #111111;
  text-align: left;
}
tr.even {
  background-color: #000000;
}
tr:hover {
  background-color: #ff0000;
}


.nav_links li,a, button { 
   
   font-weight: 500;
   font-size: 16px;
   color: #edf0f1;
   text-decoration: none;
   background-color: #000000; 
}

header { 
    display: flex;
	justify-content: center;
	align-items: center;
	padding: 35px 10%;
	height: 80px;
	background-color: #000000;

}	

body{
  text-align: center;
  
}

/*... hover....*/
.active{
	color: #000000;
}

.logo{ 
      cursor: pointer;
	  margin-right:auto;
	  background-color: #000000;

}

.nav_links { 
    list-style: none;
	background-color: #000000;
}

.nav_links li {
	display: inline-block;
	padding: 0px 20px;

}

.na_links li a { 
    transition: all 0.3s ease 0s;

}

.nav_links li a:hover {
	color: #ff0000;
	
}

button{ 
    
	padding: 9px 25px;
	background-color: #ff0000;
	border:none;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease 0s
	
}
	
button:hover{ 
      background-color: #ff9d00;
}



h1{
  font-size: 40px;
  text-align:center;
}

h2{
	font-size: 20px;
  text-align:center;
}

h4{
	font-size: 20px;
  text-align: left;
}

#slider {
  overflow: hidden;
  height: 330px;
  width: 500px;
  margin: auto;
  border-radius: 2em;
  
}
#slider figure {
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  animation: 12s slider infinite;
}
#slider figure img {
  float: left;
  width: 20%;
}

@keyframes slider {
  0% {
    left: 0;
  }
  20% {
    left: 0;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  95% {
    left: -300%;
  }
  100% {
    left: -400%;
  }
}

.piri{
  text-align:center;
  width: 650px;
  margin: auto;
}

.ikea {
  border-radius: 2em;
}

.wetgrass{ 
  
  width: 650px;
  text-align: center;
  margin: auto;
}

.book{
  border-radius: 2em;
}

.sneakerbook{ 
  
  width: 650px;
  text-align: center;
  margin: auto;
}

.kopje ul, li{
  list-style-type: disc;
  display: list-item;
  margin:auto;
  list-style-position: inside;
  
}

  