@media only screen and (max-width: 600px) {
  .title-h1 {
    font-size: 18vw;
  }

  .cloud.large>img {
    max-width: 35%;
  }

  .cloud.medium>img {
    max-width: 25%;
  }

  .cloud.small>img {
    max-width: 10%;
  }

  .upper>.logolink>img {
    width: 100px;
  }

  nav>.upper {
    padding: 1rem;
  }

  .black-bg-section {
    padding: 0.8rem 0.5rem;
  }

  .collections-container {
    height: 80svh;
  }

  .big-text>.lines>.line-container {
    height: fit-content !important;
  }

  .big-text>.lines>.line-container>.line {
    font-size: 10vw !important;
    line-height: 0.914634 !important;
    text-wrap: wrap !important;
  }

}

@media only screen and (min-width: 600px) {
  .title-h1 {
    font-size: 100px;
  }

  .cloud.large>img {
    max-width: 20%;
  }

  .cloud.medium>img {
    max-width: 10%;
  }

  .cloud.small>img {
    max-width: 5%;
  }

  .upper>.logolink>img {
    width: 120px;
  }

  nav>.upper {
    padding: 1rem;
  }

  .collections-container {
    height: 60svh;
  }
}

@media only screen and (min-width: 768px) {
  .title-h1 {
    font-size: 140px;
  }

  .upper>.logolink>img {
    width: 140px;
  }

  .black-bg-section {
    padding: 1.5rem 1rem;
  }
}

@media only screen and (max-width: 992px) {
  .image {
    width: 50vmin;
  }

  .black-bg-container {
    margin: 5px;
  }

  .static {
    display: none;
  }

  .footer_bottom {
    flex-direction: column;
  }

  .footer_bottom>div {
    font-size: 18px;
  }

  .footer_bottom>.links {
    padding-top: 30px;
    flex-direction: column;
    gap: 10px;
  }

  .footer_bottom>.links>.link>span>.topArrow {
    width: 1rem;
  }

  .footer_bottom>.links>.link>span>.bottomArrow {
    width: 1rem;
  }

  .big-text {
    font-size: 2em;
    padding: 0.5rem;
  }

  .footer_bottom {
    margin-bottom: 3.5rem;
  }

  .iglink:hover::before {
    content: "Thank you.";
    transition: opacity 0.25s;
    opacity: 1;
  }
}

@media only screen and (min-width: 992px) {

  .iglink:hover::before {
    content: "Follow me.";
    transition: opacity 0.25s;
    opacity: 1;
  }

  .footer_bottom {
    margin-bottom: 0;
  }

  .footer_bottom>.links>.link>span>.topArrow {
    width: 1.5rem;
  }

  .footer_bottom>.links>.link>span>.bottomArrow {
    width: 1.5rem;
  }

  .footer_bottom>.links {
    flex-direction: row;
    gap: 30px;
  }

  .footer_bottom>div {
    font-size: 25px;
  }

  .footer_bottom {
    flex-direction: row;
  }

  .title-h1 {
    font-size: 170px;
  }

  .upper>.logolink>img {
    width: 160px;
  }

  .image {
    width: 40vmin;
  }

  .black-bg-container {
    margin: 10px;
  }

  .static {
    position: absolute;
    background: white;
    filter: grayscale(1) blur(3px);
    transform: scale(1.05);
  }

  

}

@media only screen and (min-width: 1200px) {
  .title-h1 {
    font-size: 190px;
  }
}

@media screen and (max-width: 1200px) {}

@media only screen and (min-width: 1500px) {
  .title-h1 {
    font-size: 15vw;
  }
}


@media only screen and (max-width: 1000px) {
  .randomPosition>img {
    width: 180px;
  }
}

@media only screen and (max-width: 700px) {
  .randomPosition>img {
    width: 100px;
  }
}