#siteback {
  background-color: #141e46;
  background-image: url(images/backgrounds/ModCity.png);
  padding-top: 25px;
  background-size: cover;
}

#contentback {
  background-color: transparent;
  backdrop-filter: blur(50px);
  border-left: solid salmon 15px;
  border-top-left-radius: 25px;
  border-color: #bb2525;
  width: 50%;
  margin: auto;
  position: relative;
  z-index: 1;
}

h1 {
  color: #fff5e0;
  background-color: #bb2525;
  font-family: "Anta", sans-serif;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  margin: auto;
  /* filter: drop-shadow(2px 5px 0.2em black); */
}

h2 {
  color: #fff5e0;
  background-color: #bb2525;
  font-family: "Anta", sans-serif;
  border-left-color: orange 5px solid;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 50px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  text-align: center;
  /* filter: drop-shadow(2px 5px 0.2em black); */
}

h3 {
  color: #fff5e0;
  background-color: #468b97;
  font-family: "Anta", sans-serif;
  font-size: 25px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 50px;
  text-align: center;

  /* filter: drop-shadow(2px 5px 0.2em black); */
}

.column-wrapper {
  margin-bottom: 15px;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  align-items: center;
}

.left_column {
  display: flex;
  flex-direction: column;
}

.subPageButton {
  display: block;
  width: 85%;
  cursor: pointer;
  font-family: "Anta", sans-serif;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  background-color: #ef6262;
  border-radius: 10px;
  color: #2377e8;
  filter: drop-shadow(2px 5px 0.2em black);
  border: 3px outset crimson;
}

.subPageButton a {
  display: block;
  color: #2377e8;
}

.profilepic {
  display: flex;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 325px;
}

.modalsectionheader {
  margin-top: 0px;
}

p {
  font-family: "Anta", sans-serif;
  color: #ef6262;
}

.section-blurb {
  max-width: 90%;
  margin: auto;
  padding-bottom: 10px;
  text-align: center;
}

.section-blurb-head {
  padding-top: 10px;
  font-weight: bold;
  font-size: 25px;
}

li {
  font-family: "Anta", sans-serif;
  color: #ef6262;
  margin-left: auto;
  margin-right: auto;
}

.summarylist {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.subpage {
  border: none;
}

#header-span {
  color: #ef6262;
  font-family: "Anta", sans-serif;
  font-size: 20px;
  border-bottom: solid orange;
  border-radius: 5px;
  background-color: dimgray;
  padding: 0px 70px 0px 70px;
  display: inline-flex;
  margin: 15px 0px 20px 0px;
  filter: drop-shadow(2px 5px 0.2em black);
}

#headertextstyle {
  filter: drop-shadow(1px 1px maroon);
}

#avatars {
  margin: 10px auto;
  margin-left: auto;
  margin-right: auto;
}

/* Card background color, drop-shadow, etc. */

.characterpanel #characterblock {
  font-family: "Anta", sans-serif;
  font-size: 10px;
  display: inline-block;
  text-decoration: none;
  color: #ef6262;
  text-align: center;
  background-color: gray;
  border-radius: 10px;
  filter: drop-shadow(2px 5px 0.5em black);
  position: relative;
  margin-top: 5px;
  transition-duration: 0.5s;
  margin-left: 10px;
  margin-right: 10px;
  z-index: 0;
}

.characterpanel #characterblock:hover {
  transform: scale(1.3);
  transition-duration: 0.5s;
  z-index: 50;
}

.characterpanel #characterblock:hover .artistName {
  visibility: visible;
  opacity: 1;
  -webkit-animation-name: artist-fade-in;
  -webkit-animation-duration: 0.3s;
  animation-name: artist-fade-in;
  animation-duration: 0.5s;
}

.characterpanel a:link {
  text-decoration: none;
}

/* This controls the general size of the cards - Max 150ish, pictures are 175x175, but account for the animation scaling. */
.thumbnail {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 145px;
  width: 145px;
}

.captionName {
  font-weight: bold;
  font-size: 16px;
  color: #f3aa60;
  filter: drop-shadow(1px 1px maroon);
  margin-top: 6px;
}

.captionSpecies {
  font-weight: bold;
  color: #f3aa60;
}

.captionClass {
  color: #fff5e0;
}

.subPageArtistName {
  justify-content: center;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Anta", sans-serif;
  background-color: #ef6262;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  max-width: 325px;
}

.artistName {
  background-color: #ef6262;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 0;
  transition-duration: 0.5s;
}

.artistName a:link {
  text-decoration: underline;
}

#panel {
  background-position: center;
  padding-bottom: 25px;
  /* border-left: 10px solid #468b97 */
}

.xyleapanel {
  background-image: url(images/backgrounds/XyleaTransparentBlur.png);
  background-size: cover;
}

.kalkuspanel {
  background-image: url(images/backgrounds/KalkusTransparentBlur.png);
  background-size: cover;
}

.tabletoppanel {
  background-image: url(images/backgrounds/TabletopTransparentBlur.png);
  background-size: cover;
}

.otherpanel {
  background-image: url(Images/Tabletop.png);
  background-size: cover;
}

.scenepanel {
  background-image: url(images/backgrounds/SceneTransparentBlur.png);
  background-size: cover;
}

#characterblock button {
  border: none;
  background: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.modal-header {
  border: none;
  margin-top: -70px;
}

.modal-header .close {
  color: #fff5e0;
  opacity: 1;
}

.modal {
  display: none;
  position: fixed;
  padding-top: 3vh;
  margin-left: 3vh;
  left: 0;
  top: 0;
  overflow: auto;
}

.modal-content {
  position: relative;
  background-color: #141e46;
  padding: 0;
  width: 95%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 15px;
}

.modal-footer button {
  font-family: "Anta", sans-serif;
  color: #fff5e0;
  background-color: #bb2525;
}

.modal-footer {
  border: none;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes artist-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}
