body {
  background-color: black;
  overflow-x: hidden;
  width: 100vw;
  margin: 0;
}
body #header {
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 6vh;
  background-color: black;
  margin: 0;
  position: fixed;
  z-index: 1;
  display: flex;
  align-items: center;
  border-bottom: 2px dashed white;
  top: 0;
  padding: 0;
  top: 0;
  left: 0;
  text-align: center;
}
body #header a {
  text-decoration: none;
}
body #header a h1 {
  width: -moz-fit-content;
  width: fit-content;
}
body #header h1 {
  color: white;
  line-height: 100%;
  display: inline;
  width: 80vw;
}
body #main {
  position: relative;
  top: 20vh;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  margin: 0;
  position: relative;
}
body #main #intro {
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 30vh;
}
body #main #intro p {
  color: white;
  text-align: center;
  width: 50vw;
  font-size: 2em;
}
body #main .section {
  width: 100vw;
  height: 40vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body #main .section #media_1, body #main .section #media_2 {
  width: 30vw;
  margin-right: 1vw;
}
body #main .section #media_1 video, body #main .section #media_2 video {
  height: auto;
  width: 100%;
}
body #main .section #inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  width: 50vw;
  padding-left: 5vw;
}
body #main .section #inner #image_holder {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 49%;
  margin: 0.5%;
}
body #main .section #inner #image_holder img {
  position: absolute;
  height: auto;
  filter: drop-shadow(2px 2px 5px white) drop-shadow(-2px -2px 5px white);
}
body #main .section #inner #image_holder img:hover {
  filter: drop-shadow(2px 2px 5px rgb(123, 255, 200)) drop-shadow(-2px -2px 5px green);
}
body #main .section #inner #image_holder img:nth-of-type(1) {
  position: relative;
  width: 100%;
  height: auto;
}
body #main .section #inner #image_holder img:nth-of-type(2) {
  width: 50%;
  bottom: -20%;
  left: 0;
  transform: scaleX(-1);
}
body #main .section #inner #image_holder img:nth-of-type(3) {
  width: 50%;
  bottom: -30%;
  right: 0%;
}
body #main .section #inner #image_holder img:nth-of-type(4) {
  width: 100%;
  top: 0;
  left: 0;
}
body #main .section #inner #info {
  height: 80%;
  width: 45%;
  margin: 0 0.5% 0 3%;
  position: relative;
  color: white;
}
body #main .section #inner #info p {
  font-size: 1.2em;
}
body #main .section #inner #info a {
  color: white;
  text-decoration: none;
  font-size: 1.1em;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 10px;
}
body #main #narrow_section {
  display: none;
}
body #main .section.left {
  margin-top: 20vh;
}
body #main .section.left #media_2 {
  margin-left: 1vw;
  margin-right: 0;
}
body #main .section.left #inner {
  padding-right: 5vw;
  padding-left: 0;
}
body #main .section.left #inner #image_holder img {
  filter: drop-shadow(2px 2px 5px white) drop-shadow(-2px -2px 5px white);
}
body #main .section.left #inner #image_holder img:hover {
  filter: drop-shadow(2px 2px 5px red) drop-shadow(-2px -2px 5px red);
}
body #main .section.left #inner #image_holder img:nth-of-type(2) {
  width: 50%;
  bottom: 20%;
  left: 25%;
  transform: scaleX(1);
  transform: rotate(-130deg);
}
body #main .section.left #inner #image_holder img:nth-of-type(3) {
  width: 50%;
  bottom: 30%;
  right: 10%;
  transform: rotate(-100deg);
}
body #main .section.left #inner #image_holder img:nth-of-type(4) {
  width: 50%;
  bottom: 0;
  left: 55%;
  top: 50%;
  transform: rotate(-80deg);
}
body #main .section.left #inner #info {
  margin: 0 3% 0 0.5%;
}
body #main #footer {
  width: 100vw;
  height: 10vh;
  max-height: 60px;
  position: relative;
  bottom: -10vh;
  margin-top: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px dashed white;
}
body #main #footer a {
  text-decoration: none;
  color: white;
  outline: white solid 2px;
  text-align: center;
  line-height: 1em;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 1% 5% 1% 5%;
}
body #main #footer a:hover {
  background-color: rgba(65, 65, 65, 0.5);
}
body #main #footer {
  bottom: -150px;
}

@media screen and (max-width: 500px) {
  body #header {
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 6vh;
    background-color: black;
    margin: 0;
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed white;
    top: 0;
    margin-bottom: 10px;
    width: 100vw;
    height: fit-content;
    min-height: 6vh;
    background-color: black;
    margin: 0;
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed white;
    top: 0;
    padding: 0;
    top: 0;
    left: 0;
    text-align: center;
    max-height: 50px;
  }
  body #header a {
    text-decoration: none;
  }
  body #header a h1 {
    width: -moz-fit-content;
    width: fit-content;
  }
  body #header h1 {
    color: white;
    line-height: 100%;
    display: inline;
    width: 80vw;
  }
  body #header a {
    width: -moz-fit-content;
    width: fit-content;
  }
  body #header a h1 {
    font-size: 1.2em;
  }
  body #header h1 {
    width: 65vw;
    font-size: 1.5em;
  }
  body #main {
    top: 10vh;
  }
  body #main #intro p {
    width: 90vw;
    font-size: 1.2em;
  }
  body #main .section {
    margin-top: 10vh;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
    justify-content: center;
  }
  body #main .section #media_1, body #main .section #media_2 {
    width: 90vw;
    margin-top: 10%;
  }
  body #main .section #inner {
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 90vw;
    padding-left: 0;
  }
  body #main .section #inner #image_holder {
    padding: 0;
  }
  body #main .section #inner #info {
    height: -moz-fit-content;
    height: fit-content;
    width: 90%;
    margin-top: 100px;
  }
  body #main .section #inner #info p {
    font-size: 1em;
  }
  body #main .section #inner #info a {
    font-size: 1.1em;
    bottom: -10%;
  }
  body #main #narrow_section {
    margin-top: 15vh;
    display: flex;
    width: 100vw;
    justify-content: center;
  }
  body #main #narrow_section #inner {
    padding: 0;
    margin: 0;
  }
  body #main .section.left {
    display: none;
  }
  body #main #footer {
    width: 100vw;
    height: 10vh;
    max-height: 60px;
    position: relative;
    bottom: -10vh;
    margin-top: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px dashed white;
  }
  body #main #footer a {
    text-decoration: none;
    color: white;
    outline: white solid 2px;
    text-align: center;
    line-height: 1em;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 1% 5% 1% 5%;
  }
  body #main #footer a:hover {
    background-color: rgba(65, 65, 65, 0.5);
  }
  body #main #footer {
    height: 10vh;
    margin-top: 10vh;
    justify-content: space-evenly;
  }
  body #main #footer a {
    width: 20vw;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1em;
    font-size: 0.7em;
    padding: 2%;
  }
}
@media screen and (min-width: 500px) and (max-width: 1030px) {
  body #header {
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 6vh;
    background-color: black;
    margin: 0;
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed white;
    top: 0;
    margin-bottom: 10px;
    width: 100vw;
    height: fit-content;
    min-height: 6vh;
    background-color: black;
    margin: 0;
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed white;
    top: 0;
    padding: 0;
    top: 0;
    left: 0;
    text-align: center;
    max-height: 50px;
  }
  body #header a {
    text-decoration: none;
  }
  body #header a h1 {
    width: -moz-fit-content;
    width: fit-content;
  }
  body #header h1 {
    color: white;
    line-height: 100%;
    display: inline;
    width: 80vw;
  }
  body #header a {
    width: -moz-fit-content;
    width: fit-content;
  }
  body #header a h1 {
    font-size: 1.2em;
  }
  body #header h1 {
    width: 65vw;
    font-size: 1.5em;
  }
  body #main {
    top: 10vh;
  }
  body #main #intro p {
    width: 90vw;
    font-size: 1.2em;
  }
  body #main .section {
    margin-top: 10vh;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
    justify-content: center;
  }
  body #main .section #media_1, body #main .section #media_2 {
    width: 90vw;
    margin-top: 10%;
  }
  body #main .section #inner {
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 90vw;
    padding-left: 0;
  }
  body #main .section #inner #image_holder {
    padding: 0;
  }
  body #main .section #inner #info {
    height: -moz-fit-content;
    height: fit-content;
    width: 90%;
    margin-top: 100px;
  }
  body #main .section #inner #info p {
    font-size: 1em;
  }
  body #main .section #inner #info a {
    font-size: 1.1em;
    bottom: -10%;
  }
  body #main #narrow_section {
    margin-top: 15vh;
    display: flex;
    width: 100vw;
    justify-content: center;
  }
  body #main #narrow_section #inner {
    padding: 0;
    margin: 0;
  }
  body #main .section.left {
    display: none;
  }
  body #main #footer {
    width: 100vw;
    height: 10vh;
    max-height: 60px;
    position: relative;
    bottom: -10vh;
    margin-top: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px dashed white;
  }
  body #main #footer a {
    text-decoration: none;
    color: white;
    outline: white solid 2px;
    text-align: center;
    line-height: 1em;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 1% 5% 1% 5%;
  }
  body #main #footer a:hover {
    background-color: rgba(65, 65, 65, 0.5);
  }
  body #main #footer {
    height: 10vh;
    margin-top: 10vh;
    justify-content: space-evenly;
  }
  body #main #footer a {
    width: 20vw;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1em;
    font-size: 0.7em;
    padding: 2%;
  }
  body #header {
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 6vh;
    background-color: black;
    margin: 0;
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed white;
    top: 0;
    margin-bottom: 10px;
    width: 100vw;
    height: fit-content;
    min-height: 6vh;
    background-color: black;
    margin: 0;
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed white;
    top: 0;
    padding: 0;
    top: 0;
    left: 0;
    text-align: center;
    height: 11vh;
  }
  body #header a {
    text-decoration: none;
  }
  body #header a h1 {
    width: -moz-fit-content;
    width: fit-content;
  }
  body #header h1 {
    color: white;
    line-height: 100%;
    display: inline;
    width: 80vw;
  }
  body #header a {
    width: -moz-fit-content;
    width: fit-content;
  }
  body #header a h1 {
    font-size: 1.2em;
  }
  body #header h1 {
    width: 65vw;
    font-size: 1.5em;
  }
  body #main #intro {
    height: -moz-fit-content;
    height: fit-content;
  }
  body #main #intro p {
    width: 90vw;
    font-size: 1.5em;
  }
  body #main .section {
    margin-top: 150px;
    height: -moz-fit-content;
    height: fit-content;
  }
  body #main .section #inner {
    height: 100%;
  }
  body #main .section #inner #info {
    height: 30%;
    font-size: 1em;
  }
  body #main #narrow_section {
    margin-top: 50px;
  }
  body #main #narrow_section #media_2 {
    position: relative;
  }
  body #main #narrow_section #inner {
    padding-right: 0;
    padding-left: 0;
  }
  body #main #footer {
    width: 100vw;
    height: 10vh;
    max-height: 60px;
    position: relative;
    bottom: -10vh;
    margin-top: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px dashed white;
  }
  body #main #footer a {
    text-decoration: none;
    color: white;
    outline: white solid 2px;
    text-align: center;
    line-height: 1em;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 1% 5% 1% 5%;
  }
  body #main #footer a:hover {
    background-color: rgba(65, 65, 65, 0.5);
  }
  body #main #footer {
    height: 10vh;
    margin-top: 10vh;
    justify-content: space-evenly;
  }
  body #main #footer a {
    width: 20vw;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1em;
    font-size: 0.7em;
    padding: 2%;
  }
  body #main #footer {
    padding-top: 10px;
  }
  body #main #footer a {
    line-height: 1em;
  }
}
@media screen and (min-width: 1030px) and (max-width: 1500px) {
  body #header {
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 6vh;
    background-color: black;
    margin: 0;
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed white;
    top: 0;
    margin-bottom: 10px;
    width: 100vw;
    height: fit-content;
    min-height: 6vh;
    background-color: black;
    margin: 0;
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed white;
    top: 0;
    padding: 0;
    top: 0;
    left: 0;
    text-align: center;
    max-height: 50px;
  }
  body #header a {
    text-decoration: none;
  }
  body #header a h1 {
    width: -moz-fit-content;
    width: fit-content;
  }
  body #header h1 {
    color: white;
    line-height: 100%;
    display: inline;
    width: 80vw;
  }
  body #header a {
    width: -moz-fit-content;
    width: fit-content;
  }
  body #header a h1 {
    font-size: 1.2em;
  }
  body #header h1 {
    width: 65vw;
    font-size: 1.5em;
  }
  body #main {
    top: 10vh;
  }
  body #main #intro p {
    width: 90vw;
    font-size: 1.2em;
  }
  body #main .section {
    margin-top: 10vh;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
    justify-content: center;
  }
  body #main .section #media_1, body #main .section #media_2 {
    width: 90vw;
    margin-top: 10%;
  }
  body #main .section #inner {
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 90vw;
    padding-left: 0;
  }
  body #main .section #inner #image_holder {
    padding: 0;
  }
  body #main .section #inner #info {
    height: -moz-fit-content;
    height: fit-content;
    width: 90%;
    margin-top: 100px;
  }
  body #main .section #inner #info p {
    font-size: 1em;
  }
  body #main .section #inner #info a {
    font-size: 1.1em;
    bottom: -10%;
  }
  body #main #narrow_section {
    margin-top: 15vh;
    display: flex;
    width: 100vw;
    justify-content: center;
  }
  body #main #narrow_section #inner {
    padding: 0;
    margin: 0;
  }
  body #main .section.left {
    display: none;
  }
  body #main #footer {
    width: 100vw;
    height: 10vh;
    max-height: 60px;
    position: relative;
    bottom: -10vh;
    margin-top: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px dashed white;
  }
  body #main #footer a {
    text-decoration: none;
    color: white;
    outline: white solid 2px;
    text-align: center;
    line-height: 1em;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 1% 5% 1% 5%;
  }
  body #main #footer a:hover {
    background-color: rgba(65, 65, 65, 0.5);
  }
  body #main #footer {
    height: 10vh;
    margin-top: 10vh;
    justify-content: space-evenly;
  }
  body #main #footer a {
    width: 20vw;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1em;
    font-size: 0.7em;
    padding: 2%;
  }
  body #header {
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 6vh;
    background-color: black;
    margin: 0;
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed white;
    top: 0;
    margin-bottom: 10px;
    width: 100vw;
    height: fit-content;
    min-height: 6vh;
    background-color: black;
    margin: 0;
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed white;
    top: 0;
    padding: 0;
    top: 0;
    left: 0;
    text-align: center;
    height: 11vh;
  }
  body #header a {
    text-decoration: none;
  }
  body #header a h1 {
    width: -moz-fit-content;
    width: fit-content;
  }
  body #header h1 {
    color: white;
    line-height: 100%;
    display: inline;
    width: 80vw;
  }
  body #header a {
    width: -moz-fit-content;
    width: fit-content;
  }
  body #header a h1 {
    font-size: 1.2em;
  }
  body #header h1 {
    width: 65vw;
    font-size: 1.5em;
  }
  body #main #intro {
    height: -moz-fit-content;
    height: fit-content;
  }
  body #main #intro p {
    width: 90vw;
    font-size: 1.5em;
  }
  body #main .section {
    margin-top: 150px;
    height: -moz-fit-content;
    height: fit-content;
  }
  body #main .section #inner {
    height: 100%;
  }
  body #main .section #inner #info {
    height: 30%;
    font-size: 1em;
  }
  body #main #narrow_section {
    margin-top: 150px;
  }
  body #main #narrow_section #media_2 {
    position: relative;
  }
  body #main #narrow_section #inner {
    padding-right: 0;
    padding-left: 0;
  }
  body #main #narrow_section #inner #image_holder {
    position: relative;
  }
  body #main #narrow_section #inner #info {
    margin: 1% 0.5% 1% 3%;
  }
  body #main #footer {
    width: 100vw;
    height: 10vh;
    max-height: 60px;
    position: relative;
    bottom: -10vh;
    margin-top: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px dashed white;
  }
  body #main #footer a {
    text-decoration: none;
    color: white;
    outline: white solid 2px;
    text-align: center;
    line-height: 1em;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 1% 5% 1% 5%;
  }
  body #main #footer a:hover {
    background-color: rgba(65, 65, 65, 0.5);
  }
  body #main #footer {
    height: 10vh;
    margin-top: 10vh;
    justify-content: space-evenly;
  }
  body #main #footer a {
    width: 20vw;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1em;
    font-size: 0.7em;
    padding: 2%;
  }
  body #main #footer {
    padding-top: 10px;
  }
  body #main #footer a {
    line-height: 1em;
  }
}/*# sourceMappingURL=index.css.map */