/* CSS Document */
body {
  
/* Full height */
  height: 100%;
  /* Center and scale the image nicely */


}
html {
  height: 100%;
}
.container2 {
  margin-top: 15%; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h1front {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
}
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}
#imggallery {
    position: relative;
}

#imggallery img {
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

#imggallery button {
  position: absolute;
  top: -5px;
  left: 20px;
  opacity: 0;
  -webkit-transform-style: .5s ease;          
}

#imggallery:hover img, #imggallery.focus img {
  opacity: 0.8; 
}

#imggallery:hover button, #imggallery.focus button {
  opacity: 0.8; 
}
.bgwarning2 {
  background-color: coral;
}
 