@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

@font-face {
  font-family: 'Robotron';
  src: url('Robot.otf');
}

@import url('Robot.otf');

/* Global Styles */
body {
  padding: 0;
  margin: 0;
  border: 0;
  background: #711202;
  font-family: 'Open Sans', sans-serif;
}

p {
  color: #ffffff;
}

h1 {
  font-family: 'Robotron', sans-serif;
  color: #eef16f;
  font-weight: 100;
  font-size: 140px;
  padding: 0;
  margin: 12px 0px 5px -5px;
  text-transform: uppercase;
  line-height: 110px;
}

h2 {
  font-family: 'Robotron', sans-serif;
  color: #ffffff;
  font-weight: 100;
  font-size: 53px;
  padding: 0;
  margin: 10px 0px 0px 0px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

h3 {
  font-family: 'Robotron', sans-serif;
  color: #ffffff;
  font-weight: 100;
  font-size: 35px;
  padding: 0;
  margin: 10px 0px 0px 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h4,
h5 {
  font-family: 'Robotron', sans-serif;
  color: #ffffff;
  font-weight: 100;
  font-size: 25px;
  padding: 0;
  margin: 10px 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p.italics {
  font-style: italic;
}

span.yellowsymbol {
  line-height: 1;
  color: #eef16f;
}

span.bluesymbol {
  line-height: 1;
  color: #2bc6eb;
}

span.redsymbol {
  line-height: 1;
  color: #bf0f05;
}

span.greensymbol {
  line-height: 1;
  color: #90ee90;
}

a.flip:hover {
  color: #2bc6eb;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: right;
}

header {
  width: 100%;
  min-height: 100px;
  text-align: left;
  background-color: #ac1108;
opacity: 1;
background-image: linear-gradient(to right, #711202, #711202 15.5px, #ac1108 15.5px, #ac1108 );
background-size: 31px 100%;
}

/* Custom Styles */

.titles {
  /* display: flex;
  flex-direction: column;
  justify-content: flex-start; */
  margin: 45px 20px 40px 0;
}

.wrapper.title-block {
  display: flex;
}

.hero-image {
  margin: 0 0 0 50px;
}

.hero-image img {
  width: 280px;
}

/* #random {
  /* BOX MODEL 
  width: 100%;


  /* ENHANCEMENT 
  background-image: url('/img/octopus-hero-img.png');
} */

button {
  border: none;
  background: #eef16f;
  padding: 10px 20px;
  color: #7953bd;
}

button a {
  text-decoration: none;
  font-weight: bold;
}

button:hover {
  background: #67ea67;
}


/* Navigation Styles here */

nav {
  padding: 5px 0px 8px;
  background: #181818;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}



/*
nav ul{padding: 0; max-width: 80%; margin: 0 auto;}
nav ul li{display: inline; padding: 3px 30px 3px 0px; list-style-type: none;}
nav ul li a:link, nav ul li a:visited{color:#ffffff;font-size: 22px; text-decoration: none;}
nav ul li a:hover, nav ul li a:active{border-bottom: 2px dotted #ffffcc;padding: 0 0 1px; }
*/

.topnav {
  overflow: hidden;
  min-height: 36px;
  padding: 9px 0 0;
  max-width: 80%;
  margin: 0 auto;
}

a.current::before {
  content: '\2606';
  margin: 0;
  padding: 0 4px 0 0;
  line-height: 0px;
  color: #90ee90;
}

a.current:hover::before {
  margin: 0;
  padding: 0 0px 0 4px;
}

img.nav-logo {
  width: 10px;
  height: 10px;
}

.topnav a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 3px 0px 3px 0;
  text-decoration: none;
  font-family: 'Robotron', sans-serif;
  color: #ffffff;
  font-weight: 100;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0 45px 0 0;
}

.topnav a:hover {
  color: #2bc6eb;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: right;
  border-bottom: 4px solid #2bc6eb;
}

.topnav .icon {
  display: none;
}

/* End Navigation Styles */

.hero {
  padding-top: 50px;
  border-bottom: 40px solid #181818;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}


.fullwidth {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  position: relative;
  z-index: 10;
}

div.fourcolumn {
  width: 25%;
  border: 0;
  margin: 0;
  padding: 0;
}

div.threecolumn {
  width: 34%;
  border: 0;
  margin: 0;
  padding: 0;
  min-height: 270px;
}

.threecolumn h2 {
  text-align: right;
  margin: -13px -5px;
  padding: 0;
  font-size: 95px;
  z-index: 10;
  position: relative;
  overflow: hidden;
  line-height: 0.8;
  letter-spacing: -1px;
  color: #eef16f;
}


.threecolumn h3 {
  font-size: 55px;
  margin: -58px 0 0 0;
  padding: 20px 20px 0px 20px;
  text-align: left;
  color: #eef16f;
}

.threecolumn p {
  font-size: 1.2em;
}

.wrapper {
  max-width: 80%;
  padding: 45px 15px 40px;
  margin: 0 auto;
}

div.columnRed {
  background: #ff4500;
  border-top: 40px solid #181818;
}

div.columnOrange {
  background: #e26408;
  border-top: 40px solid #181818;
}

div.columnGreen {
  background: #10d855;
  border-top: 40px solid #181818;
}

div.columnPurple {
  background: #7953bd;
  padding: 0 0 30px 0;
  border-top: 40px solid #181818;
}

.column-wrapper {
  padding: 20px 40px;
}

.column-wrapper aside {
  width: 31%;
  display: inline-block;
  vertical-align: top;
}

.threecolumn h3 span {
  font-size: 1.4em;
  line-height: .3;
}

.column04 p {
  padding: 0
}

.intro {
  background: #05b1cd;
  font-size: 140%;
  padding: 20px 0 20px;
}

.intro-image {
  max-width: 360px;
  display: inline-block;
  float: left;
  margin: 14px 60px 10px 0px;
}

.intro-image img {
  width: 100%;
  border: 10px ridge #bae811;
}

.boob-tube {
  float: left;
  margin: 29px 30px 20px 0;
  border: 8px inset #325917;
  width: 400px;
  height: 400px;
  border-radius: 325px;
  background: repeating-radial-gradient(#000 0 0.0001%,#fff 0 0.0002%) 50% 0/2500px 2500px, repeating-conic-gradient(#000 0 0.0001%,#fff 0 0.0002%) 60% 60%/2500px 2500px;
  background-blend-mode: difference;
  animation: b .2s infinite alternate;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes b{
  100% {background-position: 50% 0, 60% 50%}
}


/* General Non-Homepage Layout Styles Go Here */
.page-columns {
  display: flex;
  flex-direction: row;
}

.page-body {
  width: 82%;
  padding: 25px 40px;
  background: #72d9df;
  order: 1;
}

.side-panel {
  width: 14%;
  max-width: 300px;
  padding: 10px 15px 10px 30px;
  order: 2;
}

.side-panel .controls {
  display: none;
  background: #000000;
  text-align: center;
}

.side-panel ul {
  padding: 0 0 0 5px;
}

.side-panel li {
  list-style-type: none;
}

/* Footer Styles Go Here */
footer {
  width: 100%;
  min-height: 100px;
  text-align: left;
  border-top: 40px solid #181818;
  background-color: #ac1108;
opacity: 1;
background-image: linear-gradient(to right, #711202, #711202 15.5px, #ac1108 15.5px, #ac1108 );
background-size: 31px 100%;
}

ul.linklist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.linklist li {
  padding: 4px 0px;
  vertical-align: middle;
}

ul.linklist li img {
  padding-right: 5px;
  max-width: 16px;
}

ul.linklist li a:link,
ul.linklist li a:visited {
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 700;
  color: #eef16f;
}

ul.linklist li span {
  font-size: 1.3em;
  color: #ffffff;
  padding-right: 5px;
}

h2.copyright {
  font-size: 20px;
}

@media screen and (max-width: 1995px) {
  h1 {
    font-size: 120px;
  }  
  h2 {
    font-size: 45px;
  }
  .hero-image img {
    width: 250px;
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 1942px) {
  h1 {
    font-size: 120px;
  }  
  h2 {
    font-size: 45px;
  }
  .hero-image img {
    width: 250px;
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 1712px) {
  h1 {
    font-size: 105px;
  }  
  h2 {
    font-size: 39px;
    margin: 0px 0px 0px 0px;
  }
}

@media screen and (max-width: 1577px) {
  h1 {
    font-size: 100px;
    margin: 0 0 0 0;
  }  
  h2 {
    font-size: 37px;
  }
  .hero-image img {
    width: 220px;
  }
}

@media screen and (max-width: 1492px) {
  .titles {
    margin: 45px 0 20px 0;
  }
  h1 {
    font-size: 90px;
    margin: 0px 0px 0px 0px;
  }  
  h2 {
    font-size: 32px;
  }

}

@media screen and (max-width: 1330px) {
  .titles {
    margin: 55px 0 20px 0;
  }
  h1 {
    font-size: 80px;
    line-height: 90px;
  }

  h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1220px) {
  .titles {
    margin: 25px 0 20px 0;
  }
  h1 {
    font-size: 100px;
  }
  h2 {
    font-size: 37px;
  }
    .hero-image {
    display: none;
  }
}

@media screen and (max-width: 1102px) {
  h1 {
    font-size: 80px;

  }

  h2 {
    font-size: 28px
  }

  .wrapper {
    min-height: 205px;
  }

  .fullwidth {
    flex-direction: column;
  }

  div.threecolumn {
    width: 100%;
  }

  .column-wrapper {
    padding: 30px 40px;
  }

  .page-columns {
    flex-direction: column;
  }

  .page-body {
    width: 100%;
    order: 2;
  }

  .side-panel {
    width: 100%;
    order: 1;
  }

  .side-panel .controls {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a{
    margin: 0 0 0 0;
  }

  .topnav a.icon {
    float: right;
    display: block;
    border: none;
  }
  .topnav a.icon:hover {
    color: #ffffff;
    border: none;
  }

  .topnav.responsive {
    position: relative;
    border: none;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0px;
    top: 9px;
    border: none;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    border: none;
    margin: 0px 0 8px 0;
  }

  .topnav.responsive a:hover {
   max-width: 245px;
  }
  /* .topnav a:hover {
    color: #2bc6eb;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: right;

  } */
  a.flip:hover {
    color: #2bc6eb;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
    border-bottom: 2px solid #2bc6eb;
  }
}

@media only screen and (max-width : 768px) {
  aside {
    width: 100%;
  }

  .titles {
    margin: 0 0 0 0;
  }
}

@media only screen and (max-width : 460px) {

  span.bluesymbol {
    display: none;
  }
}

/* Page specific code goes below in the bowels of the CCS. Such a place is deceptively preferred, like being in last place for a white elephant gift exchange. You're able to swap out any of that yucky code above.  */

/* About Page Styles */

.manga-lines {
  --center-x: 37%;
  --center-y: 50%;
  --size-x: 29%;
  --size-y: 50%;
  --speed: 1s;
  /*******/
  --end3: #ffffff, black 0.50deg 1.75deg, #0000 2.0deg;
  --end2: #ffffff, black 0.25deg 2.25deg, #0000 2.5deg;
  --end1: #ffffff, black 0.25deg 1.25deg, #0000 1.5deg;
  position: relative;

  &.slow {
    --speed: 1.5s;
  }

  &.fast {
    --speed: 0.75s;
  }

  img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  &::before {
    --x: 1.1;
    --y: 1.1;
    --space: 10deg;
    --from: 2deg;
    --width: 0.7deg;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
      repeating-conic-gradient(from calc(var(--from) * 1.75 * var(--x)) at var(--center-x) var(--center-y), #ffffff 0 var(--width), #0000 0 var(--space)),
      repeating-conic-gradient(from var(--from) at var(--center-x) var(--center-y), #ffffff 0 calc(var(--width) * var(--x)), #0000 0 calc(var(--space) * var(--y) * 2.5)),
      repeating-conic-gradient(from calc(var(--from) * 13) at var(--center-x) var(--center-y), #ffffff 0 calc(var(--width) * var(--x)), #0000 0 calc(var(--space) * var(--y) * 2.5));

    mask: radial-gradient(calc(var(--size-x) * var(--x)) calc(var(--size-y) * var(--y)) at var(--center-x) var(--center-y), #f000 99%, #ffffff);
    animation: moveAfter var(--speed) -0.33s infinite;
  }

  &::after {
    --x: 1.1;
    --y: 1.1;
    --space: 10deg;
    --from: 2deg;
    --width: 0.7deg;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
      repeating-conic-gradient(from var(--from) at var(--center-x) var(--center-y), #ffffff 0 var(--width), #0000 0 var(--space)),
      repeating-conic-gradient(from var(--from) at var(--center-x) var(--center-y), #ffffff 0 calc(var(--width) * var(--y)), #0000 0 calc(var(--space) * var(--x) * 2.5));
    mask: radial-gradient(calc(var(--size-x) * var(--x)) calc(var(--size-y) * var(--y)) at var(--center-x) var(--center-y), #f000 99%, #ffffff);
    animation: moveAfter calc(var(--speed) * var(--x)) steps(10, start) infinite;
  }
}

@keyframes moveAfter {
  0% {
    --x: 1.1;
    --y: 1.1;
    --from: 5deg;
    --width: 0.7deg;
    --space: 10deg)
  }

  10% {
    --x: 1.2;
    --y: 1.3;
    --from: 2deg;
    --width: 0.8deg;
    --space: 11deg)
  }

  20% {
    --x: 1.0;
    --y: 1.1;
    --from: 4deg;
    --width: 0.6deg;
    --space: 13deg)
  }

  30% {
    --x: 1.1;
    --y: 1.2;
    --from: 2deg;
    --width: 0.3deg;
    --space: 10deg)
  }

  40% {
    --x: 0.9;
    --y: 1.0;
    --from: -1deg;
    --width: 0.9deg;
    --space: 13deg)
  }

  50% {
    --x: 1.1;
    --y: 1.0;
    --from: 2deg;
    --width: 1.0deg;
    --space: 11deg)
  }

  60% {
    --x: 1.2;
    --y: 0.9;
    --from: 3deg;
    --width: 0.7deg;
    --space: 10deg)
  }

  70% {
    --x: 1.1;
    --y: 1.0;
    --from: -2deg;
    --width: 0.8deg;
    --space: 9deg)
  }

  80% {
    --x: 1.1;
    --y: 0.9;
    --from: 5deg;
    --width: 0.5deg;
    --space: 10deg)
  }

  90% {
    --x: 1.0;
    --y: 1.0;
    --from: 9deg;
    --width: 0.6deg;
    --space: 11deg)
  }

  100% {
    --x: 0.9;
    --y: 1.1;
    --from: 7deg;
    --width: 0.7deg;
    --space: 10deg)
  }
}

@media (prefers-reduced-motion) {

  .manga-lines::before,
  .manga-lines::after {
    animation-play-state: paused;
  }
}


/** demo */
.about-face {
  width: 400px;
  margin: 22px 34px 20px 0;
  aspect-ratio: 759 / 464;
  --center-x: 36%;
  --center-y: 51%;
  --size-x: 28%;
  --size-y: 49%;
  float: left;
}

/* Link Page Style */

.link-list h2, .link-list p {
  text-align: center;
}

.link-list ul li{
  color: #ffffff;
  padding-bottom:5px;
}

.link-list ul li a:link, .link-list ul li a:visited {
  color: #eef16f;
}

.link-list ul li a:hover, .link-list ul li a:active {
  color: #67ea67;
}

.link-list .threecolumn {
  max-width: 500px;
}

/* Cookie Banner Styles */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #222;
  color: #fff;
  z-index: 1000;
  border-top: 2px solid #0cb2c5;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}

.cookie-banner .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  min-height: auto;
}

.cookie-banner .buttons {
  display: flex;
  gap: 10px;
}

.cookie-banner p {
  margin: 0;
  font-size: 1rem;
  padding-right: 20px;
}

.cookie-banner button {
  background-color: #0cb2c5;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-family: 'Robotron', sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  transition: background-color 0.3s ease;
}

.cookie-banner button:hover {
  background-color: #2bc6eb;
}

.cookie-banner button.reject {
  background-color: #555;
}

.cookie-banner button.reject:hover {
  background-color: #777;
}

@media screen and (max-width: 768px) {
  .cookie-banner .wrapper {
    flex-direction: column;
    text-align: center;
  }

  .cookie-banner p {
    padding-right: 0;
    margin-bottom: 15px;
  }

  .cookie-banner .buttons {
    width: 100%;
    justify-content: center;
  }
}