@font-face{
    font-family:"Suisse Intl";
    src: url("https://themes.fourthwall.com/themes/fonts/woff2/suisse_intl_n7.woff2");}
body {
    background: rgb(69,69,69,1);
    background: -moz-linear-gradient(rgba(0,0,0,1) 0%, rgba(68,68,68,1) 35%, rgba(153,153,153,1) 100%);
    background: -webkit-linear-gradient(rgba(0,0,0,1) 0%, rgba(68,68,68,1) 35%, rgba(153,153,153,1) 100%);
    background: linear-gradient(rgba(0,0,0,1) 0%, rgba(68,68,68,1) 35%, rgba(153,153,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#999999",endColorstr="#000000",GradientType=1); 
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    color: #cccccc;
    font-family:"Suisse Intl", sans-serif;
}

h1 {
    font-family:"Permanent Marker", cursive;
    text-align: center;
    font-size: 40pt;
}

h2 {
    text-align: center;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.menuOpen {
    font-size: 30px;
    cursor: pointer;
    position: fixed;
}

 /* The navigation bar */
.navbar {
  overflow: hidden;
  background: none;
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  z-index: -1;
}

/* Links inside the navbar */
.navbar a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #ddd;
  color: black;
}

/* Main content */
.main {
  margin-top: 40px; /* Add a top margin to avoid content overlay */
} 

.cutins img {
    display: block;
    margin: 0 auto;
}


div.icon {
    display: flex;
    white-space: nowrap;
    margin: 0 auto;
    max-width: 50%;
}

.icon img {
    height: 100px;
    width: 100px;
    padding: 0 20px;
}

div.bsky {
    display: flex;
    white-space: nowrap;
    margin: 0 auto;
    width: 40px;
}

.bsky img {
    height: 40px;
    width: 40px;
}


.row1, .row2 {
    max-width: 50%;
    margin: 0 auto;
}

@media only screen and (orientation: landscape) {
    .row1, .row2 {
        max-width: 50%;
        display: block;
        margin: 0 auto;
        white-space: nowrap;
    }
}

.row1 img, .row2 img {
    padding: 0 40px;
}


div.shui, .lilim, .circe, .deirdre {
    width:50%;
}

.shui {
    color:#202069;
}

.lilim {
    color:#C0A0FF;
}

.deirdre {
    color:#7CDAAD;
}

.circe {
    color:#ffeaee;
}

td {
  border: 4px solid;
}
.shui td {
    background-color:#004080;
    color: #aaccff;
}
.shui th {
    background-color:#0080C0;
    color: #aaccff;
}

.lilim td {
    background-color:#222;
    color: #ccaacc;
}
.lilim th {
    background-color:#400000;
    color: #ccaacc;
}

.deirdre td {
    background-color:#008264;
    color: #aaffcc;
}
.deirdre th {
    background-color:#34AC90;
    color: #aaffcc;
}

.circe td {
    background-color:#D6001C;
    color:#ffdddd;
}
.circe th {
    background-color:#FF6D6A;
    color:#ffdddd;
}

table {
  border-collapse: collapse;
}
td:first-child {
    max-width:25%;
}

a {
    text-decoration:none;
}

img {
  max-width: 100%;
  height: auto;
}