/* styles for portrait mode */
@media screen and (orientation: portrait) {
  /* your CSS rules here */
}

/* styles for landscape mode */
@media screen and (orientation: landscape) {
  /* your CSS rules here */
}

@media (max-width: 600px) {
  /* styles for small screens */
}

@media (min-width: 601px) and (max-width: 1200px) {
  /* styles for medium screens */
}

@media (min-width: 1201px) {
  /* styles for large screens */
}

/* General styles */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 17px;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#myPlay {
  width: fit-content;
  font-size: 18px;
  padding: fit-content;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myPlay:hover {
  background: #ddd;
  color: black;
}

/* Overlay styles */
.overlay {
  background-image: url('./images/ff7r.jpg');
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: 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: #fffdfd;
  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 a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

a {
  color: inherit;
}

@import url("https://fonts.googleapis.com/css?family=Play");

#container {
  margin: 0 auto;
  width: 100%;
  display: inline-block;
  text-rendering: optimizeLegibility;
}

.layout {
  width: 1850px;
  height: 1000px;
  display: grid;
  grid:
    "header header header header header" 1fr
    "sidenav body body body rightSide" 1fr
    "sidenav body body body rightSide" 1fr
    "sidenav body body body rightSide" 1fr
    "footer footer footer footer footer" 1fr
    / auto auto auto auto auto;
  gap: 10px;
}

.header {
  grid-area: header;
  position: relative;
  background: #333 url('images/ALDYZ STATION OVERLAY.png');
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d2d, 0 0 30px #ff2d2d, 0 0 40px #ff2d2d, 0 0 50px #ff2d2d, 0 0 75px #ff2d2d;
  text-align: center;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.leftSide {
  grid-area: leftSide;
}

.body {
  grid-area: body;
}

.rightSide {
  grid-area: rightSide;
}

.footer {
  grid-area: footer;
  background: #333 url('images/ALDYZ STATION OVERLAY.png');
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d2d, 0 0 30px #ff2d2d, 0 0 40px #ff2d2d, 0 0 50px #ff2d2d, 0 0 75px #ff2d2d;
  text-align: center;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
}

.sidenav {
  grid-area: sidenav;
  height: fit-content;
  width: 200px;
  z-index: 1;
  top: 20;
  left: 10;
  background-color: #111;
  overflow-x: hidden;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2b2b, 0 0 30px #ff2d2d, 0 0 40px #ff2d2d, 0 0 50px #ff2d2d, 0 0 75px #ff2d2d;
  text-align: center;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
}

.sidenav a:hover {
  background-color: #ddd;
  color: black;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d2d, 0 0 30px #ff2d2d, 0 0 40px #ff2d2d, 0 0 50px #ff2d2d, 0 0 75px #ff2d2d;
  display: block;
  border: none;
  background: none;
  text-align: center;
  cursor: pointer;
  outline: none;
}

.content {
  grid-area: content;
}

#hello {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: top;
  font-size: 25px;
  padding: 5px;
  margin: 10px;
  display: center;
}

@media only screen and (max-width: 690px) {
  #container {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 690px) {
  #container {
    max-width: 100%;
    margin: 0 auto;
  }
}

.dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d2d, 0 0 30px #ff2d2d, 0 0 40px #ff2d2d, 0 0 50px #ff2d2d, 0 0 75px #ff2d2d;
  cursor: pointer;
  outline: none;
  border: none;
  background: none;
}

.dropdown-container {
  text-align: center;
  display: none;
  background-color: #111;
  min-width: 100px;
  z-index: 1;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
}

.dropdown-container a:hover {
  background-color: #ddd;
  color: #070406;
}

.dropdown:hover .dropdown-container {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #111;
}

.show {
  display: block;
}

.fa:hover {
  opacity: 0.7;
}

.fa-twitch {
  background: #580054;
  color: white;
}

.fa-tiktok {
  background: #9e0396;
  color: white;
}

.fa-reddit {
  background: #580054;
  color: white;
}

.fa-github {
  background: #f88d01;
  color: white;
}