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

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

@font-face {
  font-family: "SunsetFriday";
  src: URL("../../fonts/Sunset-Friday.otf") format("truetype");
}

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

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

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

:root {
  --beige: #e6d7c9;
  --pink: #f49390;
  --light-pink: #ffcfcd;
  --green: #74a12a;
  --orange: #e09357;
  --darkorange: #7e412b;
  --red: #b80c09;
  --brown: #8e663e;
  --darkbrown: #63401c;
  --white: #ffffff;
  --black: #000000;
  --yellow: #ffc44d;
  --blue: rgb(12, 37, 78);
  --light-grey: rgb(251, 250, 250);
  --darkgrey: #6f6f6f;
}

html {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../../graphics/backgrounds/blue-grid2.jpg");
  background-size: 300px;
  cursor: url("../../graphics/brown-outlined.png"), auto !important;
  scrollbar-width: none;
}

body {
  display: flex;
  width: 100%;
  font-family: "USPlaywrite";
}

h2 {
  padding: 0 0 0.3em 0;
  margin: 0;
  font-weight: 600;
  font-size: 23px;
}

h3 {
  font-weight: 400;
  padding-left: 5px;
  order: 2;
  margin-left: 5px;
  font-family: "SunsetFriday";
  text-transform: lowercase;
  color: var(--brown);
  font-size: 16px;
}

h4 {
  padding: 0;
  margin: 0;
}

h5 {
  padding: 8px;
  align-self: center;
  margin: 0px 0.3em 10px 0;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  background-color: var(--blue);
  color: var(--beige);
  font-family: courier new;
}

h6 {
  color: var(--darkorange);
  text-transform: capitalize;
  letter-spacing: 0.1em;
}

article {
  border-top: 2px dotted var(--blue);
  padding: 20px 0;
  font-size: 15px;
  position: relative;
}

.status {
  display: flex;
}

.right-column {
  width: 100%;
  height: 98vh;
}

.wrapper {
  margin: 1em 2em;
}

i {
  color: var(--blue);
  font-weight: 600;
}

.img-gallery {
  position: relative;

  img {
    max-width: 130px;
    max-height: 150px;
    transition: 0.3s;
  }

  img:hover {
    rotate: -1deg;
  }

  .img-group {
    display: flex;
    flex-wrap: wrap;

    div {
      width: fit-content;
      height: fit-content;
      position: relative;
      box-sizing: border-box;
      position: relative;
      margin: auto;
    }

    div:after {
      content: "";
      display: block;
      position: absolute;
      border: 20px solid transparent;
      border-bottom: 20px solid #b8d1e8;
      bottom: -25px;
      right: -25px;
      box-shadow: 0px 7px 6px -9px black;
      transform: rotate(135deg);
    }

    div:before {
      content: "";
      display: block;
      position: absolute;
      border: 20px solid transparent;
      border-top: 20px solid #b8d1e8;
      top: -25px;
      left: -25px;
      box-shadow: 0px -7px 6px -9px black;
      transform: rotate(135deg);
    }

    p {
      font-family: "Sharpie";
      font-size: 25px;
      text-align: center;

      img {
        margin: auto;
        padding-top: 10px;
      }
    }

    .img1 {
      top: 0;
      left: 0;
    }

    .img2 {
      rotate: 5deg;
      margin-top: 20px;
    }

    .img3 {
      rotate: -5deg;
    }
  }
}

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

article div {
  margin: 1em 0;

  img {
    display: flex;
  }
  span {
    color: var(--red);
  }
  .star {
    -webkit-mask-image: url(https://i.ibb.co/JjDXBPr/ED5929-CE-1-D66-4-EC4-8-F8-A-14792-D8-F2384.png);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    border-radius: 15px;
    max-width: 400px;
    -webkit-mask-position: center;
  }
}
.right {
  float: right;
}

.left {
  float: left;
  margin-right: 10px;
}

.tiny {
  max-height: 100px;
}

.small {
  max-height: 130px;
}

.doodle {
  max-height: 200px;
}

.doodle-label {
  position: absolute;
  right: -20px;
  top: 40px;
  rotate: 30deg;
  max-width: 100px;
}

.paper {
  -webkit-mask-image: url(https://i.ibb.co/KhqQW5x/73696-B1-E-A0-D7-4529-B2-D2-FB27-F0-D5-B437.png);
  -webkit-mask-size: 150%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

/* music player classes */

#glenplayer02 {
  display: flex;
  z-index: 99;
  width: fit-content;
  background-image: url("../graphics/backgrounds/brown-seashell-pattern.png");
  background-size: 50px;
  border-radius: 3px;
}

#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(--beige);
}

.pausee {
  display: none;
}

.sonata {
  margin-left: 10px;
  color: var(--beige);
}

.labeltext {
  margin-left: 5px;
  font-family: courier new;
  font-size: 13px;
  color: var(--beige);
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 50px; /* 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: 300px;
}

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

/* 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%;
  }
}
