html, body {
  min-height: 100vh;
}

body {
  margin: 0;
	padding: 0;
	background: white url("/images/bg.png") center bottom repeat-x;
  background-attachment: fixed;
  font-family: "Courier New";
  text-align: center;
} 

a#top {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  display: none;
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 10px;           
}

#header img#logo {
  position: relative;
	margin: 0 auto 0;
	display: block;
  height: 100%;
  max-height: 500px;
  max-width: 90vw;
}

#header_placeholder {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 40vh;
	max-height: 500px;      
}

#footer_placeholder {
  width: 100%;
}

.buttons span {
  display: inline-block;
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 10px;
}  

.buttons span#phone:hover, .buttons span#mail:hover, .buttons span#whatsapp:hover, .buttons span#facebook:hover, .buttons span:hover, a#top:hover {
  background-color: LightGray;
}

#top-buttons .buttons span {
  background-color: white;
}

.buttons  {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;  
  row-gap: 20px;
  gap: 20px;
}


.buttons span#whatsapp:hover {
  background-color: #25D366;
  color: white;
}

.buttons span#facebook:hover {
  background-color: #1877F2 !important;
  color: white;
}

.buttons span#whatsapp:hover img, .buttons span#facebook:hover img {
   filter: invert(100%) brightness(100%);
}

.buttons span img {
  vertical-align: middle;
  margin-right: 10px;
}        
      
#header {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 999;
  background-color: inherit; 
 }
      
.shadow {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

#sticky_header img#logo {
  position: relative;
	top: 20%;
	margin: 0 auto 0;
	display: block;
	height: 100px;
}      

#main {
  padding-bottom: 125px;
  background-color: rgba(255, 255, 255, 0.75);
}

#main .section {
  width: 100%;
  margin: 0 auto 0;   
  padding-bottom: 25px;  
  padding-top: 25px; 
  clear: both;   
  margin-bottom: 25px;
}
      
div.gray {
  background-color: #F5F5F5;
}

#footer {
  width: 100%;
  border-top: 20px solid black;
  background-color: white;
  position: fixed;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

#sections {
  width: 100%;
  color: black;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  row-gap: 20px;
  gap: 20px;
}

#sections span {
  display: inline-block;
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid lightgray;
}

.buttons a, .buttons a:hover, .buttons a:visited, #sections a, #sections a:hover, #sections a:visited {
  color: inherit;
  text-decoration: none;
  padding: 10px;
}

#top-buttons .buttons #helen {
   display: none;
}

span.flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  row-gap: 20px;
  gap: 20px;
}

span.flex span.photo {
  display: inline-block;
  border: 1px solid LightGray;
  background-color: #F5F5F5;
  border-radius: 5px;
}

.photo img {
  height: 300px;
  width: auto;
  clear: both;
  float: left;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.photo a, .photo a:hover, .photo a:visited {
  color: inherit; 
  text-decoration: none;
}

.photo span {
  display: none;`/* Updated bij JS */
  clear: both;
  float: left;
  width: 100%; /* Updated bij JS */
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

img#helen {
  width: 100%;
  height: auto;
}

#fullSizeWDummy, #fullSizeHDummy {
  display: inline-block;  
}

@media only screen and (max-width: 665px) {
  #fullSizeWDummy {
    display: none;  
  }
  
  .photo img {
    width: 90vw;
    height: auto;
  }
  
  #top-buttons {
    display: none;
  }
  
  .buttons span {
    font-size: 0.65em;
    padding: 5px;
  }
  
  .buttons {
    row-gap: 10px;
    gap: 10px;
  }  
  
  .buttons a, .buttons a:hover, .buttons a:visited, #sections a, #sections a:hover, #sections a:visited {
    padding: 5px;
  } 

  .buttons #helen {
    display: none;
  }
  
  .buttons span#facebook a text {
    display: none;
  }
  
  .buttons span#facebook a img {
     margin-right: 0;
  }
} 

@media only screen and (max-height: 650px) {    
  #fullSizeHDummy {
    display: none;  
  }
  
  .buttons span {
    font-size: 0.65em;
    padding: 5px;
  }
  
  .buttons {
    row-gap: 10px;
    gap: 10px;
  }  
  
  .buttons a, .buttons a:hover, .buttons a:visited, #sections a, #sections a:hover, #sections a:visited {
    padding: 5px;
  } 

  .buttons #helen {
    display: none;
  }
}

@media only screen and (max-height: 450px) {   
  #header {
    position: relative;
  }
  
  #header_placeholder {
    display: none;
  }
  
  #footer {
    border-top: 7px solid black;
    padding-top: 7px;
    padding-bottom: 7px;
  }  
  
  body {
    background-attachment: scroll;    
  }
}

@media only screen and (max-height: 300px) {  
  #header, #footer {
    position: relative;
  }
  
  #header_placeholder, #footer_placeholder {
    display: none;
  }
}