/* CYANOBACTERIA.CSS v1.1 */
/* HTML/CSS layout template from https://ribo.zone/free/layouts/ */
/* last updated: june 28, 2026 */

/* start light mode styling */
	:root {
		--text: rgb(248, 249, 255);
		--border: rgb(0, 0, 0);
		--accent: rgb(5, 6, 6);
		--bg: #2C2B42;
    --main-content-width: 1024px;
	}
  body {
    background-color: black;
    margin:0;
    padding:0;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: url("cursor.png"), auto;
  }
  footer{
    font-family: "Josefin Sans", sans-serif;
    color: rgba(225, 229, 255, 0.852);
    font-size: 20px;
    text-align: center;
    text-shadow: 2px 2px 3px black;
    margin-top: -5px;
  }

.overlay-image-rain {
  top:0px; bottom: 0px;
  position: fixed;
  background-image: url('rain.png');
  width: 100%;
  height: 100%;
  background-size: 128px;
  z-index: -1;
  opacity: 0.55;
  background-repeat: repeat;
  animation-name: backgroundScrollRain;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.overlay-image-rain.a{
  background-size: 96px;
  opacity: 0.3;
  animation-name: backgroundScrollRainA;
  animation-duration: 2.0s;
}

@keyframes backgroundScrollRainA {
  from {background-position: 0px 0px;}
  to {background-position: 96px 384px;}
}

.overlay-image-rain.b{
  background-size: 200px;
  opacity: 0.3;
  animation-name: backgroundScrollRainB;
  animation-duration: 1.9s;
}

@keyframes backgroundScrollRainB {
  from {background-position: 32px 0px;}
  to {background-position: 32px 800px;}
}

.overlay-image {
  top:0px; bottom: 0px;
  position: fixed;
  background-image: url('backgroundTile.png');
  width: 100%;
  height: 100%;
  background-size: 128px;
  z-index: -1;
  opacity: 0.55;
  background-repeat: repeat;
  animation-name: backgroundScroll;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes backgroundScroll {
  from {background-position: 128px 0px;}
  to {background-position: 0px -128px;}
}

.overlay-image-2 {
  top:0px; bottom: 0px;
  position: fixed;
  background-image: url('backgroundTile.png');
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-size: 96px;
  z-index: -1;
  opacity: 0.46;
  background-repeat: repeat;
  animation-name: backgroundScroll2;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes backgroundScroll2 {
  from {background-position: 0px 0px;}
  to {background-position: 96px -96px;}
}

.overlay-image-3 {
  top:0px; bottom: 0px;
  position: fixed;
  background-image: url('backgroundTile2.png');
  width: 100%;
  height: 100%;
  background-size: 128px;
  z-index: -1;
  opacity: 0.66;
  background-repeat: repeat;
  animation-name: backgroundScroll3;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes backgroundScroll3 {
  from {background-position: 0px 0px;}
  to {background-position: 128px -512px;}
}

.overlay-image-cloud {
  top:0px; bottom: 0px;
  background-image: url('cloudTile.png');
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.1;
  background-repeat: repeat;
  animation-name: backgroundScrollCloud;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: fixed;
}

.overlay-image-cloud.a {
  animation-duration: 15s;
}

@keyframes backgroundScrollCloud {
  from {background-position: 0px 0px;}
  to {background-position: 256px 0px;}
}

.overlay-image-cloud.b {
  animation-duration: 12s;
  background-size: 128px 64px;
  opacity: 0.06;
   animation-name: backgroundScrollCloudB;
}

@keyframes backgroundScrollCloudB {
  from {background-position: 20px 32px;}
  to {background-position: 276px 96px;}
}

.overlay-image-cloud.c {
  animation-duration: 18s;
  background-size: 512px 256px;
  opacity: 0.1;
   animation-name: backgroundScrollCloudC;
}

@keyframes backgroundScrollCloudC {
  from {background-position: 0px 0px;}
  to {background-position: -512px -256px;}
}




.overlay-image-grid {
  top:0px; bottom: 0px;
  background-image: url('gameBackgroundTile.png');
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.15;
  background-repeat: repeat;
  animation-name: backgroundScrollGrid;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: fixed;
}

@keyframes backgroundScrollGrid {
  from {background-position: 0px -0px;}
  to {background-position: 128px -128px;}
}

.overlay-image-pulse {
  top:0px; bottom: 0px;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  animation-name: backgroundPulse;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@keyframes backgroundPulse {
  0% {opacity: 0.08;}
  50% {opacity: 0.19;}
  100% {opacity: 0.08;}
}

.topnav {
  background: url('HeaderBG.png');
  background-repeat: repeat-x;
  width: 100%;
  min-height: 88px;
  margin:0;
  padding:0;
  position: relative;
  flex: 1;
  font-family: "Josefin Sans", sans-serif;
}

.flex-container-wrapper {
  margin-inline: auto;
  max-width: var(--main-content-width);
  height: 100%;
}

.flex-container {
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin: 0px 16px;
  padding: 30px 0px 0px 0px;
  list-style: none;
  min-height: 20px;
  max-height: 20px;
}

.flex-container li {
  flex-grow: 1;
  
  color: #f2f2f2;
  text-align: left;
  padding: 13px 8px 14px 8px;
  min-height: 20px;
  max-height: 20px;
  text-decoration: none;
  font-size: 24px;
  background-image: url('NavBarSegment.png');
  background-size: 100% 100%;
  margin: 2px 0px;
  opacity: 0.85;
  transition: transform 0.25s, opacity 0.25s
}

.flex-container li:hover {
  opacity: 1.0; 
  transform: scale(1.05, 1.05);
  transition: transform 0.25s, opacity 0.25s
}

.flex-container li.active{
  background-image: url('NavBarSegment.png');
  opacity: 1.0;
  transition: transform 0.1s, opacity 0.1s
}

.flex-container li img {
  min-height: 20px;
  max-height: 20px;
  width: auto;
  margin: 0px 10px;
  transform: scale(1.8, 1.8) translate(0px, 1px)
}

.flex-container li.logo{
  color: white;
  background-image: unset;
}


.main-content-wrapper {
  flex: 1;
  max-width: var(--main-content-width);
  margin: 0px auto;
}

.main-content {
  margin: 16px;
  padding: 0px 16px 16px 16px;
  color:#f2f2f2;
  font-family: "Josefin Sans", sans-serif;
  border-width: 30px;
  border-style: solid;
  border-image: url('MainContentSliced.png');
  border-image-slice: 30;
  border-image-repeat: round;
  border-image-slice: 30 fill;
}

.main-content.socials {
  overflow: hidden; /* if you don't want #second to wrap below #first */
}

.social-grid {
  padding: 0%;
  display: flex;
  flex-flow: row;
  justify-content: center;

  max-width: 30%;
  margin: auto;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  list-style: none;
  text-align: center;
}

.social-grid li {
  display: block;
  height: auto;
  max-width: 48px;
  padding: 0px 8px;
}

.social-grid li img {
  display: block;
  width: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: transform 0.25s, opacity 0.25s
}

.social-grid li img:hover {
  transform: scale(1.15, 1.15); 
  opacity: 1.0;
  transition: transform 0.25s, opacity 0.25s;
}

.game-entry-content {
  margin: 32px 16px 16px;
  padding: 0px 16px 20px 16px;
  color:#f2f2f2;
  font-family: "Josefin Sans", sans-serif;
  border-width: 16px;
  border-style: solid;
  border-image: url('MainContentSlicedDarker.png');
  border-image-slice: 30;
  border-image-repeat: round;
  border-image-slice: 30 fill;
}

.game-entry-content p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: larger;
}

.game-entry-content img{
  max-width: 100%;

}

.game-gallery-header{
font-family: "Josefin Sans", sans-serif;
  font-weight: 800;
  font-size: 30px;
  height: fit-content;
  margin-top: 64px;
  padding-top: 8px;
  color: rgba(255, 255, 255, 0.828);
  text-align: center;
}

.game-gallery {
  max-width: 95%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, auto);
  padding-left: 8px;
  margin-left: 4px;
  
  grid-template-rows: auto;
  gap: 32px 32px;
  align-items: stretch;
  margin-bottom: 48px;
  
  list-style: none;
}

.game-gallery li {
  display: block;
  width: 100%;
  height: auto;
}

.game-gallery li img {
  display: block;
  width: 100%;
  object-fit: cover;
  opacity: 0.8;
  border-width: 16px;
  border-style: solid;
  border-image: url('MainContentSliced.png');
  border-image-slice: 30;
  border-image-repeat: round;
  border-image-slice: 30 fill;
  transition: transform 0.25s, opacity 0.25s;
}

.game-gallery li img:hover {
  transform: scale(1.05, 1.05); opacity: 1.0;
  transition: transform 0.25s, opacity 0.25s;
}

.main-content-footer{
  margin: -32px 13px 0px 13px;
  padding: 0px 0px;
  max-height: 1px;
  color:#f2f2f2;
  font-family: "Josefin Sans", sans-serif;
  border-width: 30px;
  border-style: solid;
  border-image: url('RoundedFooterBg.png');
  border-image-repeat: round;
  border-image-slice: 38 fill;
  text-align: right;
}

.concert-list-column {
  column-count: 2;
  padding-top: 16px;
  text-align: center;
  list-style: none;
}

.concert-list-column ul {
  padding-top: 0px;
  margin-top: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.concert-list-column li {
  color: #fafbfb;
}

.concert-list-column li:nth-child(odd) {
  color: #b6cbf5;
}

.main-content-footer p {
  position:relative;
  top: -86px;
  left: 1px;
  opacity: 0.75;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  max-width: fit-content;
}

.main-content-footer img {
  position:relative;
  top: -27px;
  right: -20px;
  opacity: 0.8;
  transition: transform 0.25s, opacity 0.25s;
}

.main-content-footer img:hover {
  transform: scale(1.1, 1.1);
  opacity: 1.0;
  transition: transform 0.25s, opacity 0.25s;
}

.main-content h2{
  font-family: "Josefin Sans", sans-serif;
  font-weight: 800;
  margin-top: 0px;
  padding-top: 8px;
  margin-bottom: 12px;
}

.main-content p{
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: larger;
  overflow: hidden;
}


.grid-column{
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 0px;
  margin: 0;
  margin-top: 0;
}

.grid-row{
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 0px;
}

.grid-column img {
  margin-top: 0px;
  vertical-align: top;
  max-width: 100%;
}



/* unvisited link */
a {
  color: rgb(114, 196, 255);
}

/* visited link */
a:visited {
  color: rgb(76, 139, 226);
}

/* mouse over link */
a:hover {
  color: rgb(237, 211, 255);
}

/* selected link */
a:active {
  color: rgb(255, 129, 110);
}


.navbar-logo-desktop {
    min-height: 46px;
    max-height: 46px;
    height: 46px;
    background-size: cover; 
    width: auto;
    transform: scale(1.15, 1.15);
    transition: transform 0.4s;
    margin-right: 6%;
  }

.navbar-logo-desktop:hover{
  transform: scale(1.25, 1.25);
  transition: transform 0.4s;

}

.navbar-logo-mobile {
    visibility: hidden;
    clear: both;
    display: none;
    transform: scale(1.15, 1.15);
    transition: transform 0.4s;
  }

  .navbar-logo-mobile:hover{
  transform: scale(1.25, 1.25);
  transition: transform 0.4s;

}

.main-content iframe{
    max-width: 100%;
    width: 320px;
    height: 180px;
    margin: auto;
    padding: 0;
  }

.game-entry-content img.inline{
    height:auto; 
    width: 330px; 
    float: left; 
}

.sites-list-column {
  column-count: 2;
  padding-top: 16px;
}

.sites-list-column ul {
  padding-top: 0px;
  margin-top: 0px;
}

.sites-list-column li {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 20px;
}

.site-img {
  opacity: 0.9;
}

.sites-list-column a {
    color:#f57070;
}

/*Rainbow text - https://stackoverflow.com/questions/54702124/rainbow-text-animation-using-only-css*/
.sites-list-column a:hover {
  background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: rainbow_animation 1s linear infinite;
    background-size: 200% 100%;
    font-weight: 700;
    font-family: "Instrument Serif", serif;
    font-size: 24px;
    line-height: 0.8;
}

@keyframes rainbow_animation {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -200% 0;
    }
}

@media screen and (max-width: 900px) {
  .navbar-logo-desktop {
    visibility: hidden;
    clear: both;
    display: none;
  }
  .navbar-logo-mobile {
    visibility:visible;
    clear: none;
    display: block;

    width: auto;
    max-height: 50px;
    max-width: 85%;
    margin: auto;
    padding-top: 8px;
    margin-bottom: 8px;
  }
  .topnav {
    background: url('HeaderBGMobile.png');
    min-height: 128px;
    max-height: 128px;
  }
  .flex-container-wrapper {
    min-height: 153px;
    max-height: 153px;
  }
  .flex-container {
    min-height: 15px;
    max-height: 15px;
    padding: 3px 0px 0px 0px;
  }
  .flex-container li {
    font-size: 20px;
  }
  .flex-container li img {
    min-height: 20px;
    max-height: 20px;
    width: auto;
    margin: 0px 9px 0px 0px;
    transform: scale(1.5, 1.5) translate(0px, 1px)
  }

  .main-content iframe{
    width: 240px;
    height: 138px;
  }

  .game-entry-content img.inline{
    max-width: 35%;
    min-width: 200px;
    padding-right: 8px;
  }

  .game-gallery {
    max-width: 92%;
    padding-left: 6px;
  }

  .sites-list-column {
    column-count: 1;
  }

}

@media screen and (max-width: 600px) {
    .main-content-footer{
    margin: -32px 13px 0px 13px;
    padding: 20px 0px;
    max-height: 1px;
    text-align: center;
  }

  .main-content-footer p {
    top: -91px;
    left: 0;
    text-align: center;
    max-width: fit-content;
    margin: auto;
  }

  .main-content-footer img {

    top: -10px;
    right: 0px;
    margin: auto;
  }

  .grid-column{
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
    max-width: 50%;
    margin: auto;
    margin-top: 0;
  }

  .game-gallery {
    max-width: 90%;
    grid-template-columns: repeat(2, auto);
    padding-left: 6px;
    gap: 4px 32px;
  }

  .concert-list-column {
    column-count: 1;
  }

  .sites-list-column {
    column-count: 1;
  }
}

@media screen and (max-width: 500px) {
  .flex-container li {
    font-size: 0px;
    text-align: center;
    background-image: none;
  }
  .flex-container li.active {
    font-size: 0px;
    text-align: center;
    background-image: none;
  }
  .flex-container li img {
    margin: 0px 0px 0px 0px;
    transform: scale(1.7, 1.7) translate(0px, 0px)
  }
  .game-entry-content img.inline{
    max-width: 100%;
    min-width: 100%;
    padding-left: 4px;
    float: none;
  }
  
}