@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 {
  width: auto;
  height: 600px;
  margin-bottom: 1em;
}

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

img {
  align-self: center;
  width: 100%;
}

#main-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  #main-content {
    grid-template-columns: 1fr;
  }
}

.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;
}

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

.box {
  padding: 8px;
  display: flex;
  flex-direction: column;
  border: 1px solid #000;
}

.box-content {
  display: flex;
  box-shadow: 0 0 20px 0px #000;
  background-color: rgba(0, 0, 0, 0.631372549);
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}

#dev-team img {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5px;
  box-shadow: 0 0 10px #000;
}

#role {
  color: #0f6d0f;
  margin-bottom: 10px;
}

.card {
  width: 350px;
  height: 500px;
  border: 5px solid #000;
  padding-bottom: 10px;
  margin: auto;
}

.card img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-right: 5px solid #000;
}

.card div {
  padding: 10px;
  box-sizing: border-box;
}
.card p {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
.card a {
  font-size: 2em;
  list-style: none;
  text-decoration: underline;
  font-weight: bold;
  color: #045600;
}
.card a:hover {
  text-decoration: none;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .box-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #dev-team img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border-right: 5px solid #000;
  }
  .card {
    width: 100%;
  }
}/*# sourceMappingURL=contact.css.map */