@import "fonts.css";

/* GENERAL */
html {
  width: 100% !important;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: rgb(1, 1, 1);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::selection{
  color: transparent!important;
}
body {
  width: 100vw;
  font-family: "AuthenticSans-Condensed-90";
  font-size: 17px;
  color: rgb(227, 227, 227);
}
a,
a:visited {
  font-family: "FF88";
  /* font-feature-settings: "salt"; */
  color: rgb(0, 102, 255);
  text-decoration: none;
  /* text-transform: uppercase;/ */
  font-size: 18px;
  letter-spacing: -0.5px;
}
.lowercase{
  text-transform: lowercase!important;
  letter-spacing: 0.5px;
}
/* FOLDS */
.folds {
}
.folds-item {
  /* border: 1px solid black; */
}
.folds-header-cat {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.folds-header-cat::after {
  /* content: "\002B"; */
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.folds-header-cat.active::after {
  /* content: "\2212"; */
}
.folds-item-body {
  max-height: 0;
  /* max-height: 100vh; */
  overflow: hidden;
  transition: max-height 0.7s ease-in-out;
}
.folds-item-body-content {
  /* border-top: 1px solid; */
  margin: 20px 0;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

/* balls */
.ball {
  border: 1px solid white;
  background-color: lightpink;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
h3 {
  font-family: "AuthenticSans-Condensed-60";
  font-size: 11px;
  line-height: 0.9rem;
  letter-spacing: 0.5px;
  transform: rotate(270deg);
  width: 60px;
  min-height: 65px;
  margin-left: 8px;
  text-align: center;
  word-break: break-word;
}
h4 {
  font-family: "AuthenticSans-Condensed-60";
  font-size: 11px;
  letter-spacing: 0.5px;
  transform: rotate(270deg);
  width: 65px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: text-bottom;
  margin-right: -20px;
  margin-left: -15px;
}
.description {
  font-family: "Authentic-60";
  font-size: 14px;
  letter-spacing: 0.8px;
  margin-left: 100px;
  width: 50%;
  flex: 1;
  margin-right: 55px;
  align-self: flex-end;
}
.description thead {
  font-family: "Authentic-130";
}
.description td:nth-child(1) {
  width: 50%;
}
.description td:nth-child(3) {
  font-size: 11px;
}
.description .blurb {
  font-style: italic;
}

/* IMAGES */
.banners {
  width: 100%;
  margin: -3px 0 -6px;
  padding: 0;
}

/* TABLE STYLES */
table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

th {
  font-family: "AuthenticSans-Condensed-130";
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

th,
td {
  padding: 3px 4px 2px 5px;
  border: 1px solid rgb(128, 128, 128);
  vertical-align: text-top;
  background-color: #000;
}
td.empty {
  border: 0 !important;
  background-color: transparent !important;
}
/* bio table */
.bio {
  margin: 50px 55px 0px 100px;
  padding-bottom: 25px;
}
.bio table {
}
.bio td,
.bio th {
  border: 1px solid rgb(199, 199, 199);
  background-color: white;
  color: black;
}

/* TABLEFLEXBOX */
.tablebox {
  display: flex;
  flex-flow: column;
  word-break: break-word;
  margin: 15px 0;
}
.tablebox.project {
  max-width: 75%;
  align-self: flex-end;
}
.tablebox .header:last-child() {
  text-align: right;
}
.tablebox .row {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.tablebox .box {
  border: 1px solid rgb(128, 128, 128);
  flex: 1;
  padding: 2px 4px;
  font-family: "AuthenticSans-Condensed-60";
  letter-spacing: 0.5px;
}
.tablebox.bio .box {
  background-color: #fff;
  color: #000;
}
.tablebox.project .box {
  background-color: #000;
  color: #fff;
}
.tablebox.disclaimer .box {
  background-color: #000;
  color: #fff;
  margin: 0px 10px 10px 100px;
  border: 1px solid rgb(99, 99, 99);
}

.tablebox.project .box.empty {
  background-color: transparent;
  border: none !important;
}
.tablebox.bio {
  margin: 10px 10px 0px 100px;
}
.tablebox .header .box {
  font-family: "AuthenticSans-Condensed-130";
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.tablebox.project ul li {
  margin-left:15px;
}

/* PICTURE AND FLEX BEHAVIOUR */
.flex-project {
  display: flex;
  flex-flow: column nowrap;
  margin-left: 100px;
  margin-right: 10px;
}
.pic-tablebox {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
}
.pic-tablebox .project-img {
  flex-flow: row nowrap;
  flex: 1;
}
.pic-tablebox .project {
  flex: 2;
  align-self: flex-start;
}
.pics {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
.project-img {
  flex: 1 !important;
  max-width: 100%;
}
.project-img img {
  max-width: 100%;
  flex: 1;
}
.project-img.plus1,
.project-img.plus2 {
  justify-content: flex-end !important;
}
.project-img.plus1 > img {
  border: 1px solid rgb(34, 34, 34);
  justify-self: flex-end;
  max-width: 600px;
}
.project-img.plus2 > img {
  border: 1px solid rgb(34, 34, 34);
  max-width: 800px;
}
.queen1 {
  border: 1px solid rgb(34, 34, 34);
}

.dice {
  background-image: url("img/dice_pattern_03.png");
  background-repeat: repeat;
  height: 800px;
}
.logo{
  display: block;
  height: 50px;
  width: auto;
  margin: 5px;
}
.logofooter{
  display: block;
  height: 30px;
  width: auto;
  margin: 5px;
}

/* COMING UP */
.comingup .ball {
  /* display: flex;
  margin: 10px 10px 0px 100px; */
  cursor: help;
  pointer-events: none;
}
.upcoming {
  font-family: "AuthenticSans-Condensed-130";
  font-size: 12px;
  letter-spacing: 0.5px;
  width: 75px;
  margin-left: 30px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 3px;
  color: black;
  background-color: white;
}
.comingbox{
  display: flex;
  align-items: center;
  position: relative;
  margin:0;
}

/* Newsletter Mailchimp */

#mc_embed_signup{
  /* background-color: black!important; */
  /* border: 1px solid white; */
  /* color: white; */
  width: 100%!important;
  text-transform: lowercase !important;
  font-family: "AuthenticSans-Condensed-90"!important;
  font-size: 17px!important;
}
#mc_embed_signup h2{
  font-family: "AuthenticSans-Condensed-90"!important;
  font-size: 17px!important;
  font-style: none!important;
  padding: 0!important;
  margin:0!important;
}
.refferal_badge{
  display: none!important;
}
#mc_embed_signup *{
  padding: 0!important;
  margin:0!important;
}
#mc_embed_signup .button{
  color: black!important;
  background-color:#00ff01!important;
  border-radius: 0!important;
  text-transform: lowercase !important;
  font-family: "AuthenticSans-Condensed-90"!important;
  font-size: 17px!important;
  padding: 2px 15px 5px 15px!important;
  margin: 5px 0!important;
}