


@media screen and (min-width: 1000px) {
div.container {
    width: 100%;
    height: 100%;
	
}

div.content{
	position: absolute;
	top: 20%;
	bottom: 0;
	left: 15%;
    width: 85%;
    overflow: auto;
    background-color: black;
	color: red;
	padding-left: 50px;
	padding-top: 30px;
}

header{
height: 20%;

}

tr:nth-child(odd) {
    background-color: #333333;
}

tr:nth-child(even) {
    background-color: #000000;
}

img { 
border: 0; 
}

h1{
font-size: 300%;
margin-bottom: 0px;
margin-top: 0px;
}

h3{
font-size: 200%;
text-align:center;
color: red;
}

nav {
text-align:center;
font-size: 130%;
color: white;
padding: -100px;
}

a{
color: red;
}

nav a{
padding-right: 30px;
}

body {

   background-image: url("fotos/IehB7.png");
overflow-x: hidden;
}



#menu
{
  position: absolute;
  list-style-type: none;
  width: 90%;
  margin-top: 0px;
  margin-left: 50px;
  margin-right: 50px;
}


li a {
     
    color: red;
    text-align: center;
    text-decoration: none;
    display: inline;
	
}

.box{
display: none;
}

li {
  display: inline-block;
  
}

.kop{
	font-size: 200%;
	color: red;
}	

.linormaal{
display: list-item;
}



}










@media only screen and (max-width: 999px) {

body {
min-width to 100%
}

div.container {
    width: 100%;
    height: 100%;

}

div.content{
	position: absolute;
	top: 20%;
	bottom: 0;
	left: 0;
    width: 100%;
    overflow: auto;
    background-color: black;
	color: red;
	padding-left: 10px;
	padding-top: 30px;
}

header{
height: 20%;
}

tr:nth-child(odd) {
    background-color: #333333;
}

tr:nth-child(even) {
    background-color: #000000;
}

img { 
border: 0; 
}

h3{
font-size: 200%;
text-align:center;
padding: 0px;
margin: 0px;
color: red;
}


div.container {
    width: 100%;
    height: 100%;

}

body {
   background-image: url("fotos/IehB7.png");
}

.inham{
display: none;
}


a
{
  text-decoration: none;
  color: red;
  transition: color 0.3s ease;
  font-size: 100%;
}

a:hover
{
  color: tomato;
}

#menuToggle
{
  display: block;
  position: relative;
  top: -30px;
  left: 10px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 50px;
  height: 9px;
  margin-bottom: 5px;
  position: relative;
  
  background: white;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: white;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 100%;
  margin: -90px 0 0 -50px;
  padding-top: 100px;
  
  background-image: url("fotos/IehB7.png");
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  
  padding: 8px 0 ;
  font-size: 22px;

}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

.kop{
	font-size: 200%;
	color: red;
}




}