@media (max-width: 1440px) {
  
    body {
      font-size: 16px;
    }
  }
  
  *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
  
  body{
    min-height: 100vh;
    background-color: #FAFAFA;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: "Gabarito", sans-serif;
    font-weight: 700;
    font-style: normal;
    background: url('../images/landing/BGDigital.png') no-repeat center center fixed;
    background-size: cover;
    overflow-y: hidden;
    
  }
  
  nav{
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  }
  
  nav ul{
    width: 100%;
    height: 80px;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  nav li{
    height: 50px;
    display: flex;
    align-items: center; 
  }
  
  nav a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
  }
  
  nav a:hover{
    color: #CF812D;
  }
  
  nav li:first-child{
    margin-right: auto;
  }

  .navbar-logo {
    height: 60px; 
    width: auto; 
    margin-left: 20px;
}


  
.sidebar{
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  background-image: url('../images/landing/bg.jpg');
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(12px);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 999;
}

  
  
  .sidebar li{
    width: 100%;
  }
  
  .sidebar a{
    width: 100%;
  }
  
  .menu-button{
    display: none;
  }
  
  .banner {
    text-align: center;
    padding: 2em;
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
    color: white;
}

/* BANNER */

.Banner-Home {
  display: flex;
  justify-content: center; 
  align-items: center; 
  width: 100%;
  padding: 20px; 
}

.text-content {
  flex: 1;
  padding: 20px;
  color: white;
  max-width: 800px;
  align-items: center;
}

.text-content h1 {
  margin-top: 0.8em; 
  font-family: "Gabarito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2em;
  color: black;
  margin-left: 20px;
  text-align: left;
}

.text-content p {
  font-family: "Gabarito", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3em;
  line-height: 2;
  margin-bottom: 2em;
  color: black;
  margin-right: 5em;
  margin-left: 20px;
}

.text-content h3 {
  font-family: "Gabarito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7em;
  color: black;
  margin-bottom: 1em;
  margin-left: 20px;
}

.text-content h4 {
  font-family: "Gabarito", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: black;
  margin-left: 20px;
}

.image-content {
  display: grid;
  gap: 1em;
  justify-content: flex-end;
  padding: 1em;
}

.image-content img {
  width: 400px;
  height: auto;
  display: block;
  margin-right: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.icons-container {
  display: flex;
  gap: 10px;
  margin-top: 20px; 
  margin-left: 25px;
  align-items: center;
}

.icon {
  width: 50px;
  height: 50px; 
  object-fit: contain; 
}

.icons-container p {
  margin: 0;
  font-size: 1.2em;
}


  /* DIVIDER */

  .camarovideo {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    margin-top: 50px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

  .package {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    margin-top: 50px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.package2 {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    margin-top: 50px;
    margin-bottom: 20px; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); 
}

.package3 {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    margin-top: 50px;
    margin-bottom: 100px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);  
}

.research-block {
  text-align: center;
 }

.research-block img {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  margin-top: 10px; 
}

.packagedouble {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); 
    gap: 30px; 
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.packagedouble img {
    max-width: 100%;
    height: auto; 
    padding: 10px;
    display: block;
    border-radius: 20px;
}



  .category {
    text-align: center;
    padding: 1rem;
    border-bottom: 2px solid #CF812D;
    margin-top: 2rem; 
    margin-bottom: 2rem; 
}

.category h2 {
    margin: 0;
    font-size: 1.5rem;
    color: #CF812D;
}
  
  .featured-story {
    height: 1em;
    align-items: center;
    display: flex;
    background-color: #f3eae2;
    color: white;
    font-family: "Gabarito", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: .8em;
    padding-left: 2em;
  }

  .video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.video-wrapper iframe {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 800 / 480;
    height: auto; 
    border: 0;
}

/* .instagram-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.instagram-media {
  width: auto !important;
  max-width: 100% !important;
  height: 550px !important;
  margin-left: 30px !important;
} */

.instagram-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}

.instagram-media {
  margin: 0;
  width: auto !important;
  max-width: 100% !important;
  height: 550px !important;
  margin-left: 30px !important;
  display: flex;
  justify-content: center; 
}

.instagram-media iframe {
  width: 100% !important;
}

/* SoundCloud Tracks */

.soundcloud-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
  max-width: 800px;
  margin: 0 auto;
  gap: 10px;
  padding-bottom: 10px;
}

.soundcloud-embed {
  flex: 1 1 45%;
  aspect-ratio: 1;
  margin: 10px;
  min-width: 300px;
  max-width: 400px;
}

iframe {
  width: 100%;
  height: 100%;
}


  /* PROFILES */

  .profile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.profile-card {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin: 20px 0;
    max-width: 800px;
    width: 100%;
}

.profile-text {
    flex: 1;
}

.profile-text p {
    margin: 0;
    color: #333;
    font-weight: 300;
}

.profile-text em {
    font-style: italic;
    color: #555;
}

/* SKILLS */

.skills-section {
    text-align: center;
    padding: 50px 0;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 800px;
    width: 100%;
}

.skills-icons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)); 
    gap: 5px; 
}

.skills-icons img {
    max-width: 100px; 
    height: auto; 
    padding: 10px;
    margin: 0 auto; 
    display: block; 
}

/* CORE VALUES */

.log-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.log-box {
  text-align: center;
  width: 30%;
}

.log-box img {
  width: 100%;
  height: auto;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.log-box p {
  margin-top: 10px;
  font-size: 1em;
  color: #000000;
}

.core-container {
    padding: 50px 0;
    border-radius: 15px;
    margin: 20px auto;
    max-width: 900px;
    width: 100%;
}

.core-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: space-between;
    margin-top: 0px;
}

.core-value {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 auto; 
    width: 80%;
}

.core-value h3 {
    margin-top: 0;
    color: #000000;
    margin-bottom: 10px;
    text-align: center;
}

.core-value p {
    color: #000000;
    font-weight: 300;
    text-align: center;
}

/* MOAR ABOUT ME */

.me-container {
    text-align: center;
    width: 100%;
}

.me-container h1 {
    text-align: center;
    color: #333;
}

.card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 20px;
  margin: 30px auto;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 800px;
}

.card img {
    border-radius: 2px;
    width: 250px;
    height: auto;
    object-fit: cover;
    margin-left: 20px;
}

.card-content {
    flex: 1;
    text-align: left;
}

.card h3 {
    margin-top: 0;
    color: #000;
}

.card p {
    color: #000000;
    font-weight: 300;
}

.images {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.images img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    object-fit: cover;
}

.links {
    display: flex;
    justify-content: center; 
    align-items: center; 
    padding: 50px;
}

.links-button {
  background-color: #981F2C;
color: white;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s ease;
}

.links-button:hover {
  background-color: #CF812D;
}

video {
  margin-bottom: -5px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
}

.project-navigation {
  display: flex;
  justify-content: center;
  gap: 20px; 
  margin: 40px 0; 
}

.prev-project-button,
.next-project-button {
  background-color: #981F2C;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.prev-project-button:hover,
.next-project-button:hover {
  background-color: #CF812D;
}


.final-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  background-color: #981F2C;
  color: white;
}

.final-footer .go-home {
  width: 100px;
}

.final-footer .go-home img {
  width: 100%;
  height: auto;
}

.final-footer img {
  max-width: 80px;
  height: auto;
}

.navigationfooter {
  margin: 0;
  padding: 0;
}

.footer-text {
  text-align: center;
  margin-top: 10px;
}

.navigationfooter a {
  margin: 0 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.25s ease-in-out;
}

.navigationfooter a:hover {
  color: #CF812D;
}

.footer-icons {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.footer-icons a {
  margin: 0 10px;
}

.footer-icons img {
  margin-top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

.footer-icons a:hover img {
  transform: scale(1.05);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.footer-push {
  flex-grow: 1;
}
  
  /* TABLET */
  
  @media(max-width:936px){
    .hideOnMobile{
      display: none;
    }
    .menu-button{
      display: block;
    }
    
    .Banner-Home {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 100%;
    }
  
    .text-content {
      flex: 1;
      padding: 20px;
      color: white;
      width: 100%;
    }
  
    .text-content h1 {
      margin-top: 0.8em; 
      font-family: "Gabarito", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 3.2em;
      color: black;
      text-align: center;
  }
  
    .text-content p {
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 1.2em;
      line-height: 1.5;
      color: black;
      margin: 0;
      margin: 45px;
    }
  
    .text-content h3 {
      font-family: "Gabarito", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.5em;
      color: black;
      margin-bottom: 1em;
      margin: 0;
    }
  
    .text-content h4 {
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
      font-style: normal;
      color: black;
      margin: 0;
    }
  
    .image-content {
      display: grid;
      gap: 1em;
      justify-content: center;
      padding: 1em;
    }
  
    .image-content img {
      width: 100%;
      max-width: 300px;
      height: auto;
      display: block;
      margin: 0 auto; 
      border-radius: 20px;
    }

    .icons-container {
      display: flex;
      gap: 10px;
      margin-top: 20px; 
      justify-content: center; 
    }
    
    .icon {
      width: 50px;
      height: 50px; 
      object-fit: contain; 
    }
  
    /* DIVIDER */

    .package {
      text-align: center;
      display: block;
      margin: 0 auto;
      width: 80%;
      height: 80%;
      margin-top: 50px;
      margin-bottom: 20px;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  }
  
  .package2 {
      text-align: center;
      display: block;
      margin: 0 auto;
      width: 80%;
      height: 80%;
      margin-top: 50px;
      margin-bottom: 20px;  
  }
  
  .package3 {
      text-align: center;
      display: block;
      margin: 0 auto;
      width: 80%;
      height: 80%;
      margin-top: 50px;
      margin-bottom: 100px;  
  }

  .research-block {
    text-align: center;
   }
  
  .research-block img {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 80%;
    margin-top: 10px; 
  }

  .packagedouble {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.packagedouble img {
    max-width: 60%;
}
  
    .category {
      text-align: center;
      padding: 1rem;
      border-bottom: 2px solid #CF812D;
      margin-top: 2rem; 
      margin-bottom: 2rem; 
  }
  
  .category h2 {
      margin: 0;
      font-size: 1.5rem;
      color: #CF812D;
  }
    
    .featured-story {
      height: 1em;
      align-items: center;
      display: flex;
      background-color: #f3eae2;
      color: white;
      font-family: "Gabarito", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: .8em;
      padding-left: 2em;
    }

    .video-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    
    .video-wrapper iframe {
        width: 80%;
        max-width: 800px;
        aspect-ratio: 850 / 480;
        height: auto; 
        border: 0;
    }

    .instagram-container {
      display: flex;
      flex-wrap: wrap;
      gap: 0;
      margin: 0;
      padding: 0;
      justify-content: center;
      align-items: center;
    }
    
    .instagram-media {
      margin: 0;
      width: auto !important;
      max-width: 100% !important;
      height: 550px !important;
      margin-left: 30px !important;
      display: flex;
      justify-content: center; 
    }
    
    .instagram-media iframe {
      width: 100% !important;
    }

/* SoundCloud Tracks */

.soundcloud-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  gap: 10px;
}

.soundcloud-embed {
  flex: 1 1 45%;
  aspect-ratio: 1;
  margin: 10px;
  min-width: 300px;
  max-width: 300px;
}

  /* PROFILES */

  .profile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.profile-card {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px 0;
    max-width: 800px;
    width: 75%;
}

.profile-image {
    border-radius: 15px;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-right: 20px;
}

.profile-text {
    flex: 1;
}

.profile-text p {
    margin: 0;
    color: #333;
    font-weight: 300;
}

.profile-text em {
    font-style: italic;
    color: #555;
}

/* SKILLS */

.skills-section {
    text-align: center;
    padding: 50px 0;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 800px;
    width: 80%;
}

.skills-icons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); 
    gap: 5px; 
    justify-content: center;
}

.skills-icons img {
    max-width: 50%; 
    height: auto; 
    padding: 10px; 
}

/* CORE VALUES */

.core-container {
    padding: 50px 0;
    border-radius: 15px;
    margin: 20px auto;
    max-width: 80%;
    width: 100%;
}

.core-values {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    justify-content: space-between;
    margin-top: 0px;
}

.core-value {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 auto; 
}

.core-value h3 {
    margin-top: 0;
    color: #000000;
    margin-bottom: 10px;
    text-align: center;
}

.core-value p {
    color: #000000;
    font-weight: 300;
    text-align: center;
}

/* MOAR ABOUT ME */

.me-container {
  display: inline;
  text-align: center;
  width: 80%;
}

.me-container h1 {
  text-align: center;
  color: #000000;
}

.card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 20px;
  margin: 30px auto;
  display: flex;
  flex-direction: column; 
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 80%;
  max-width: 800px;
}

.card img {
  border-radius: 10px;
  width: 60%;
  height: auto;
  object-fit: scale-down;
  margin-top: 20px;
}

.card-content {
  flex: 1;
  text-align: left;
  width: 100%;
}

.card h3 {
  margin-top: 0;
  color: #000;
}

.card p {
  color: #000000;
  font-weight: 300;
}

video {
  margin-bottom: -5px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
}


    /* FOOTER */
  
    .final-footer {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 20px;
      background-color: #981F2C;
      color: white;
    }
    
    .final-footer .go-home {
      width: 100px;
    }
    
    .final-footer .go-home img {
      width: 100%;
      height: auto;
    }
    
    .final-footer img {
      max-width: 80px;
      height: auto;
    }
    
    .navigationfooter {
      margin: 0;
      padding: 0;
    }
    
    .footer-text {
      text-align: center;
      margin-top: 10px;
    }
    
    .navigationfooter a {
      margin: 0 10px;
      color: #ffffff;
      text-decoration: none;
      font-size: 16px;
      transition: color 0.25s ease-in-out;
    }
    
    .navigationfooter a:hover {
      color: #CF812D;
    }
    
    .footer-icons {
      margin-top: 10px;
      display: flex;
      justify-content: center;
    }
    
    .footer-icons a {
      margin: 0 10px;
    }
    
    .footer-icons img {
      margin-top: 10px;
      width: 30px;
      height: 30px;
      border-radius: 5px;
      transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    }
    
    .footer-icons a:hover img {
      transform: scale(1.05);
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    }
    
    .footer-push {
      flex-grow: 1;
    }
  }
  
  /* MOBILE */
  
  @media (max-width: 530px) {
    .sidebar {
      width: 100%;
    }
  
    .Banner-Home {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
      }
    
      .text-content {
        padding: 20px;
        color: white;
        width: 90%;
      }
    
      .text-content h1 {
        margin-top: 0.8em; 
        font-family: "Gabarito", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 2em;
        color: black;
        text-align: center;
        padding-bottom: 10px;
      }
    
      .text-content p {
        font-family: "Gabarito", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.2em;
        line-height: 1.5;
        color: black;
        margin: 0;
        padding: 0 20px;
        margin-top: 10px;
        text-align: left;
      }
  
    .text-content h3 {
      font-family: "Gabarito", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.3em;
      color: black;
      margin-bottom: 1em;
      margin: 0; 
    }
  
    .text-content h4 {
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
      font-style: normal;
      color: black;
      margin: 0;
    }
  
    .image-content {
      display: flex;
      justify-content: center;
      padding: 1em;
      width: 100%;
    }
  
    .image-content img {
      width: 100%; 
      max-width: 300px;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 20px;
    }

  .icons-container {
    display: flex;
    gap: 10px;
    margin-top: 20px; 
    justify-content: center; 
  }
  
  .icon {
    width: 50px;
    height: 50px; 
    object-fit: contain; 
  }
    
        /* DIVIDER */

  .package {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 80%;
    margin-top: 50px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.package2 {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 80%;
    margin-top: 50px;
    margin-bottom: 20px;  
}

.package3 {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 80%;
    margin-top: 50px;
    margin-bottom: 100px;  
}

.research-block {
  text-align: center;
 }

.research-block img {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 90%;
  height: 90%;
  margin-top: 10px; 
}

.packagedouble {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.packagedouble img {
    max-width: 60%;
}

  .category {
    text-align: center;
    padding: 1rem;
    border-bottom: 2px solid #CF812D;
    margin-top: 2rem; 
    margin-bottom: 2rem; 
}

.category h2 {
    margin: 0;
    font-size: 1.5rem;
    color: #CF812D;
}
  
  .featured-story {
    height: 1em;
    align-items: center;
    display: flex;
    background-color: #f3eae2;
    color: white;
    font-family: "Gabarito", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: .8em;
    padding-left: 2em;
  }

  .video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.video-wrapper iframe {
    width: 80%;
    max-width: 800px;
    aspect-ratio: 850 / 480;
    height: auto; 
    border: 0;
}

.instagram-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}

.instagram-media {
  margin: 0;
  width: auto !important;
  max-width: 100% !important;
  height: 550px !important;
  margin-left: 0px !important;
  display: flex;
  justify-content: center; 
}

.instagram-media iframe {
  width: 100% !important;
}

    /* SoundCloud Tracks */

.soundcloud-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  gap: 10px;
}

.soundcloud-embed {
  flex: 1 1 45%;
  aspect-ratio: 1;
  margin: 10px;
  min-width: 200px;
  max-width: 200px;
}
  
    /* PROFILES */
  
    .profile-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
  }
  
  .profile-card {
      display: flex;
      align-items: center;
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      padding: 20px;
      margin: 20px 0;
      max-width: 800px;
      width: 75%;
  }
  
  .profile-image {
      border-radius: 15px;
      width: 150px;
      height: 150px;
      object-fit: cover;
      margin-right: 20px;
  }
  
  .profile-text {
      flex: 1;
  }
  
  .profile-text p {
      margin: 0;
      color: #333;
      font-weight: 300;
  }
  
  .profile-text em {
      font-style: italic;
      color: #555;
  }
  
  /* SKILLS */
  
  .skills-section {
      text-align: center;
      padding: 50px 0;
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      margin: 20px auto;
      max-width: 800px;
      width: 80%;
  }
  
  .skills-icons {
      display: grid;
      grid-template-columns: repeat(1, minmax(0, 1fr)); 
      gap: 5px; 
      justify-content: center;
  }
  
  .skills-icons img {
      max-width: 40%; 
      height: auto; 
      padding: 10px; 
  }
  
  /* CORE VALUES */

  .core-container {
    padding: 50px 0;
    border-radius: 15px;
    margin: 20px auto;
    max-width: 80%;
    width: 100%;
}

.core-values {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    justify-content: space-between;
    margin-top: 0px;
}

.core-value {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 auto; 
}

.core-value h3 {
    margin-top: 0;
    color: #000000;
    margin-bottom: 10px;
    text-align: center;
}

.core-value p {
    color: #000000;
    font-weight: 300;
    text-align: center;
}
  
  /* MOAR ABOUT ME */
  
  .me-container {
    display: inline;
    text-align: center;
    width: 80%;
  }
  
  .me-container h1 {
    text-align: center;
    color: #000000;
  }
  
  .card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 20px;
    margin: 30px auto;
    display: flex;
    flex-direction: column; 
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 80%;
    max-width: 800px;
  }
  
  .card img {
    border-radius: 10px;
    width: 60%;
    height: auto;
    object-fit: scale-down;
    margin-top: 20px;
  }
  
  .card-content {
    flex: 1;
    text-align: left;
    width: 100%;
  }
  
  .card h3 {
    margin-top: 0;
    color: #000;
  }
  
  .card p {
    color: #000000;
    font-weight: 300;
  }

  video {
    margin-bottom: -5px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
  }

    
    /* FOOTER */
  
    .final-footer {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 20px;
      background-color: #981F2C;
      color: white;
    }
    
    .final-footer .go-home {
      width: 100px;
    }
    
    .final-footer .go-home img {
      width: 100%;
      height: auto;
    }
    
    .final-footer img {
      max-width: 80px;
      height: auto;
    }
    
    .navigationfooter {
      margin: 0;
      padding: 0;
    }
    
    .footer-text {
      text-align: center;
      margin-top: 10px;
    }
    
    .navigationfooter a {
      margin: 0 10px;
      color: #ffffff;
      text-decoration: none;
      font-size: 16px;
      transition: color 0.25s ease-in-out;
    }
    
    .navigationfooter a:hover {
      color: #CF812D;
    }
    
    .footer-icons {
      margin-top: 10px;
      display: flex;
      justify-content: center;
    }
    
    .footer-icons a {
      margin: 0 10px;
    }
    
    .footer-icons img {
      margin-top: 10px;
      width: 30px;
      height: 30px;
      border-radius: 5px;
      transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    }
    
    .footer-icons a:hover img {
      transform: scale(1.05);
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    }
    
    .footer-push {
      flex-grow: 1;
    }
  }
  