/* -== top of css ==- */

* {
  box-sizing: border-box;
}

body {
  background: black url("https://i.imgur.com/rHwlolr.png") no-repeat center;
  background-size: 150% auto;
}

/* -== quick ctrl F categories (2 find stuff) ==- */

/* containers */
/*  boxes  */
/* buttons */
/* links */
/* fonts */
/* dropdown */
/* mini display */

@media screen and (max-width: 992px) {
  body {
    background-size: 150%;
  }

  .btn-menu {
    flex: 20em;
    padding: 0px;
  }

  .box1 {
    margin-top: 50em;
    padding: 5em;
  }
}

@media (max-width: 800px) {
  .example-image-gallery div {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 768px) {
  body {
    background-size: auto;
  }

  .btn-menu {
    flex: 15em;
  }

  .box1 {
    margin-top: 25em;
    padding: 3em;
  }
}

@media (max-width: 600px) {
  .btn-menu {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
  }

  .btn-small {
    display: block;
    width: 90%;
    min-width: 0;
    margin: 0.25rem auto;
    box-sizing: border-box;
  }

  .btn-small p {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  body {
    background-size: auto;
  }

  .btn-menu {
    flex: 10em;
  }

  .box1 {
    margin-top: 15em;
    padding: 2em;
  }
}

::selection {
  background: #ebb813;
  color: rgb(0, 0, 0);
}

/* -== status updater ==- */

#statuscafe {
  margin: 0.5em;
  border-radius: 16px;
  width: 25em;
  height: auto;
  padding: 0.5em;
  background: linear-gradient(
    to bottom,
    rgba(127, 162, 219, 1) 1%,
    rgba(77, 121, 209, 1) 5%,
    rgba(32, 68, 201, 1) 39%,
    rgba(32, 68, 201, 1) 81%,
    rgba(30, 48, 153, 1) 97%,
    rgba(32, 68, 201, 1) 100%,
    rgba(32, 68, 201, 1) 100%
  );
  border: 4px ridge #0c0c0c;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35);
}
#statuscafe-username {
  margin-bottom: 0.2em;
}
#statuscafe-content {
  margin: 0 1em 0.4em 1em;
}

/* -== fonts ==- */
figcaption {
  text-align: center;
  font-size: 12px;
  color: white;
  margin-top: 1px;
}

/* -== containers ==- */

.container {
  margin: 15px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-shrink: 2;
  color: white;
  gap: 15px;
}

.container2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: space-between;
}

.formcontainer {
  margin: 15px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-shrink: 1;
  color: white;
}

.giphycontainer {
  text-align: center;
  margin-bottom: 20px;
}

.adcontainer {
  display: flex;
  gap: 15px;
  margin: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-content: space-between;
}

.statuscontainer {
  display: flex;
  gap: 5px;
  margin: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.tamacon {
  margin: 5px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-shrink: 2;
  color: white;
  gap: 15px;
  flex-direction: row;
}

/* -== mini display ==- */

.mini-display {
  width: 235px;
  height: 190px;
  padding: 20px;
  border-radius: 12px;
  border: 4px ridge #0c0c0c;
  background: rgb(233, 238, 248);
  box-shadow: 1px 1px 15px 5px rgba(94, 107, 156, 0.75) inset;
}

.mini-display img {
  margin-top: 10px;
  border: 4px ridge #0c0c0c;
  width: 85px;
  height: 85px;
  box-shadow: 3px 5px 5px 0px rgba(94, 107, 156, 0.35);
}

.display-wrap {
  position: relative;
  width: 195px;
  height: 155px;
  overflow-y: hidden;
}

.display-long {
  position: absolute;
  width: 2000px;
  height: 100px;
}

.mini-display span {
  font-size: 12px;
  color: black;
}

/* -== boxes ==- */

.scrollbox {
  width: 12.7em;
  height: 150px;
  padding: 15px;
  border-radius: 12px 12px 12px 12px;
  border: 4px ridge #0c0c0c;
  color: black;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(225, 232, 244, 1) 3%,
    rgba(255, 255, 255, 1) 15%,
    rgba(255, 255, 255, 1) 84%,
    rgba(225, 232, 244, 1) 97%,
    rgba(255, 255, 255, 1) 100%,
    rgba(28, 28, 28, 1) 100%,
    rgba(27, 27, 27, 1) 100%
  );
  overflow: auto;
}

.title-box {
  margin-top: 50px;
  padding: 100px;
  padding-top: 0%;
  padding-bottom: 0%;
  border-radius: 12px 12px 12px 12px;
  border: 4px ridge #0c0c0c;
  background: linear-gradient(
    to bottom,
    rgb(17, 17, 17) 0%,
    rgb(45, 45, 45) 2%,
    rgb(13, 13, 13) 20%,
    rgb(10, 10, 10) 92%,
    rgb(33, 33, 33) 98%,
    rgb(28, 28, 28) 100%,
    rgb(28, 28, 28) 100%,
    rgb(27, 27, 27) 100%,
    rgb(28, 28, 28) 100%
  );
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35);
}

.title-box h1 {
  font-size: 30px;
  text-align: center;
}

.formbox {
  width: 30em;
  padding: 25px;
  border-radius: 12px 12px 12px 12px;
  border: 4px ridge #0c0c0c;
  background: linear-gradient(
    to bottom,
    rgb(17, 17, 17) 0%,
    rgb(45, 45, 45) 2%,
    rgb(13, 13, 13) 20%,
    rgb(10, 10, 10) 92%,
    rgb(33, 33, 33) 98%,
    rgb(28, 28, 28) 100%,
    rgb(28, 28, 28) 100%,
    rgb(27, 27, 27) 100%,
    rgb(28, 28, 28) 100%
  );
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35);
}

.textarea {
  width: 100px;
  height: 200px;
  background-color: #1a1a1a;
  color: white;
  border: none;
  resize: none;
  font-size: 16px;
  padding: 10px;
  border-radius: 8px;
  box-sizing: border-box;
}

.box1 {
  color: white;
  width: 30em;
  margin-top: 5em;
  padding: 5em;
  padding-top: 0%;
  padding-bottom: 0%;
  border-radius: 12px 12px 12px 12px;
  border: 4px ridge #0c0c0c;
  background: linear-gradient(
    to bottom,
    rgb(17, 17, 17) 0%,
    rgb(45, 45, 45) 2%,
    rgb(13, 13, 13) 20%,
    rgb(10, 10, 10) 92%,
    rgb(33, 33, 33) 98%,
    rgb(28, 28, 28) 100%,
    rgb(28, 28, 28) 100%,
    rgb(27, 27, 27) 100%,
    rgb(28, 28, 28) 100%
  );
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35);
}

.box1 h1 {
  font-size: 30px;
  text-align: center;
}

.box2 {
  width: 30em;
  color: white;
  padding: 30px;
  border-radius: 12px 12px 12px 12px;
  border: 4px ridge #0c0c0c;
  background: linear-gradient(
    to bottom,
    rgb(17, 17, 17) 0%,
    rgb(45, 45, 45) 2%,
    rgb(13, 13, 13) 20%,
    rgb(10, 10, 10) 92%,
    rgb(33, 33, 33) 98%,
    rgb(28, 28, 28) 100%,
    rgb(28, 28, 28) 100%,
    rgb(27, 27, 27) 100%,
    rgb(28, 28, 28) 100%
  );
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35);
}

.box3 {
  width: 30em;
  color: white;
  height: auto;
  margin: 5px;
  padding: 15px;
  border-radius: 12px 12px 12px 12px;
  border: 4px ridge #0c0c0c;
  background: linear-gradient(
    to bottom,
    rgb(17, 17, 17) 0%,
    rgb(45, 45, 45) 2%,
    rgb(13, 13, 13) 20%,
    rgb(10, 10, 10) 92%,
    rgb(33, 33, 33) 98%,
    rgb(28, 28, 28) 100%,
    rgb(28, 28, 28) 100%,
    rgb(27, 27, 27) 100%,
    rgb(28, 28, 28) 100%
  );
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35);
}

.box3 a img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* center guestbook GIFs and stamp lines */
.guesty {
  display: flex;
  justify-content: center;
  align-items: center;
}
.guesty img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.stamp-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}
.stamp-line img {
  width: 80px;
  height: auto;
  margin: 0;
  display: block;
}

.box3 h2 {
  font-size: 24px;
  text-align: center;
}

.box3 h3 {
  font-size: 20px;
  text-align: center;
}

.box3 figure {
  float: left;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
}

.box4 {
  width: 30.3em;
  color: white;
  margin-top: 5px;
  flex: 75%;
  height: 13em;
  padding: 18px;
  box-sizing: border-box;
  border-radius: 12px 12px 12px 12px;
  border: 4px ridge #0c0c0c;
  background: linear-gradient(
    to bottom,
    rgb(17, 17, 17) 0%,
    rgb(45, 45, 45) 2%,
    rgb(13, 13, 13) 20%,
    rgb(10, 10, 10) 92%,
    rgb(33, 33, 33) 98%,
    rgb(28, 28, 28) 100%,
    rgb(28, 28, 28) 100%,
    rgb(27, 27, 27) 100%,
    rgb(28, 28, 28) 100%
  );
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35);
}

.box4 h3 {
  font-size: 20px;
  text-align: center;
}

.box4 textarea {
  resize: none;
}

.box5 {
  width: 17em;
  color: white;
  height: auto;
  margin: 1px;
  padding: 15px;
  border-radius: 12px 12px 12px 12px;
  border: 4px ridge #0c0c0c;
  background: linear-gradient(
    to bottom,
    rgb(17, 17, 17) 0%,
    rgb(45, 45, 45) 2%,
    rgb(13, 13, 13) 20%,
    rgb(10, 10, 10) 92%,
    rgb(33, 33, 33) 98%,
    rgb(28, 28, 28) 100%,
    rgb(28, 28, 28) 100%,
    rgb(27, 27, 27) 100%,
    rgb(28, 28, 28) 100%
  );
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35);
}

.box5 textarea {
  resize: none;
}

.box6 {
  color: white;
  margin: 5px;
  padding: 15px;
  border-radius: 12px 12px 12px 12px;
  border: 4px ridge #0c0c0c;
  background: linear-gradient(
    to bottom,
    rgb(17, 17, 17) 0%,
    rgb(45, 45, 45) 2%,
    rgb(13, 13, 13) 20%,
    rgb(10, 10, 10) 92%,
    rgb(33, 33, 33) 98%,
    rgb(28, 28, 28) 100%,
    rgb(28, 28, 28) 100%,
    rgb(27, 27, 27) 100%,
    rgb(28, 28, 28) 100%
  );
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35);
}

.box6 h2 {
  font-size: 24px;
  text-align: center;
}

.box6 h3 {
  margin-top: 0px;
  font-size: 20px;
  text-align: center;
}

.box6 figure {
  float: left;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
}

.box7 {
  width: 45em;
  color: white;
  height: 15.5em;
  margin: 15px;
  margin-top: 5px;
  padding: 18px;
  overflow: auto;
  border-radius: 12px 12px 12px 12px;
  border: 4px ridge #0c0c0c;
  background: linear-gradient(
    to bottom,
    rgb(17, 17, 17) 0%,
    rgb(45, 45, 45) 2%,
    rgb(13, 13, 13) 20%,
    rgb(10, 10, 10) 92%,
    rgb(33, 33, 33) 98%,
    rgb(28, 28, 28) 100%,
    rgb(28, 28, 28) 100%,
    rgb(27, 27, 27) 100%,
    rgb(28, 28, 28) 100%
  );
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35);
}

.box7 img {
  width: 150px;
  height: 140px;
}

.box8 {
  width: auto;
  color: white;
  height: auto;
  margin: 5px;
  padding: 15px;
  border-radius: 12px 12px 12px 12px;
  border: 4px ridge #0c0c0c;
  background: linear-gradient(
    to bottom,
    rgb(17, 17, 17) 0%,
    rgb(45, 45, 45) 2%,
    rgb(13, 13, 13) 20%,
    rgb(10, 10, 10) 92%,
    rgb(33, 33, 33) 98%,
    rgb(28, 28, 28) 100%,
    rgb(28, 28, 28) 100%,
    rgb(27, 27, 27) 100%,
    rgb(28, 28, 28) 100%
  );
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35);
  display: flex;
  gap: 10px;
}

.box9 {
  width: 55em;
  color: white;
  height: 30em;
  margin: 15px;
  margin-top: 5px;
  padding: 18px;
  overflow: auto;
  border-radius: 12px 12px 12px 12px;
  border: 4px ridge #0c0c0c;
  background: linear-gradient(
    to bottom,
    rgb(17, 17, 17) 0%,
    rgb(45, 45, 45) 2%,
    rgb(13, 13, 13) 20%,
    rgb(10, 10, 10) 92%,
    rgb(33, 33, 33) 98%,
    rgb(28, 28, 28) 100%,
    rgb(28, 28, 28) 100%,
    rgb(27, 27, 27) 100%,
    rgb(28, 28, 28) 100%
  );
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35);
}

.box9 details {
  text-align: center;
}

.scroll {
  padding: 10px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 3%,
    rgba(232, 236, 242, 1) 5%,
    rgba(255, 255, 255, 1) 18%,
    rgba(255, 255, 255, 1) 82%,
    rgba(232, 236, 242, 1) 95%,
    rgba(255, 255, 255, 1) 97%,
    rgba(255, 255, 255, 1) 100%
  );
  width: 200px;
  height: 110px;
  border-radius: 8px;
  border: 1px solid black;
  overflow: auto;
}

.scroll2 {
  padding: 10px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 3%,
    rgba(232, 236, 242, 1) 5%,
    rgba(255, 255, 255, 1) 18%,
    rgba(255, 255, 255, 1) 82%,
    rgba(232, 236, 242, 1) 95%,
    rgba(255, 255, 255, 1) 97%,
    rgba(255, 255, 255, 1) 100%
  );
  width: 360px;
  height: 110px;
  border-radius: 8px;
  border: 1px solid black;
  overflow: auto;
}

.giphybox {
  width: 25em;
  height: 36em;
  margin: 5px;
  padding: 15px;
  border-radius: 12px 12px 12px 12px;
  border: 4px ridge #0c0c0c;
  background: linear-gradient(
    to bottom,
    rgb(17, 17, 17) 0%,
    rgb(45, 45, 45) 2%,
    rgb(13, 13, 13) 20%,
    rgb(10, 10, 10) 92%,
    rgb(33, 33, 33) 98%,
    rgb(28, 28, 28) 100%,
    rgb(28, 28, 28) 100%,
    rgb(27, 27, 27) 100%,
    rgb(28, 28, 28) 100%
  );
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35);
}

.giphybox h3 {
  font-size: 20px;
  text-align: center;
}

/* -== buttons ==- */

button {
  color: white;
}

button:hover {
  cursor: pointer;
  text-decoration: underline;
}

.btn-menu {
  margin: 1em auto 1em auto;
  display: flex;
  flex: 25em;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: white;
}

.btn-small {
  margin: 0 5px;
  display: inline-block;
  flex: 0 0 auto;
  width: auto;
  min-width: 5.5rem;
  border-radius: 24px 24px 24px 24px;
  padding: 10px;
  border: 4px ridge #0c0c0c;
  text-align: center;
  background: linear-gradient(
    to bottom,
    rgba(127, 162, 219, 1) 1%,
    rgba(77, 121, 209, 1) 5%,
    rgba(32, 68, 201, 1) 39%,
    rgba(32, 68, 201, 1) 81%,
    rgba(30, 48, 153, 1) 97%,
    rgba(32, 68, 201, 1) 100%,
    rgba(32, 68, 201, 1) 100%
  );
}

.btn-small p {
  margin: 0px;
  padding: 0px;
}

.btn-small:hover {
  border: 4px ridge #0c0c0c;
  background: linear-gradient(
    to bottom,
    rgba(109, 179, 242, 1) 0%,
    rgba(84, 163, 238, 1) 50%,
    rgba(54, 144, 240, 1) 51%,
    rgba(30, 105, 222, 1) 100%
  );
}

.btn-small:active {
  border: 3px ridge #0c0c0c;
  background: linear-gradient(
    to bottom,
    rgba(53, 88, 196, 1) 1%,
    rgba(52, 61, 158, 1) 5%,
    rgba(7, 24, 132, 1) 39%,
    rgba(52, 61, 158, 1) 81%,
    rgba(7, 24, 132, 1) 97%,
    rgba(32, 68, 201, 1) 100%,
    rgba(53, 88, 196, 1) 100%
  );
  box-shadow: inset 0px 0px 10px 2px rgba(0, 55, 126, 0.856);
  transform: translateY(1px);
}

.btn {
  margin: 0 auto 10px auto;
  display: block;
  width: 20%;
  border-radius: 24px 24px 24px 24px;
  padding: 10px;
  border: 4px ridge #0c0c0c;
  text-align: center;
  background: linear-gradient(
    to bottom,
    rgba(127, 162, 219, 1) 1%,
    rgba(77, 121, 209, 1) 5%,
    rgba(32, 68, 201, 1) 39%,
    rgba(32, 68, 201, 1) 81%,
    rgba(30, 48, 153, 1) 97%,
    rgba(32, 68, 201, 1) 100%,
    rgba(32, 68, 201, 1) 100%
  );
}

.btn:active {
  border: 3px ridge #0c0c0c;
  background: linear-gradient(
    to bottom,
    rgba(53, 88, 196, 1) 1%,
    rgba(52, 61, 158, 1) 5%,
    rgba(7, 24, 132, 1) 39%,
    rgba(52, 61, 158, 1) 81%,
    rgba(7, 24, 132, 1) 97%,
    rgba(32, 68, 201, 1) 100%,
    rgba(53, 88, 196, 1) 100%
  );
  box-shadow: inset 0px 0px 10px 2px rgba(0, 55, 126, 0.856);
  transform: translateY(2px);
}

.btn:hover {
  border: 4px ridge #0c0c0c;
  background: linear-gradient(
    to bottom,
    rgba(109, 179, 242, 1) 0%,
    rgba(84, 163, 238, 1) 50%,
    rgba(54, 144, 240, 1) 51%,
    rgba(30, 105, 222, 1) 100%
  );
}

/* -== links ==- */

a:link {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 14px;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

/* -== dropdown ==- */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  color: white;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgb(17, 17, 17) 0%,
    rgb(45, 45, 45) 2%,
    rgb(13, 13, 13) 20%,
    rgb(10, 10, 10) 92%,
    rgb(33, 33, 33) 98%,
    rgb(28, 28, 28) 100%,
    rgb(28, 28, 28) 100%,
    rgb(27, 27, 27) 100%,
    rgb(28, 28, 28) 100%
  );
  min-width: 100px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.3s;
  pointer-events: none;
}

.dropdown:hover .dropdown-content {
  border-radius: 12px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.521);
}

.dropdown-content a {
  color: #ffffff;
  border-radius: 24px;
  border: 4px ridge #0c0c0c;
  padding: 0.02em;
  margin: 0.6rem;
  text-decoration: none;
  display: block;
  background: linear-gradient(
    to bottom,
    rgba(127, 162, 219, 1) 1%,
    rgba(77, 121, 209, 1) 5%,
    rgba(32, 68, 201, 1) 39%,
    rgba(32, 68, 201, 1) 81%,
    rgba(30, 48, 153, 1) 97%,
    rgba(32, 68, 201, 1) 100%,
    rgba(32, 68, 201, 1) 100%
  );
}

.dropdown-content a:hover {
  border-radius: 24px;
  background: linear-gradient(
    to bottom,
    rgba(109, 179, 242, 1) 0%,
    rgba(84, 163, 238, 1) 50%,
    rgba(54, 144, 240, 1) 51%,
    rgba(30, 105, 222, 1) 100%
  );
}

.dropdown-content a:active {
  border: 3px ridge #0c0c0c;
  background: linear-gradient(
    to bottom,
    rgba(53, 88, 196, 1) 1%,
    rgba(52, 61, 158, 1) 5%,
    rgba(7, 24, 132, 1) 39%,
    rgba(52, 61, 158, 1) 81%,
    rgba(7, 24, 132, 1) 97%,
    rgba(32, 68, 201, 1) 100%,
    rgba(53, 88, 196, 1) 100%
  );
  box-shadow: inset 0px 0px 10px 2px rgba(0, 55, 126, 0.856);
  transform: translateY(0px);
}

/* -== tooltip ==- */

.tooltip {
  visibility: hidden;
  background-color: rgb(255, 255, 255);
  color: black;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  margin-top: 5px;
  z-index: 1;
}

.tooltip::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgb(255, 255, 255);
}

.mini-textbox {
  position: relative;
  display: inline-block;
  margin-left: 40px;
}

.mini-textbox:hover .tooltip {
  visibility: visible;
}
