/*homepage css*/
body{
    height: 100vh;
    width: 100vw;
    padding: 0;
    font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial;
    margin:0;
    overflow: none;
    
}

* {box-sizing: border-box;}



/*eind processbar*/
#home {
  position:fixed;
  left:0;
  top:0;
  z-index:1000 !important;
  width: 50px;
  height: 20px;
  color:red;
}

#link {
  text-decoration: none;
  color: deeppink;
}

.video {
  max-width:400px; 
  height:auto;
  border-radius:10px;
}

.foto {
  max-width: 400px;
  height: auto;
  border-radius:10px;
}

.hero {
    height: 100vh;
    background-image: url(/home/img/bomen.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: none;
    overflow-y: auto;
}

.headertext {color: deeppink;}
.headertext:hover {color:lime;}

  .grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-bottom:18px;
    margin-top: 80px;
   
}
  .card{
    background:transparent;
    border:2px solid transparent;
    padding:10px;
    text-align:center;
    border-radius:8px;
}
  .card button{
    display:block;
    width:100%; 
    height:100%; 
    padding:6px;
    font-size:16px;
    cursor:pointer; 
    min-height:45px;
    border:4px solid yellow;
    border-radius:8px;
    color: #212121;
    outline: none;
    background-color: lightyellow;
    
    
}
  .card button:hover {
    background-color: yellow;
    border-radius:8px; 
    
}

#btn-wandelen {
  border: 4px solid deeppink !important;
  
}


  #waarnemingen{
    border:4px solid yellow;
    padding:12px;
    border-radius:8px;
    min-height:120px; 
    background-color: lightyellow;
    margin-bottom: 50px;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    text-align:center;
}

#waarnemingen #home-img {
  
  object-fit: cover;
  overflow: none;
  max-width: 300px;
  height: auto;
  display: block;
  margin: auto;
  margin-top: 10px;
}
  .header {
    text-align: center; 
    color: deeppink;
    width: calc(100% - 20px);
    height: 80px;
    border-radius: 0, 50%, 0, 0;
    top:0;
    bottom:0;
    left:0px;
    right:20px;
    padding: 0;
    background-color: transparent;
    z-index: 100;
    position: fixed;
    align-content: center;
    text-shadow:  
    -1px  0 0 #FFFF00,
     1px  0 0 #FFFF00,
     0   -1px 0 #FFFF00,
     0    1px 0 #FFFF00,
    -1px -1px 0 #FFFF00,
     1px -1px 0 #FFFF00,
    -1px  1px 0 #FFFF00,
     1px  1px 0 #FFFF00;
}
  h2 {color: lime; 
    width: 100%; 
    text-align: center;
}
  a {text-decoration: none; 
    color: #212121;}
  footer {
    position: fixed; 
    bottom: 0; 
    right: 0; 
    left: 0px;
    right: 20px;
    width: calc(100% - 20px);
    height: 40px;
    text-align: right; 
    margin: 0; 
    
    padding-right: 10px;
    z-index: 100;
    background-color: transparent;
}
.pink-link {
  color: deeppink !important; 
  padding: 12px; 
  background-color:transparent;
  opacity: 1;
  
}

.pink-link:hover {
  text-decoration:underline;
  text-decoration-color: yellow;
}

.yellow {
  background-color: yellow;
  font-weight: bold;
  margin: 10px 10px 0px 10px;
  padding: 7px;
}

.pink {
  background-color: deeppink;
  font-weight: bold;
  margin: 10px 10px 0px 10px;
  padding: 7px;
}
    


@media only screen and (max-width: 768px) {
  .header {
    width: 100%;
    margin: 0;
    background-color: #212121;
    opacity: 0.6;
  }
  footer {
    width: 100%;
    margin: 0;
    background-color: transparent;
    
  }
  .video {
  max-width:320px; 
  height:auto;
}
.foto {
  max-width: 320px;
  height: auto;
}
  .grid {
    gap:3px;
    margin-bottom: 6px;
  }
  .card {
    padding: 10px;

  }

}
