@import url("https://fonts.googleapis.com/css2?family=Pirata+One&family=Rubik+Wet+Paint&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Gothic&display=swap");
h1, h2, h3, h4, h5, h6, p, a {
  color: white;
}

p, a {
  font-family: League Gothic, sans-serif;
  font-size: 33px;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background-image: url("../../photos/background.webp");
  background-repeat: repeat;
  overflow-y: scroll;
}

.ImagerHeader {
  position: relative;
}

#main-content {
  padding: 0 0 15px 0;
}

#container {
  position: relative;
  margin: auto auto 20px auto;
  width: 60%;
  height: auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px 10px 10px 10px;
  background-color: rgb(27, 27, 27);
  box-shadow: inset 0px 0px 14px 3px #000;
  border: 1px solid #000;
}

.box-content {
  box-shadow: inset 0 0 10px #000;
  box-sizing: border-box;
  background-color: rgba(30, 25, 25, 0.63);
  padding: 10px;
  text-align: center;
  height: 90%;
}

#footer-box {
  padding: 15px;
  display: grid;
  grid-template-rows: auto 1fr;
  background-color: rgb(27, 27, 27);
  border: 1px solid #000;
}
#footer-box p {
  font-size: 1.5em;
  margin: auto;
  padding: 0;
  text-align: center;
  grid-column: 1/3;
  grid-row: 5/6;
}

.topTitle {
  text-shadow: 0 0 18px #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 25px 0 10px 0px;
  margin: 0;
  font-family: "Pirata One", sans-serif;
  font-size: 5vw;
}

.room {
  border-radius: 17px 17px 0 0;
  height: 531px;
}

@media (max-width: 768px) {
  p, a {
    font-size: 36px;
  }
  .topTitle {
    text-shadow: 0 0 18px #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 25px 0 10px 0px;
    margin: 0;
    font-family: "Pirata One", sans-serif;
    font-size: 10vw;
  }
  #container {
    margin-top: 89px;
    width: 90%;
    padding: 0px;
    margin: 0 auto 20px auto;
    border: 0;
  }
  .room {
    border-radius: 17px 17px 0 0;
    height: 236px;
  }
}
h1, h2, h3, h4, h5, h6, p, a {
  color: white;
}

#video-container {
  position: relative;
  width: auto;
  height: 600px;
  margin-bottom: 1em;
}

#video {
  height: 100%;
}
#video iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 17px 17px 0 0;
  min-width: 321px;
}

#video-text {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.floating-wrapper {
  animation: float 3s ease-in-out infinite;
  will-change: transform;
}

#video-text a {
  font-family: League Gothic, sans-serif;
  background: rgb(49, 58, 1);
  color: white;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 4em;
  text-align: center;
  display: inline-block;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
#video-text a:hover {
  text-decoration: none;
  color: white;
  transition: 0.3s;
}

#main-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}
#main-content > div {
  flex: 1 1 calc(50% - 8px);
  width: 100%;
}
@media (max-width: 768px) {
  #main-content {
    flex-direction: column;
  }
}

.title {
  padding: 5px 0 10px 15px;
  margin: 0;
  font-family: Pirata One, sans-serif;
  text-align: center;
}

#about-box img {
  display: block;
  max-width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5px;
  margin: 15px auto;
  box-shadow: 0 0 10px #000;
}

.bodyLinks {
  font-size: 1.4em !important;
  text-decoration: none;
}

.card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
}
.card img {
  width: 222px;
  height: 9em;
  -o-object-fit: fill;
     object-fit: fill;
  margin-right: 10px;
  border-right: 5px solid #045600;
  margin: auto;
}
.card div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.card a {
  font-size: 2em;
  text-decoration: underline;
  font-weight: bold;
  color: #045600;
  margin-bottom: 5px;
  display: block;
}
.card p {
  font-size: 1.8em;
  margin: 0;
}
.card a {
  font-size: 2em;
  text-decoration: underline;
  font-weight: bold;
  color: #045600;
}
.card a:hover {
  text-decoration: none;
  transition: 0.3s;
}

.blog-post {
  display: flex;
  justify-content: flex-start;
}

#artwork-box .box-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.box-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#artwork-box img {
  display: block;
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5px;
  margin: 5px;
  box-shadow: 0 0 10px #000;
}

@media (max-width: 1400px) {
  #container {
    width: 90% !important;
  }
}
@media (max-width: 768px) {
  #container {
    width: 87% !important;
  }
  #video-text a {
    font-size: 2em;
  }
  .card p {
    font-size: 25px;
  }
  .card img {
    width: 140px;
    height: 190px;
  }
  .card a {
    font-size: 30px;
  }
  #video-container {
    height: 400px;
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */