@import "./fonts/nerdfont.css";
html, body {
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #c8c8c8;
  font-family: helvetica, arial, sans-serif;
  margin: 0;
}

#lightbox-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 3;
}

h1, h2 {
  width: 100%;
  color: #9cd2e2;
  text-align: center;
}

h1.active-loc-label {
  font-size: 2.5rem;
  color: #c8c8c8;
}

h2.nametxt {
  font-size: 1.7rem;
  text-align: start;
  margin: 0;
}

h3.mediumstxt {
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 1px solid white;
  display: inline-block;
}

a {
  color: #9cd2e2;
}

li {
  list-style-type: none;
}

hr.h-spacer {
  max-width: 1300px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

footer {
  text-align: center;
}

.copy-notice {
  color: #c8c8c8;
  font-weight: lighter;
}

.content-ctn {
  display: flex;
  max-width: 980px;
  margin: auto;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.profile-ctn {
  display: flex;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.imgcontent {
  padding: 1rem;
  display: flex;
  align-items: center;
  text-align: center;
  flex: 0 0 350px;
}

.txtcontent {
  flex: 2 1 400px;
  padding: 0 1rem 0 1rem;
}

.profiletxt {
  flex: 2 0 400;
}

.mini-gallery {
  flex: 2 0 300px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 1rem;
  padding: 1rem;
}

.mainlogo {
  max-height: 350px;
}

.logo-ctn {
  display: flex;
  max-width: 1300px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}

.logo-name {
  max-width: 30vw;
  flex: 3 1 500px;
  align-self: flex-end;
}

.logo-icons {
  align-self: flex-end;
  max-width: 300px;
  flex: 1 1 30%;
}

ul.artist-list {
  display: flex;
  width: 980px;
  padding: 20px 0px;
  margin: 0 auto 30px auto;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  font-size: 1.3rem;
  flex-wrap: wrap;
}

p.nav-tip {
  text-align: center;
  margin: 0;
}

.artist-list-holder {
  display: flex;
  flex-flow: row wrap;
}

.artist-list > li {
  flex: 1 0 20rem;
  text-align: center;
  padding: 0.3rem 0;
}

.photo-cell img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.img-holder {
  margin-top: 17vh;
  display: flex;
  justify-content: center;
}

.img-wrapper {
  position: relative;
  max-width: 90vw;
}

.lg-img {
  max-width: 100%;
  max-height: 1000px;
}

.img-closer {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2.3rem;
  background-color: black;
  padding: 0px 10px 0px 10px;
  border: 1px solid white;
}

.loc-sel-wrapper {
  position: relative;
}

.location-list {
  display: flex;
  flex-direction: column;
  margin: unset;
  padding: unset;
  position: absolute;
  text-align: center;
  background-color: #000;
  border: 1px solid white;
  border-top: none;
  font-size: 1.3rem;
  top: 0;
}

.locations-wrapper {
  display: none;
}

.close-locations {
  margin: 10px;
}

.close-locations > span {
  padding-top: 7px;
  border-top: 1px solid #c8c8c8;
}

.close-locations:hover {
  background-color: rgba(205, 35, 35, 0.63);
  transition: all 0.5s ease-in-out;
}

.locations-selector {
  position: relative;
  display: flex;
  align-items: cnet;
  justify-content: center;
}

.location {
  flex: 1;
}

.tour-location {
  margin: 0.7rem 0;
  padding: 0.3rem 1rem;
  transition: all 0.7s ease-in-out;
  box-sizing: border-box;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #000;
}

.tour-location.active {
  background-color: rgba(71, 110, 86, 0.61);
}

.show-locations {
  font-size: 0.7rem;
}

.tour-location:hover {
  background-color: rgba(91, 116, 116, 0.77);
  border-color: #c8c8c8;
}

.loc-inactive {
  display: none;
}

/*# sourceMappingURL=styleone.css.map */
