
.marquee {
  background-color: #000000;
  overflow: visible;
  position: relative;
  height: 7vw;
  overflow: hidden;
  white-space: nowrap;
  width: 80%;
  /* Full width of its parent */
  white-space: nowrap;
}




h1 {
  font-size: 12.5vw;
  color: white;
}

.marquee h1 {
  position: absolute;
  width: auto;
  margin: 10px;
  line-height: 50%;
  text-align: center;
  animation: scroll-left 12s linear infinite;
}
.marqueecontainer {
  white-space: nowrap;
}
@keyframes scroll-left {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}
body {
  cursor: url("https://cdn.glitch.global/c1dc0737-b921-4693-b17e-5cbf5b01bf11/cursor.ac512.3.png?v=1710537837968"),
    10px, 10px;
  font-family: Helvetica, bold, sans-serif;
}
table,
th,
td {
  text-align: center;
}
h5 {
  color: white;
}

h3 {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 100;
  font-style: normal;
}

#marqueemount {
  position: fixed;
  top: 30px;
}



.simplebutton {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 560;
  font-style: normal;
  background-color: #000000;
  color: white;
  border-radius: 100vw;
  border: 0.1vw solid #ffffff;
  padding: 2vw 4vw;
  margin-bottom: 8vw;
  text-align: center;
  text-decoration: none;
  display: inline;
  font-size: 4vw;
  margin: 4px 2px;
  cursor: pointer;
  position: relative;
}
.button {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 560;
  font-style: normal;
  background-color: #000000;

  color: white;

  border-radius: 100vw;
  border: 0.1vw solid #ffffff;
  padding: 3vw 7vw;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 4vw;
  margin: 4px 2px;
  cursor: pointer;
  position: relative;
}

.buttonsister {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 560;
  font-style: normal;
  background-color: #ffffff;
  width: clamp(3rem, 15vw, 200rem);

  color: black;
  border: 0.1vw solid #ffffff;
  padding: 1vw 0.1vw;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: clamp(1vw, 2vw, 3vw);

  cursor: pointer;
  position: relative;
}

.buttonsibling {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 560;
  font-style: normal;
  background-color: #000000;
  color: white;
  border: 0.1vw solid #ffffff;
  padding: 1vw 3vw;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.buttonbrother {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 560;
  font-style: normal;
  background-color: #ffffff;

  color: black;
  border: 0.1vw solid #ffffff;
  padding: 1vw 0.1vw;
  text-align: center;
  text-decoration: none;
  display: inline-block;

  cursor: pointer;
  position: relative;
}

p {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 100;
  font-style: normal;
  text-align: justify;
}
.headers {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
text-shadow:1px 10px 15px #000000, 1px 1px 10px #000000;

}

#myVideo {
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: fill;
}

a:hover {
  opacity: 100%;
}

.visually-hidden {
  fill: transparent;
}
#homebutton {
  justify-content: flex-start;
}
.slide-bottom {
  animation: slide-bottom 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

a:hover .icontrigger {
  animation: myAnim 2s ease 0s 1 normal forwards;
}

@keyframes myAnim {
  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 0;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.image-grid img {
  width: calc(33.33% - 10px);
  margin-bottom: 10px;
}

.individualimage:active {
  position: absolute;
  transform: scale(0.5) translate(-100%, -100%);
}

@media (max-width: 2000px) {
  .image-grid img {
    width: calc(350px - 10px);
  }
}

@media (max-width: 768px) {
  .image-grid img {
    width: calc(33.33% - 10px);
  }
}

@media (min-width: 0px) {
  .image-grid img {
    width: 100%;
    margin-bottom: -2px;
  }
}

.container {
  width: 100%;
  line-height: 50%;

  top: 0;
}

.containerbotcorner {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.banner-image {
  float: center;
  margin-top: -20vw;
}
.container2 {
  width: 100%;
  height: 100%;
}

.container3 {
  width: 100%;
  justify-content: center;
  line-height: 50%;
  display: inline;
  top: 0;
}
.corruptccc {
  background-image: url("https://cdn.glitch.me/c1dc0737-b921-4693-b17e-5cbf5b01bf11/CorruptCCC.png?v=1708366262113");
}

#navig {
  position: fixed;
  top: 50px;
}

#navig2 {
  position: relative;
}

#navigarchive {
  position: fixed;
  display: flex;
  justify-content: flex-end;
}

#archivebuttontrigger {
  position: fixed;
  right: 0;
  bottom: 0;
  overflow: visible;
}

#tipbuttontrigger {
  position: fixed;
  right: 0;
  bottom: 0;
  overflow: visible;
}

/* MOBILE MODE! */ /* MOBILE MODE! */ /* MOBILE MODE! */ /* MOBILE MODE! */

@media only screen and (max-width: 800px) {
  
  .container3 {
  width: 150%;
transform: translate(-17%, -10%);
  justify-content: center;
  line-height: 50%;
  display: inline;
  top: 0;
}
  
  
  .archiveresize {
    width: 25%;
    bottom: 0px;
    right: 2vw;
  }
    .archiveresize2 {
    width: 25%;

  }
  
  .tipjarresize {
    width: 25%;
    bottom: 0px;
    left: 0px;
  }
  .maintextresize {
    font-size: 6vw;
    text-align: justify;
    background-color: black;
    color: white;
    padding: 5vw;
  }

  .generaltextresize {
    font-size: 4vw;
    text-align: justify;
    background-color: black;
    color: white;
    margin-left:4vw;
    margin-right:4vw;
  
  }

  .aboutmetextresize {
    font-size: 6vw;
    background-color: black;
    color: white;
    padding: 5vw;
  }

  .hoodresize {
    width: 50%;
  }

  .camerabodyresize {
    width: 80%;
  }

  .buttonsister {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 560;
    font-style: normal;
    background-color: #ffffff;
    width: 35vw;
    color: black;
    border: 0.1vw solid #ffffff;
    padding: 1vw 1vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 5vw;
    cursor: pointer;
    position: relative;
  }
  .buttonbrother {
    width: 70vw;

    color: black;
    border: 0.1vw solid #ffffff;
    padding: 5vw 17vw;
    text-align: center;
    text-decoration: none;
    display: inline;
  }

  .buttonsibling {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 560;
    font-style: normal;
    background-color: #000000;
    width: 35vw;
    color: white;
    border: 0.1vw solid #ffffff;
    padding: 3vw 6vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 5vw;
    cursor: pointer;
    position: relative;
  }
}

/* DESKTOP MODE! */ /* DESKTOP MODE! */ /* DESKTOP MODE! */ /* DESKTOP MODE! */

@media only screen and (min-width: 800px) {


  .maintextresize {
    font-family: "roc-grotesk", sans-serif;
    font-size: 3vw;
    text-align: justify;
    background-color: black;
    color: white;
    padding: 3vw;
    line-height:3vw;
    margin-left: 3vw;
    margin-right: 3vw;
    text-align: justify;
  }
  .generaltextresize {
    width: 70%;
    margin-top: -5vw;
    font-size: 2vw;
    text-align: justify;
    background-color: black;
    color: white;
  }

  .aboutmetextresize {
    width: 70%;
    margin-top: 1vw;
    font-size: 3vw;
    background-color: black;
    color: white;
  }
  .hoodresize {
    width: 20%;
  }

  .camerabodyresize {
    width: 30%;
  }

  .homeresize {
    width: 10%;
    top: 0px;
    left: 2vw;
  }
  .archiveresize {
    width: 10%;
    bottom: 0px;
    right: 2vw;
  }
    .tipjarresize {
    width: 10%;
    bottom: 0px;
    left: 2vw;
  }


  .buttonsister {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 560;
    font-style: normal;
    background-color: #ffffff;
    width: clamp(2rem, 13vw, 150rem);

    color: black;
    border: 0.1vw solid #ffffff;
    padding: 0.7vw 1vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: clamp(1vw, 2vw, 3vw);

    cursor: pointer;
    position: relative;
  }
  .buttonbrother {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 560;
    font-style: normal;
    background-color: #ffffff;
    width: clamp(2rem, 13vw, 150rem);

    color: black;
    border: 0.1vw solid #ffffff;
    padding: 0.7vw 1vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: clamp(1vw, 2vw, 3vw);

    cursor: pointer;
    position: relative;
  }
  .buttonsibling {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 560;
    font-style: normal;
    background-color: #000000;
    width: 40vw;

    color: white;
    border: 0.1vw solid #ffffff;
    padding: 0.7vw 2vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 3vw;

    cursor: pointer;
    position: relative;
  }
}
