@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Raleway&display=swap');
.content {
  background-color: white;
  width: 80%;
  margin: 0 auto;
}
main {
  padding: 1.2em;
}
body {
  background-color: rgb(189, 185, 185);
  font-family: 'Poppins', sans-serif;
}
button {
  display: none;
}
.pancakes {
  display: block;
  padding: 1em;
  text-align: center;
  font-size: 1.5em;
  background-color: white;
  margin: 0%;
  color: #126a70;
}
.first-sen {
  color: #000000;
  font-size: 1.2em;
  text-decoration: underline;
}
.icon {
  border: 5px solid black;
  background-color: white;
  width: 6em;
  height: auto;
  margin: 10px 10px;
}
.title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
}
.title h1 {
  color: white;
}
header {
  background: rgb(111, 234, 242);
  background: linear-gradient(
    180deg,
    rgba(111, 234, 242, 1) 0%,
    rgba(18, 106, 112, 1) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}
.today {
  font-size: 0.7em;
  color: #48e5f0;
}
.image {
  width: 100%;
}

nav {
  margin: 0 auto;
  background-color: #6feaf2;
}
.navigation {
  display: flex;
  color: rgb(0, 0, 0);
  list-style: none;
  padding: 0;
  font-size: 1.2em;
  font-family: 'Raleyway', sans-serif;
  margin: auto;
}
.navigation li {
  flex: 1 1 auto;
}
.navigation a {
  text-align: center;
  display: block;
  padding: 0.8rem 2%;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.navigation li:first-child {
  display: none;
}
nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
nav .active {
  background-color: rgb(255, 255, 255);
}
div.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
}
/* [data-src] {
  animation-timing-function: ease-in;
  animation-duration: 500ms;
} */
figure {
  border: 1px solid black;
  text-align: center;
}
figure img[data-src] {
  filter: blur(0.2em);
}
figure:hover {
  box-shadow: 5px 5px 5px rgb(0 0 0 / 70%);
}
figure img {
  filter: blur(0em);
  transition: filter 0.5s;
  width: 100%;
  height: auto;
}
.gallery-img-1 {
  grid-column: 1;
  grid-row: 1;
}
.gallery-img-2 {
  grid-column: 2;
  grid-row: 1;
}
.gallery-img-3 {
  grid-column: 3;
  grid-row: 1 / span 2;
}
.gallery-img-4 {
  grid-column: 1;
  grid-row: 2;
}
.gallery-img-5 {
  grid-column: 2;
  grid-row: 2;
}
.gallery-img-6 {
  grid-column: 2;
  grid-row: 3;
}
.gallery-img-7 {
  grid-column: 1;
  grid-row: 3 / span 2;
}
.gallery-img-8 {
  grid-column: 3;
  grid-row: 3 / span 2;
}
.gallery-img-9 {
  grid-column: 2;
  grid-row: 4;
}
.gallery-img-10 {
  grid-column: 1;
  grid-row: 5;
}
.gallery-img-11 {
  grid-column: 2;
  grid-row: 5;
}
.gallery-img-12 {
  grid-column: 3;
  grid-row: 5;
}
#locationmap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 2fr;
  text-align: center;
  padding: 2em;
  margin-bottom: 10px;
  color: #000000;
  background-color: #6feaf2;
  border: 3px solid black;
}
.socialimg {
  border: 3px solid black;
}
.rcolumm {
  grid-column: 2/2;
}
.lcolumn {
  grid-column: 1/2;
  grid-row: 1/2;
}

footer {
  background-color: #126a70;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 1em;
  padding: 1em;
}
h1 {
  color: #346c70;
  font-family: 'Poppins', sans-serif;
}
h2 {
  color: #1eb2bd;
  font-family: 'Poppins', sans-serif;
}
h3 {
  font-family: 'Raleyway', sans-serif;
}
p {
  font-family: 'Raleyway', sans-serif;
}
@media only screen and (max-width: 900px) {
  .content {
    width: 100%;
  }
  .imgdes {
    display: none;
  }
  #Limgsize {
    display: none;
  }
  #Simgize {
    display: none;
  }
  #Mimgsize {
    position: absolute;
    color: rgb(255, 133, 133);
    top: 25px;
    right: 50px;
    padding: 1.5rem;
  }
  figure:hover {
    box-shadow: none;
  }
  div.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
  }
  .gallery-img-1 {
    grid-column: 1;
    grid-row: 1;
  }
  .gallery-img-2 {
    grid-column: 1;
    grid-row: 2;
  }
  .gallery-img-3 {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
  .gallery-img-4 {
    grid-column: 1;
    grid-row: 4;
  }
  .gallery-img-5 {
    grid-column: 1;
    grid-row: 5;
  }
  .gallery-img-6 {
    grid-column: 2;
    grid-row: 6;
  }
  .gallery-img-7 {
    grid-column: 2;
    grid-row: 4 / span 2;
  }
  .gallery-img-8 {
    grid-column: 1;
    grid-row: 6;
  }
  .gallery-img-9 {
    grid-column: 1;
    grid-row: 7;
  }
  .gallery-img-10 {
    grid-column: 2;
    grid-row: 7;
  }
  .gallery-img-11 {
    grid-column: 1;
    grid-row: 8;
  }
  .gallery-img-12 {
    grid-column: 2;
    grid-row: 8;
  }
}
@media only screen and (max-width: 760px) {
  button {
    display: block;
    background-color: transparent;
  }
  /* .hide {
      display: none;
    } */
  #Mimgsize {
    display: none;
  }
  #Simgsize {
    position: absolute;
    color: rgb(255, 133, 133);
    top: 25px;
    right: 50px;
    padding: 1.5rem;
  }
  #heroimage img {
    width: 100%;
    height: auto;
  }
  ul.navigation.responsive li {
    display: block;
  }
  nav {
    display: block;
  }
  .navigation {
    overflow: hidden;
    display: block;
  }
  .navigation li:first-child {
    display: block;
  }
  .navigation li {
    display: none;
  }

  div.gallery {
    display: block;
    align-items: center;
    justify-items: center;
  }
  #locationmap {
    display: block;
  }
}
