  body, html {
    background-image: url(/grachten25/img/bootjes2.jpg);
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: whitesmoke;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }

* {box-sizing: border-box;}

#uitlegtext {
    width: 90%;
    position: absolute;
    font-family: 'Courier New', Courier, monospace;
    margin-top: 20px;
    font-size: 16px;
    left: 50%; 
    transform: translate(-50%);
    text-align: center;
    color: yellow;
    background-color: rgba(21,21,21,0.6);
    z-index: 10;
    padding: 20px;
}

#exit {
  position: fixed;
  width: 40px;
  height: auto;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: yellow;
}

#home {
  position: fixed;
  width: auto;
  height: auto;
  padding: 5px;
  font-size: 14px;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: transparent;
  color: yellow;
  text-decoration: underline;
  text-decoration-color: lime;
}

#uitleg {
  position: fixed;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: red;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

h1 {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 3px;
  word-spacing: 8px;
  color: steelblue;
  text-shadow: 2px 2px 2px blue;
  text-align: center;
  width: 50vw;
  margin-left: 20px;
  
}



.start_container {
    width: 20vw;
    height: 30vh;
    background-image: url(mov/vlaggen1.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;    
    top: 0;             
    right: 0;    
    margin: 40px;       
    border: none;
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}


#link_output {
  position: fixed;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  padding: 60px 80px;
  border: 6px solid steelblue;
  border-radius: 20px;
  font-weight: bold;
  color: whitesmoke;
  background-image: url(mov/fotogif1.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  z-index: 100;
  text-align: center;
}


#link_output:hover {
  background-image: none;
  background-color: whitesmoke;
  color: #212121;
  background-position: center;
  text-shadow: 2px 2px 2px #212121;
  font-weight: bold;
  border: 3px solid steelblue;
}

a:link, a:visited, a:active {
  color: whitesmoke;
  text-decoration: none;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 3px;
}




@media only screen and (max-width: 500px) and (orientation:portrait) {
  
#uitlegtext {
  font-family: 'Courier New', Courier, monospace;
    width: 100vw;
    font-size: 14px;
    text-align: center;
    color: whitesmoke;
    background-color: rgba(21,21,21,0.8);
    margin-top: 10px;
    color: yellow;
    overflow-y: auto;
    font-weight: normal;
}


  
 #link_output {
  position: fixed;
  left: 50%;
  bottom: 8vh;           /* 8% van het scherm vanaf onder */
  transform: translateX(-50%);
  width: 70vw;
  
  margin: 0;
  display: block;
  text-align: center;
  background-color: rgba(21,21,21,0.3);
  z-index: 100;
  /* Je eigen styling hieronder */
  padding: 20px;
  border: 3px solid steelblue;
  border-radius: 20px;
  font-weight: bold;
  color: whitesmoke;
  -webkit-text-stroke: 1px #212121;
  transition: 01.s ease;
  text-shadow: 1px 1px 1px turquoise,
  -1px -1px 1px turquoise;
  
}

  .start_container {
    position: static;
    width: 70vw;
    height: 35vh;
    margin: 24px auto 0 auto;
    border: 6px solid steelblue;
    display: block;
  }
  h1 {
    position: static;
    margin: 24px auto 0 auto;
    width: 90vw;
    text-align: center;
    font-size: 24px;
    color: whitesmoke;
    text-shadow: 2px 2px 2px steelblue;
    font-weight: bold;
    z-index: 1000;
  }
}




@media  only screen and (max-width: 700px) and (orientation: landscape) {

  body, html {
    background-color: steelblue;
  }
  #link_output {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-left: 50%;
    margin-right: 50%;
    margin-bottom: 30px;
    z-index: 50;
  }
  

  .start_container {
    
   position: fixed;
    left: 0;
    top: 0;
    width: 70vw;
    height: 80vh;
    margin: 20px auto;
    padding: 10px;
    border: 6px solid black;
    background-size: cover;
    object-fit: cover;
    display: block;
    top: auto; /*overschijven desktop css*/
}

h1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  color: red;
  text-align: center;
  margin-top: 10px;
  z-index: 20;
}


   
}