body {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  margin: 0;
  background: rgb(28 24 14);
}

#RumbambaLogo {
  height: 10rem;
  object-fit: contain;
  /* width: 100%; */
  position: absolute;
  right: 0;
}

#MainBackgroundImage {
  width: 100%;
  object-fit: cover;
}

#Main {
  height: calc(100vh - 25vh);
}

#Video video {
  width: 100%;
}

.sectionContainer {
  padding: 1rem 1rem 2.5rem;
  text-align: center;
}

.title {
  font-size: 1.7rem;
  font-weight: bold;
  color: #ffedbd;
}

.event {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 35rem;
  display: flex;
  flex-direction: column;
}

.eventInfoContainer {
  color: #fff;
  position: relative;
  background-color: #00000082;
}

.eventInfoContainer > .title {
  color: #fff;
  font-size: 1.3rem;
}

.galleryContainer {
  width: 100%;
}

.galleryContainer img {
  width: 23%;
  height: auto;
}

@media screen and (max-width: 600px) {
  .galleryContainer img {
    width: 100%;
  }

  #Main {
    height: calc(100vh - 37vh);
    display: flex;
    flex-direction: column;
  }

  #MainBackgroundImage {
  width: 100%;
  object-fit: cover;
  position: unset;
  height: auto;
  }

  #RumbambaLogo {
    width: 100%;
    position: unset;
  }

  #Main > picture:nth-child(1){
    background: #0e0d07;
  }

  footer > div > p:nth-child(1) {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

@media screen and (min-width: 600px) {
  .description {
    padding: 0 20%;
  }

  #Contact {
    padding: 1rem 25%;
  }

  #MainBackgroundImage {
    height: calc(100vh - 25vh);
  }

  #Video video {
    width: 50rem;
  }
}

#ContactForm {
  display: flex;
  flex-direction: column;
}

#ContactForm > input,
#ContactForm > textarea {
  margin: 0.5rem 0;
  padding: 1rem;
  background-color: black;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 0.5rem;
  border: 2px solid #898989;
}

#ContactForm > input[type=submit] {
  cursor: pointer;
}

footer > .sectionContainer a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  margin: 0 .5rem;
  padding: .25rem .4rem;
  border-radius: 0.5rem;
  border: 2px solid #898989;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../assets/fonts/icomoon.eot?yebt2x');
  src:  url('../assets/fonts/icomoon.eot?yebt2x#iefix') format('embedded-opentype'),
    url('../assets/fonts/icomoon.ttf?yebt2x') format('truetype'),
    url('../assets/fonts/icomoon.woff?yebt2x') format('woff'),
    url('../assets/fonts/icomoon.svg?yebt2x#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
