@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");
.html {
  box-sizing: border-box;
}

.BradleyHandITCStd {
  font-family: BradleyHandITCStd;
}

.BradleyHandITCStdBold {
  font-family: BradleyHandITCStdBold;
}

@font-face {
  font-family: "BradleyHandITCStdBold";
  src: url("webFonts/BradleyHandITCStdBold/font.woff2") format("woff2"), url("webFonts/BradleyHandITCStdBold/font.woff") format("woff");
}
.button {
  height: 60px;
  width: 300px;
  border-radius: 10px;
  background-color: #f0f0f0;
  box-shadow: 0 5px #999;
  border: none;
  cursor: pointer;
  outline: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.button:hover {
  background-color: #e0e0e0;
}
.button:active {
  background-color: #e0e0e0;
  border-radius: 20px;
  transform: translateY(4px);
  transform: translatX(4px);
}

.import-menu {
  width: 50%;
}
.import-menu-wide ul {
  text-decoration: none;
  letter-spacing: 0px;
  color: #2b0467;
  color: black;
  opacity: 1;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.import-menu-wide ul li {
  padding-right: 20px;
}
.import-menu-wide ul li a {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  list-style: none;
  text-decoration: none;
  color: black;
}
@media screen and (max-width: 800px) {
  .import-menu-wide {
    display: none;
  }
}
.import-menu-narrow {
  display: none;
}
@media screen and (max-width: 800px) {
  .import-menu-narrow {
    z-index: 10;
    flex-direction: column;
    text-align: right;
    align-self: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .import-menu-narrow ul {
    padding: 0;
    margin: 0;
    /*.dropdown-content a:hover {background-color: #f1f1f1}*/
  }
  .import-menu-narrow ul .hamburger {
    outline: 3px solid red;
    display: block;
    width: 25px;
    height: 3px;
    margin: 6px 0;
    text-decoration: none;
    letter-spacing: 0px;
    color: #2b0467;
    opacity: 1;
  }
  .import-menu-narrow ul li a,
.import-menu-narrow ul .dropbtn {
    display: inline-block;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    text-align: left;
    font: normal normal normal 14px/18px Arial;
    letter-spacing: 0px;
    color: #2b0467;
    opacity: 1;
  }
  .import-menu-narrow ul li a:hover,
.import-menu-narrow ul .dropdown:hover .dropbtn {
    /*background-color: red;*/
    text-decoration: underline;
  }
  .import-menu-narrow ul li.dropdown {
    display: inline-block;
  }
  .import-menu-narrow ul .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
    right: 30px;
  }
  .import-menu-narrow ul .dropdown-content a {
    color: black;
    /*padding: 12px 16px;*/
    padding: 12px;
    text-decoration: none;
    display: block;
    text-align: left;
    z-index: 10;
  }
  .import-menu-narrow ul .dropdown-content a:hover {
    background-color: lightgreen;
    text-decoration: none;
  }
  .import-menu-narrow ul .dropdown:hover .dropdown-content {
    display: block;
  }
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
  margin-right: 18px;
}
nav ul li {
  text-align: left;
  padding-right: 10px;
}
nav ul li a {
  text-decoration: none;
  font: normal normal normal 14px/18px BradleyHandITCStdBold;
  letter-spacing: 0px;
  color: #2b0467;
  opacity: 1;
}
nav ul span {
  font-weight: bold;
}

#logo {
  width: 100%;
  margin-top: 85px;
  margin-bottom: 32px;
}
@media screen and (max-width: 800px) {
  #logo {
    margin-top: 44px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 800px) and (max-width: 650px) {
  #logo {
    font-size: 15px;
  }
}

.header {
  max-width: 1280px;
  margin: 0 auto;
  width: 80%;
  height: 65px;
  background-color: rgba(233, 234, 239, 0.8470588235);
  display: flex;
  justify-content: space-around;
  padding-top: 15px;
}
.header .header-text {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 15px;
  color: red;
}
.header .header-text a {
  font-family: Helvetica;
  text-decoration: none;
  font-weight: bold;
  color: #343638;
  font-size: 11px;
}
@media screen and (max-width: 400px) {
  .header .header-text a {
    font-size: 8px;
  }
}
@media screen and (max-width: 400px) {
  .header .header-text {
    font-size: 12px;
  }
}
.header .header-logo {
  font-family: "Comfortaa", cursive;
  font-size: 36px;
}
@media screen and (max-width: 650px) {
  .header .header-logo {
    padding-top: 5px;
    font-size: 24px;
  }
}
@media screen and (max-width: 350px) {
  .header .header-logo {
    padding-top: 5px;
    font-size: 18px;
  }
}

#big-image-block {
  width: 100%;
  max-width: 1200px;
  background: #ecedf1 0% 0% no-repeat padding-box;
  opacity: 1;
  margin: 0;
  padding: 0;
  top: 0px;
  display: none;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
}
#big-image-block * {
  margin: 0;
  padding: 0;
}
@media screen and (max-height: 700px) {
  #big-image-block {
    overflow: scroll;
  }
}
#big-image-block #big-x {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  color: black;
  opacity: 0.5;
  position: absolute;
  top: 80px;
  right: 60px;
  top: 25px;
  right: 25px;
  z-index: 10;
  font-size: 25px;
  font-weight: bold;
  line-height: 0.9;
  cursor: grab;
}
#big-image-block button {
  background-color: black;
  border-color: black;
}
#big-image-block #big-image-container {
  margin: 0 auto;
  text-align: center;
  max-width: 900px;
  width: 100%;
  background: #ecedf1 0% 0% no-repeat padding-box;
  display: grid;
  height: 100%;
}
#big-image-block #big-image-container #big-image {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: -12px;
  z-index: 5;
  text-align: center;
  background: #ecedf1 0% 0% no-repeat padding-box;
  max-width: 100%;
  max-height: 100vh;
  margin: auto;
}
#big-image-block #big-image-container img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#big-image-block #big-image-container #big-image-text {
  background: #ecedf1 0% 0% no-repeat padding-box;
  width: 900px;
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font: normal normal bold 23px/29px BradleyHandITCStdBold;
  letter-spacing: 0px;
  color: #582f8f;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
}
#big-image-block #big-image-container #big-image-text #big-image-text1 {
  width: 60%;
  padding-top: 15px;
  font-weight: bold;
  font-size: 20px;
  color: #676769;
}
#big-image-block #big-image-container #big-image-text #big-image-text2 {
  width: 60%;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0px;
  color: #676769;
}
#big-image-block #big-image-container #big-image-text #big-image-text3 {
  width: 60%;
  padding-top: 10px;
  font-size: 18px;
  color: #676769;
  line-height: 1.25;
}
@media screen and (max-width: 600px) {
  #big-image-block #big-image-container #big-image-text #big-image-text3 {
    width: 90%;
  }
}
#big-image-block .footer {
  width: 80%;
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: normal;
  font-size: 18px;
  border-color: black;
  user-select: none;
  text-decoration: none;
  font-size: 50px;
}
@media (pointer: coarse) {
  .prev,
.next {
    display: none;
  }
}

/* Position the "next button" to the right */
.next {
  right: 10px;
}

.prev {
  left: 0%;
}

/* On hover, add a black background color with a little bit see-through */
footer {
  margin: 0 auto;
  margin-top: 44px;
  margin-bottom: 30px;
  text-align: center;
  font: normal normal normal 20px/30px BradleyHandITCStdBold;
  letter-spacing: 0px;
  text-align: center;
  font: normal normal normal 20px/30px BradleyHandITCStdBold;
  letter-spacing: 0px;
  color: #582f8f;
  opacity: 1;
}
@media screen and (max-width: 700px) {
  footer {
    margin-top: 0;
  }
}
@media screen and (max-width: 850px) {
  footer {
    width: 80%;
  }
}

#Art {
  margin-bottom: 10px;
}

#copyright {
  text-align: center;
  font: normal normal normal 12px/28px BradleyHandITCStdBold;
  letter-spacing: 0px;
  color: #582f8f;
  opacity: 1;
  margin-bottom: 77px;
}

body {
  height: 99vh;
  margin: 0 auto;
  max-width: 1313px;
}

main {
  max-width: 1313px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #ecedf1 0% 0% no-repeat padding-box;
  opacity: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
main #content {
  z-index: 1;
  max-width: 1064px;
  width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
main #content img {
  width: 800px;
}
main #content #enter {
  margin: 0 auto;
}
main #content #enter .swipe-msg {
  font-size: 16px;
  display: none;
}
main #content #enter #enter-click {
  cursor: pointer;
}
main .index-copy {
  margin-top: 25px;
  margin-bottom: 50px;
  width: 60%;
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-medium) var(--unnamed-font-size-20)/var(--unnamed-line-spacing-25) var(--unnamed-font-family-helvetica-neue);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-676769);
  text-align: center;
  font: normal normal medium 20px/25px Helvetica Neue;
  letter-spacing: 0px;
  line-height: 1.4;
  color: #676769;
  opacity: 1;
}
main footer {
  margin-top: 44px;
  margin-bottom: 30px;
  text-align: center;
  font: normal normal normal 20px/30px BradleyHandITCStdBold;
  letter-spacing: 0px;
  text-align: center;
  font: normal normal normal 20px/30px BradleyHandITCStdBold;
  letter-spacing: 0px;
  color: #582f8f;
  opacity: 1;
}
@media screen and (max-width: 700px) {
  main footer {
    margin-bottom: 0;
  }
}
main #Art {
  margin-bottom: 10px;
}
main #copyright {
  text-align: center;
  font: normal normal normal 12px/28px BradleyHandITCStdBold;
  letter-spacing: 0px;
  color: #582f8f;
  opacity: 1;
  margin-bottom: 77px;
}