@font-face {
  font-family: "Redhat";
  src: URL("../fonts/RedHatText-VariableFont_wght.ttf") format("truetype");
}

@font-face {
  font-family: "Roll";
  src: URL("../fonts/RollandinEmilie.ttf") format("truetype");
}
@font-face {
  font-family: "cross";
  src: URL("../fonts/crosshatcher.regular.otf") format("truetype");
}

:root {
  --pink: #ee9baf;
  --green: #8cc43c;
  --orange: #e45c13;
  --red: #d30d0d;
  --brown: #78532e;
  --white: #ffffff;
  --black: #000000;
  --trans-black: #000000b3;
  --yellow: #fcda51;
  --blue: #46afdc;
  --light-grey: #e8e8e8;
  --grey: #ababab;
  --purple: rgb(170, 90, 160);
}

html {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../graphics/irls/sunset1.jpg");
  background-size: cover;
  cursor: url(../graphics/cursors/brown-outlined.png), auto !important;
}

body {
  display: flex;
  width: 1300px;
  font-family: "Redhat";
  position: relative;
}

a {
  text-decoration: none;
}

a img {
  height: 45px;
  transition: 0.3s;
}

a img:hover {
  cursor: url(../graphics/cursors/pencil.cur), auto !important;
  rotate: -3deg;
}

.about-wrapper {
  position: relative;
  display: grid;
  max-width: 1050px;
  justify-content: center;
  margin: 2em auto;
  gap: 1em;
  grid-template-columns: 100px repeat(auto-fill, 100px) 100px;
  grid-auto-rows: 100px;

  .box {
    position: relative;
    display: flex;
    text-transform: lowercase;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 13px;
    font-family: "Redhat";
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.634);
    backdrop-filter: saturate(130%) blur(10px);
    color: var(--black);
    z-index: 99;
  }

  .box-big {
    position: relative;
    padding: 2px;
    grid-row: span 2 / auto;
    grid-column: span 2 / auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white);
    background: rgba(0, 0, 0, 0.634);
    backdrop-filter: saturate(130%) blur(10px);
    font-family: "cross";
    font-size: 50px;
    word-break: break-all;
    overflow: hidden;

    button {
      border: none;
      background-color: transparent;
      padding: 0;
      margin: 0;
      cursor: zoom-in;
    }

    img {
      max-width: 217px;
      max-height: 217px;
      transition: 0.5s;
      filter: grayscale(100%) blur(3px);
    }

    img:hover {
      filter: grayscale(0%) blur(0);
    }
  }
}

.break {
  word-break: break-all;
}

.left-line::before {
  content: "=";
  font-weight: 600;
  position: absolute;
  top: 30px;
  left: -19px;
  z-index: 1;
  font-size: 35px;
}

.right-line::before {
  content: "=";
  font-weight: 600;
  position: absolute;
  top: 30px;
  right: -19px;
  z-index: 1;
  font-size: 35px;
}

.top-line::before {
  content: "=";
  font-weight: 600;
  position: absolute;
  top: -31px;
  left: 40px;
  z-index: 1;
  transform: rotate(90deg);
  font-size: 35px;
}

.bottom-line::before {
  content: "=";
  font-weight: 600;
  position: absolute;
  bottom: -31px;
  left: 40px;
  z-index: 1;
  transform: rotate(90deg);
  font-size: 35px;
}

.grey {
  background: rgba(0, 0, 0, 0.634) !important;
  backdrop-filter: saturate(130%) blur(10px);
  color: var(--white) !important;
}

.grey::before {
  color: var(--white);
}

.white {
  background: rgba(255, 255, 255, 0.634) !important;
  backdrop-filter: saturate(130%) blur(10px);
  color: var(--black) !important;
}

.bb {
  border: 3px dashed var(--white);
}

.black {
  border: 3px dashed var(--black);
  background: rgba(255, 255, 255, 0.634) !important;
  backdrop-filter: saturate(130%) blur(10px);
  color: var(--black) !important;
}

.music-box {
  position: fixed;
  left: 0;
  top: 50px;

  a {
    margin-left: 10px;
    transition: 0.3s;
  }
}

/* music player classes */

#glenplayer02 {
  margin-top: 10px;
  padding: 5px;
  display: flex;
  z-index: 99;
  width: 130px;
  background: rgba(180, 134, 174, 0.634) !important;
  backdrop-filter: saturate(130%) blur(10px);
}

#glenplayer02 a {
  text-decoration: none;
}

#glenplayer02 > div {
  align-self: center;
  -webkit-align-self: center;
}

.music-controls {
  user-select: none;
  -webkit-user-select: none;
  width: 13px;
  font-size: 13px;
  cursor: pointer;
}

.playy,
.pausee {
  color: var(--light-grey);
} /* color of play & pause buttons */

.pausee {
  display: none;
}

.sonata {
  margin-left: 10px;
  color: var(--light-grey); /* color of music note symbol */
}

.labeltext {
  margin-left: 5px;
  font-family: courier new;
  font-size: 13px;
  color: var(--light-grey); /* color of song title */
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /* background-color: rgb(0, 0, 0); Fallback color */
  background-color: rgba(35, 35, 35, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 70%;
  max-width: 500px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 500px) {
  .modal-content {
    width: 100%;
  }
}
