/*  MAIN  */
@font-face {
  font-family: Mohave;
  src: url("/Mohave-VariableFont_wght.ttf");
}

@font-face {
  font-family: Auccultist;
  src: url("/AuccultistFont-Regular.ttf");
}

@font-face {
  font-family: AuccultistIcon;
  src: url("/AuccultistIcons-Regular.otf");
}

body {
  background-image: url("/background.gif");
  background-size: cover;
  position: fixed;
}





/* GENERAL */
.centerContent {
  display: flex;
  align-items: center;
  justify-content: center;
}

.centerContentWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}





/* NAVIGATION BAR */
.navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 20%;
  background-color: #38001C;
  height: 100%; 
  position: fixed; 
  overflow: auto; 
  font-family: mohave;
}

.logo {
  width: 100%;
  height: 200px;
  background-image: url("/logo.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.navHr {
  border: #600211 1px dashed;
  width: 90%
}

/* NAVIGATION links */
li a {
  display: block;
  text-align: left;
  color: #F5BA8B;
  padding: 8px 16px;
  margin: 10px 25px;
  text-decoration: none;
  background-color: #480317;
  font-size: 18px;
}

li a:hover {
  background-color: #600211;
  color: #fff;
  transition: ease 0.5s;
  text-decoration: none;
  font-size: 20px;
}

.subOption {
  text-decoration: none;
  background-color: #600211;
  font-size: 15px;
  padding: -6px
}

.subOption:hover {
  text-decoration: none;
  background-color: #810318;
  font-size: 17px;
}

/* NAVIGATION dropdown */
.dropdown {
  text-decoration: none;
  transition: all 0.3s;
}

.dropdown-content {
  position: absolute;
  top: 100%;
  right: 0px;
  width: 90%;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}

.dropdown:hover {
  margin-bottom: 150px;
  color: #fff
}

.dropdown:hover .dropdown-content {
  opacity: 1;
  pointer-events: auto;
}

.dropdown-content a {
  color: #F5BA8B;
  background: #600211;
  padding: 5px 15px;
  text-decoration: none;
  display: block;
  transform: ease 1s;
}

.dropdown-content a:hover {
  background: #810318;
  transform: ease 0.5s;
  color: #fff'
}

/* NAVIGATION credit */
.credit {
  color: #B6A4A4;
  text-align: center;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* NAVIGATION hamburger, hidden for larger screens */
.hamburgerNav, .hamburgerNavX {
  opacity: 0;
  position: fixed;
}

/* NAVIGATION BAR MOBILE */
@media(max-width: 900px) {
  .mobile-navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #38001C;
    height: 100%; 
    position: fixed; 
    overflow: auto; 
    font-family: mohave;
    width: 100%;
    left: -100%;
    transition: left 0.5s;
  }

  .mobile-navigation.open {
    width: 100%;
    left: 0;
    z-index: 9999;
  }

  /* NAVIGATION hamburger, for mobile */
  .hamburgerNav {
    opacity: 1;
    color: #F5BA8B;
    background-color: #38001C;
    border-radius: 10%;
    display: block;
    margin: 15px;
    padding: 15px;
    left: 0;
    top: 0;
    z-index: 100;
  }

  .hamburgerNavX {
    color: #F5BA8B;
    background-color: #38001C;
    border-radius: 10%;
    display: block;
    margin: 15px;
    padding: 15px;
    right: 10px;
    top: 0;
    z-index: 1000;
    transition: ease 0.5s;
  }
  
  .hamburgerNavX.open {
    opacity: 1;
  }

  .hamburgerNav:hover, .hamburgerNavX:hover {
    color: #fff;
    background-color: #38001C;
  }
}




/* PAGE BODIES */
.mainBody {
  margin: 0;
  padding: 0;
  left: 20%;
  width: 80%;
  height: 100%; 
  position: fixed; 
  overflow: auto; 
  font-family: mohave;
}

@media(max-width: 900px) {
  .mainBody {
    margin: 0;
    padding: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    position: fixed; 
    overflow: auto; 
    font-family: mohave;
  }
}





/* INDEX logo */
.bigLogo {
  background-image: url(/biglogo.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 810px;
  max-height: 335px;
  min-height: 40%;
  margin: 30px;
}

/* INDEX social links */
.socialContainer {
  max-width: 80%;
  margin-top: 50px;
}

.socialIcon:hover {
  color: #fff
}

.socialLink {
  color: #F5BA8B;
  text-align: center;
  transition: all 0.5s;
  margin: 10px 30px;
}

.socialLink:hover {
  color: #fff;
  transform: rotate(8deg);
  text-decoration: none;
}





/* COMMISSIONS INDEX */
.commCard {
  height: 650px;
  width: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.cardTitle {
  color: #fff;
  text-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 5px #000;
  text-align: center;
  transition: ease 0.5s;
  margin: 15px;
  border-radius: 5px;
}

.cardTitle:hover {
  color: #fff;
  text-shadow: 0px 0px 10px #fff;
  box-shadow: 0px 0px 10px #fff;
  text-align: center;
  text-decoration: none;
}





/* ABOUT PAGE STUFF */
.speechRoll {
  max-height: 80vh;
  overflow-y: auto;
  font-size: 18px;
}

.speech {
  background-color: #480317;
  padding: 15px;
  border-radius: 20px;
  position: relative;
  margin: 10px 30px;
  box-shadow: 20px 5px 15px #00000088;
}

.speech::after {
  display: block; width: 0; content: "";
  border: 15px solid transparent;
  position: absolute;
}

.speech.up::after, .speech.down::after {
  border-left-color: #480317;
  border-right: 0;
}

.speech.up::after {
  right: -15px; top: calc(25% - 15px);
}

.speech.down::after {
  right: -15px; top: calc(50% - 15px);
}

.altSpeech {
  background-color: #600248;
  padding: 15px;
  border-radius: 20px;
  position: relative;
  margin: 10px 30px;
  box-shadow: -20px 5px 15px #00000088;
}

.altSpeech::after {
  display: block; width: 0; content: "";
  border: 15px solid transparent;
  position: absolute;
}

.altSpeech.down::after {
  border-right-color: #600248;
  border-left: 0;
}


.altSpeech.down::after {
  left: -15px; top: calc(50% - 15px);
}





/* COMMISSIONS INFO STUFF */
.commBody {
  max-width: 1050px;
  margin: 10px;
  padding: 15px;
}

.commBodyVskn {
  max-width: 100%;
  margin: 10px;
  padding: 15px;
}

.titleBar {
  padding: 10px 25px 3px;
  background-color: #600211;
  border-radius: 40px 5px 5px;
  color: #F5BA8B
}

.titleBarVskn {
  padding: 10px 25px 3px;
  background-color: #b9acae;
  border-radius: 40px 5px 5px;
  color: #000000
}

.pageTitle {
  color: #fff;
  text-shadow: 0px 0px 10px #000;
  text-align: center;
  display: block;
}

/* COMMISSIONS boxes */
.itemBody {
  background-color:#38001C;
  margin: 0px 25px;
  border-radius: 0px 0px 5px 5px;
}

.itemBodyVskn {
  background-color:#a79898;
  margin: 0px 25px;
  border-radius: 0px 0px 5px 5px;
}

.itemBodySmaller {
  background-color: #2b0015;
  margin: 10px;
  padding: 5px;
  border-radius: 5px;
}

.itemBodySmallerVskn {
  background-color: #B9ACAE;
  margin: 10px;
  padding: 5px;
  border-radius: 5px;
}

.commDetailPanel {
  max-height: 100px;
  max-width: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* COMMISSIONS text stuff */
.notice {
  padding: 10px 25px 5px;
  margin: 0px 25px 5px;
  background-color: #60370299;
  border-radius: 50px;
  color: #F5BA8B99;
  transition: ease 0.5s;
}

.notice:hover {
  background-color: #603702;
  color: #F5BA8B;
}

.commButton {
  padding: 5px 15px;
  margin: 5px;
  background-color: #600211;
  border-radius: 5px;
  color: #F5BA8Baa;
  transition: ease 0.5s;
}

.commButton:hover {
  color: #F5BA8B;
  background-color: #810318;
  text-decoration: none;
}

.bodyText {
  /* general text */
  color:#B6A4A4;
  text-align: center;
}

.bodyTextVskn {
  /* general text */
  color:#000000;
  text-align: center;
}

.bodyTextAlt {
  /* general text */
  color:#B6A4A4aa;
  text-align: center;
}

.bodyTextAlt {
  /* general text */
  color:#B6A4A4aa;
  text-align: center;
}

.bodyTextDes {
  /* general text */
  color:#000000;
  text-align: center;
}

.bodyTextBio {
  /* general text */
  color:#24222099;
  text-align: center;
}



.minorLink {
  /* link in text */
  color: #F5BA8Baa;
  transition: ease 0.5s;
}

.minorLink:hover {
  color: #F5BA8B;
  text-decoration: none;
}

.vsknLink {
  /* link in text */
  color: #000000aa;
  transition: ease 0.5s;
}

.vsknLink:hover {
  color: #000000;
  text-decoration: none;
}


.seeMore {
  text-align: center;
  display: block;
  background-color: #480317 ;
  color: #F5BA8B;
  border-radius: 5px;
  margin: 10px 50px;
  transition: ease 0.5s;
}

.seeMore:hover {
  color: #fff;
  text-decoration: none;
  background-color: #600211;
}

.seeMoreVskn {
  text-align: center;
  display: block;
  background-color: #B9ACAE ;
  color: #000000;
  border-radius: 5px;
  margin: 10px 50px;
  transition: ease 0.5s;
}

.seeMoreVskn:hover {
  color: #000000;
  text-decoration: none;
  background-color: #e4e4e4;
}

/* COMMISSIONS image stuff */
.pageBanner {
  width: 100%;
  height: 100%;
  display: flex;
  max-height: 120px;
  background-size: cover;
}

.featuredImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  max-height: 400px;
  transition: 0.5s;
  border-radius: 5px;
}

.fixedImage {
  width: 200px;
  height: 200px;
  object-fit: contain;
  display: block;
  transition: 0.5s;
  border-radius: 5px;
}

.fixedBox {
  width: 100%;
  height: 200px;
  object-fit: contain;
  display: block;
}

.fixedBoxMid {
  width: 100%;
  height: 300px;
  object-fit: contain;
  display: block;
}

.fixedBoxBig {
  width: 100%;
  height: 400px;
  object-fit: contain;
  display: block;
}

.fixedBoxHuge {
  width: 100%;
  height: 600px;
  object-fit: contain;
  display: block;
}

.featuredImage:hover {
  cursor: pointer;
  background-color: #ffffff10;
  box-shadow: 0px 0px 5px #fff;
}

.featuredImageSmall {
  height: 150px;
  max-width: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  padding: 5px;
}

.imageSetSize250 {
  width: 220px;
  height: 250px;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.imageSetSize300 {
  width: 300px;
  height: 350px;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.magnifyingGlass {
  color: #fff;
  position: relative;
  left: 5px;
  top: -25px;
  pointer-events: none;
  text-shadow: 2px 2px #000;
}




/* VOSKENS SPECIES STUFF */
.titleImage {
  max-height: 250px;
}



/* SEE MORE POPUP */
.seeMorePopup1, .seeMorePopup2, .seeMorePopup3, .seeMorePopup4 {
  position: fixed;
  z-index: 1000;
  left: 20%;
  top: -100%;
  width: 80%;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s;
}

@media(max-width: 900px) {
  .seeMorePopup1, .seeMorePopup2, .seeMorePopup3, .seeMorePopup4 {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s;
  }
}

.seeMorePopup1.open, .seeMorePopup2.open, .seeMorePopup3.open, .seeMorePopup4.open {
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.seeMoreIcon{
  max-width: 200px;
  max-height: 200px;
}





/* MODAL POPUP */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
}

#caption {
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 10px;
  font-family: mohave;
}

.modal-content {
  margin: auto;
  display: block;
  background-color: transparent;
  max-height: 90%;
  max-width: 90%;
  object-fit: contain;
}

.modal-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 1100;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}




.voskenTable {
  border: 1px solid #B6A4A477;
  max-width: 750px;
}

.outlined {
  border: 1px solid #B6A4A422;
  color: #B6A4A4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}