.headertext {
  flex: 2;

  /* white-space: nowrap;*/
}
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  align-items: center;
}
.headertextcontainer {
  white-space: nowrap;
}
h1 {
  color: #000000;
  text-decoration: none;
}

.headertext h1 {
  font-size: 11vw;
}

.containermenu {
  justify-content: center;
}

#headertextmount {
  position: fixed;
  top: 1.5vw;
}

.typewrite {
  color: white;
  z-index: -1;
}

  .mainintrotext {
    position: relative;
    margin-left: 3px;
    font-size: 6vw;

    color: white;
  }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2vw 4vw;
  z-index: 1000;
}

body {
  background-color: #ce3635;
  text-align: center;
  color: #000000;
}

.container3 {
  text-shadow: 1px 1px 10px #000000, 1px 1px 10px #000000;
}

#casestudytitle {
  justify-content: center;
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 
  margin-left: auto;
  margin-right: auto;
  width: 75;
}

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

@media (max-width: 2000px) {
  .image-grid img {
    width: calc(33.33% - 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;
  }
}

.about-me {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -15px;
}

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

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

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

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

.menu-title a {
  color: white;
  text-decoration: none;
  font-size: 1vw;
  line-height: 50%;
  font-weight: bold;
}

.menu-title a:hover {
  text-decoration: underline;
  color: gold;
}

h5 {
  margin-top: -30px;
  font-family: "helvetica", monospace;
  font-style: italic;
  font-size: 1em;
  color: white;
  text-decoration: underline;
}

.menu {
  display: flex;
}

/* BLOG SECTION! */ /* BLOG SECTION! */ /* BLOG SECTION! */ /* BLOG SECTION! */

.blog-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -15px;
}

.blog-grid img {
  width: 50vw;
  margin-bottom: 10px;
}

@media (max-width: 2000px) {
  .blog-grid img {
    width: 50vw;
  }
}

@media (max-width: 768px) {
  .blog-grid img {
    width: 50vw;
  }
}

.blog-grid2 {
  flex-wrap: wrap;
  align-items: center;
  margin-left: 20px;
  justify-content: space-evenly;
}

.blog-grid2 img {
  width: 15vw;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-evenly;
}

@media (max-width: 2000px) {
  .blog-grid2 img {
    width: 15vw;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .blog-grid2 img {
    width: 15vw;
    align-items: center;
    justify-content: space-evenly;
  }
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
/* MOBILE MODE! */ /* MOBILE MODE! */ /* MOBILE MODE! */ /* MOBILE MODE! */

@media only screen and (max-width: 500px) {
  
    #codedbyfixed {
  display: none;
}
 
      h6 {
      font-family: "roc-grotesk", monospace;
      font-weight: 100;
      font-size: 4vw;
      color: white;
    }
  
 .titles {
      margin-top: -10px;
      text-align: center;
      font-family: "roc-grotesk", monospace;
     font-size:6vw;
      font-weight: 200;
      color: white;
      text-decoration: none;
    }
  
  curious {
    font-size: 10vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
   
  }
 h4 {
      font-family: "helvetica", monospace;
      font-size: 4vw;
      color: white;
      padding: 25px;
    }
  .typewrite {
    position: absolute;
    top: 4em;
    margin-left: 3px;
    font-size: 6vw;

    color: white;
  }


  .containermenu {
    visibility: hidden;
    max-height: 0;
    margin-top: -50vw;
  }
  .arrowcontainer {
    visibility: hidden;
    max-height: 0;
  }
  .container4page {
    width: 150%;
    transform: translate(50%, 20%);
    line-height: 20%;
    display: inline;
    margin-top: 16vw;
    margin-left: 11vw;
  }

 
  .headertext {
    overflow: visible;
    white-space: nowrap;
    width: 80%;
    margin-left: 1vw;
  }

  .headertextcontainer {
    white-space: nowrap;
  }

  .menu {
    flex-direction: column;
  }

  .image-grid {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 150px;

    justify-content: space-between;
  }

  .blog-grid {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 150px;
    margin-right: 100px;
    justify-content: space-between;
  }

  .menu-title {
    font-family: "roc-grotesk", monospace;
    margin: 10px -70px;
    width: 200px;
    text-align: right;
    text-shadow: 1px 1px 10px #000000, 1px 1px 10px #000000;
  }

  .menu-title a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
  }

  .headers {
    font-size: 7vh;
    text-shadow: 1px 1px 10px #000000, 1px 1px 10px #000000;
  }

  .about-me {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -15px;
    position: relative;
    top: 200px;
    z-index: -1;
  }
  .image-grid table,
  th,
  td {
    display: block; /* Turns the table into a vertical list */
    width: 100%; /* Makes each cell take full width */
  }

  .additionalinfo {
    margin-top: 10vw;
    text-decoration: none;
    line-height: 150%;
  }
}

/* DESKTOP MODE! */ /* DESKTOP MODE! */ /* DESKTOP MODE! */ /* DESKTOP MODE! */
    
  
@media only screen and (min-width: 500px) {
  
  

  
      h6 {
      font-family: "roc-grotesk", monospace;
      font-weight: 100;
      font-size: 2vw;
      color: white;
        
    }
   h4 {
      margin-top: -1vw;
      margin-bottom: -1vw;
      font-family: "helvetica", monospace;
      font-size: 2vw;
      color: white;
      padding: 100px;
     
    }
  .titles {
      margin-top: -10px;
      text-align: center;
      font-family: "roc-grotesk", monospace;
     font-size:2vw;
      font-weight: 200;
      color: white;
      text-decoration: none;
    }
  
  curious {
    font-size: 10vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
   
  }

   
  .individualimage:hover {
    filter: drop-shadow(0 0 15px rgba(11, 161, 191, 0.9));
    transition: filter 0.5s ease;

    filter: saturate(100%) drop-shadow(0px 0px 15px #ffd700);
  }

  svg {
    transition: filter 0.3s ease;
  }
  #cammenu:hover {
    filter: drop-shadow(0 0 15px rgba(11, 161, 191, 0.9));
    transition: filter 0.5s ease;
    filter: invert(10%) sepia(100%) saturate(300%)
      drop-shadow(0px 0px 15px #ffd700);
  }
  #laptopmenu:hover {
    filter: drop-shadow(0 0 15px rgba(11, 161, 191, 0.9));
    transition: filter 0.5s ease;
    filter: invert(10%) sepia(100%) saturate(300%)
      drop-shadow(0px 0px 15px #ffd700);
  }
  .header {
    align-items: center;
  }
  .headers {
    text-shadow: 1px 1px 20px #000000, 1px 1px 20px #000000;
  }
  .typewrite {
    position: absolute;
    top: 2vw;
    font-size: 5vw;
    color: white;
  }

  .containermenu {
    margin-top: -4vw;
    margin-left: 2vw;
  }
  .arrowcontainer {
    margin-top: -2vw;
    margin-left: 26vw;
    width: 50vw;
  }
  .container3 {
    flex: 1;
    justify-content: flex-end;
  }
  #navig {
    margin-top: -0.5vw;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu {
    display: flex;
    flex-direction: column;
  }
  .headertext h1,
  .menu-title a {
    margin-top: -0.5vw;
    padding: 0;
  }
  .menu-title {
    font-size: 2vw;
    font-family: "roc-grotesk", monospace;
    gap: 0.02vw;
    width: 9vw;
    text-align: right;
    color: white;
    margin-right: -50px;
    text-shadow: 1px 1px 10px #000000, 1px 1px 10px #000000;
    z-index: 1;
  }


  .image-grid {
    margin-top: 5vw;
  }
  .about-me {
    margin-top: 200px;
  }

  .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;
  }

  .additionalinfo {
    margin-top: -2vw;
    font-size: 2vw;
    text-decoration: none;
    line-height: 170%;
  }
}
