/* Standard site text style */


body, html {
  height: 100%;
  margin: 10px;
  font-size: 20px;
  font-family: Inter, helvetica, sans-serif !important;
  font-weight: 300;
  line-height: 1.5em;
  color: #000;
  scroll-behavior: smooth;
  padding-bottom: 500px;
  letter-spacing: 0 !important;
}

#apparel body {
	overflow: hidden; 
}

a {
  color: #0b84d4
}



/* Headline (Shared) */
.headline  {
  position: relative !important;
  display: flex !important;
  padding: 5px !important;
  text-decoration: none !important;
  margin-left: 15px !important;
  margin-bottom: 50px;
}

.headline a {
  text-decoration: none !important;
  font-size: 1.3em !important;
  font-weight: 300 !important;
  color: inherit !important;
}

.headline:hover{
  color: inherit;
  text-decoration: none;
  background-color: #f1f1f1;
  border-radius: 6px;
  padding: 5px;
}

.icon {
  width: auto;
  height: 30px;
  color:#212121;
  display: none;
  padding-left: 20px;
}

#sd.headline {
  font-size: inherit;
}
#sd.icon {
  filter: invert(1);
}

#sd.headline:hover{
  color: inherit;
  text-decoration: none;
  background-color: #1E1E1E;
  border-radius: 6px;
  padding: 5px;
}

h1 {
  font-size: 1.4em;
  font-weight: 400;
}

h2 {
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 15px;
}

h3 {
  font-size: 1.1em;
  font-weight: 350;
}

h4 {
  font-size: 0.9em;
  font-weight: 350;
}


figcaption {
  font-style: italic;
  color: #292929;
}

/* NAV Index page */
li {
  list-style: none;
}

.home {
  display: grid;
  align-items: center;
  list-style-type: none;
  position: absolute;
  max-width: 300px;
  min-width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#nav li {
  float: inline;
  list-style: none;
}

.nav li a {
  display: block;
  color: black;
  text-align: left;
  padding: 15px 16px;
  text-decoration: none;
}

.nav li a:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #f1f1f1; 
  border-radius: 12px;
}

.nav li a:active {
  text-decoration: none;
}

.nav li a:visited {
  text-decoration: line-through;
}

/* Breadcrumbs */

.breadcrumb {
  display: flex;
  list-style: none;
  padding: 5;
  margin: 0;
  background: none; /* Ensure no background is applied */
  border-radius: 0; /* Remove any border-radius */
  margin-left: 15px; /* Aligns breadcrumbs with headline */
  padding-left: 5px; /* Matches headline padding */
}

.breadcrumb li {
  display: inline;
  font-size: 16px;
}

.breadcrumb li + li::before {
  content: " > ";
  padding: 0 8px;
}

.breadcrumb li a {
  text-decoration: none;
  color: #000;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li.active {
  color: #000;
  pointer-events: none;
}

/* UX Page*/
.hero {
  height: 20vh; /* Adjust based on preference */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: start;
}

.hero-image {
  max-width: 90%; /* Adjust width */
  height: auto;
  object-fit: cover;
  overflow: hidden;
}
.recent-title {
  text-align: left;
  margin: 2rem 0;
  font-weight: 600;
}


#sd.card {
  background-color: #444444;
  color: #fff;
}

.card-img-top {
  height: 30vh;
  overflow: clip;
  object-fit: cover;
  flex-shrink: 0;
}

#a.card-img-top {
  object-fit: contain;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.card-text {
  text-overflow: ellipsis;
  font-size: 0.9rem;
  line-height: 1.3;
}

.card-body {
  padding: 1rem;
  flex-grow: 1;              /* Fills available space */
  overflow: hidden;         /* Hide overflow if text is too long */
  
}

/* Main Content - Push it to the right, enabling absolute scroll menu*/
.main-content {
  padding: 5px;
  margin-left: 240px;
}

/* Card Tag (Small Label Inside the Card) */
.card-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #E7F2F9;  
  color: #000000;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  border-color: #116FAE;
  border-width: 1.5px;
  text-transform: uppercase;
  letter-spacing: 5%;
  box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-400) var(--sds-size-depth-800) var(--sds-size-depth-negative-100) var(--sds-color-black-200);
  flex-shrink: 0; 

}

/* Custom button style */
.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 60vh;
  overflow: clip;
  display: flex;
  flex-direction: column;
  display: grid;
  float: left;
  gap: 30px 30px;
  min-width: 280px; /* Prevents extreme shrinking */

}

.cards {
  display: grid;
}

.card-link {
  text-decoration: none;
  color: inherit;
}

.card-title {
  font-size: 1.15rem;
  font-weight: 400;
  margin-top: -25px;
}

/* Resume page*/
.resume-section {
  border-radius: 8px;
  margin-bottom: 25px
}

.skills-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.badge {
  margin-right: 8px;
  margin-top: 5px;
  display: inline-block;
  padding: 10px 15px;
  font-size: 0.8rem;
  font-weight: 500;
  background: #E7F2F9;
  border: #164666;
  border-width: 2px;
  border-radius: 6px;
  transform: translateY(20px);
  animation: slideUp 0.6s forwards;
  transition: transform 0.3s ease, opacity 0.3s ease, transform 0.6s ease-in-out;
  text-transform: uppercase;
  color: #000000;

}
.badge:hover {
  transform: scale(1.1);
}

.headshot {
  max-width: 60%;
  max-height: auto;
  width: fit-content;
  margin-bottom: 1rem;
}

@keyframes slideUp {
  from {
      transform: translateY(20px);
  }
  to {
      
      transform: translateY(0);
  }
}


/* Timeline Styles */
.timeline-with-icons {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  position: relative;
}

.timeline-with-icons::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 2px;
  background: #e2e2e2; /* Line color */
}

.timeline-item {
  position: relative;
  padding-left: 70px;
}

.timeline-item .timeline-icon {
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 5px;
  width: 45px;
  height: 45px;
  background: #c6fbff; /* Primary color */
  color: #116FAE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
}

.timeline-item h5 {
  font-size: 1.2em;
  font-weight: 450 !important;
  margin-bottom: 5px;
}

.timeline-item p {
  margin: 5px 0;
}




/* Menu Styling */
.menu {
  height: 90vh;
  display: flex;
  padding-left: 2%;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 220px !important; /* Do not allow shrinking */
}


#ux.menu {
    height: 90vh;
    display: flex;
    padding-left: 2%;
    position: fixed;
    align-items: center;
    justify-content: center;
}

#resume.menu {
  height: 90vh;
  display: flex;
  padding-left: 2%;
  position: fixed;
  align-items: center;
  justify-content: center;

}

.menu ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
.menu a {
  text-decoration: none;
  color: inherit;
  font-size: 1rem;
  font-weight: 300;
  display: block;
  margin-bottom: 0.5rem;
}
.menu a.active {
  font-weight: 500;
}

.menu a:hover {
  background-color: #f1f1f1;
  border-radius: 6px;
}
#sd.menu, #ux.menu, #res.menu {
  position: fixed;
}

#sd.menu a:hover {
  background-color: #1E1E1E;
  border-radius: 6px;
}


@media (max-width: 992px) {
  .menu {
      display: none;
  }

  .skills-container {
    display: none;
  }

  .headline {
    margin-left: none !important;
  }

  #ux.menu, #resume.menu {
    display: none;
  }

  .main-content {
    margin: 0;
    padding: 0;
  }

  .ep-image {
    width: 80%;
  }
  .right-image{
    display: none;
  }

  .menu {
    display: none; /* Hide left menu */
  }
  .navbar {
    margin-bottom: 20px; /* Adds spacing */
    background-color: #ffff !important; /* Change this to your preferred color */

  }
 




}



.col-md-2 menu {
  display: none;
}


/* Sound Design Page*/
#soundesign {
  background-color: #212121;
  color: #f1f1f1;
}

/* Sound Design Content */
.sound-design-content {
  width: 100%;  /* Changed from calc */
  padding-left: 50px;  /* Changed from margin-left */
}

.sample-packs .card {
  display: flex;
  flex-direction: column;
  height: 100%; /* Ensures equal height */
}

.sample-pack {
  gap: 10px;
}

.sample-packs .card-body {
  flex-grow: 1; /* Ensures text fills available space */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Ensures button stays at the bottom */
}

.sample-packs .card-img-top {
  height: 300px; /* Adjust as needed */
  object-fit: cover; /* Ensures images are cropped consistently */
  width: 100%; /* Forces images to stretch evenly */
}


/* EP Section */
.ep-section {
  margin-bottom: 120px;
}

.ep-section .ep-image {
  max-width: 600px; /* Adjust as needed */
  border-radius: 8px;
}

/* Ensure responsive EP section */
.ep-section {
  padding: 0 5%;
}

@media (max-width: 768px) {
  .ep-section {
    padding: 0 2%;
  }
  .sound-design-content {
    padding: 10px;
  }
}


/* Sample Pack Section */
.sample-pack {
  text-align: Left;
  margin-bottom: 50px;
}
.sample-pack img {
  max-width: 80%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* SoundCloud Player */
.soundcloud-player {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #212121;
  padding: 0;
}


/* Apparel*/

.header {
  display: flex;
}


.header img {
  max-height: 40px; /* Adjust as needed */
  width: auto;
  margin-left: 10px; /* Space between text and image */
}

 /* Product Section */
 .product {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.product img {
  width: 350px; /* Adjust as needed */
  height: auto;
  border-radius: 8px;
  margin-right: 20px;
}
.product-content {
  flex: 1;
}

/* Product design */

/* Hero Section */
.hero-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 40px;
}
.hero-video {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #ddd;
}

/* Ensure sections stack vertically */
.description, .blog-post {
  width: 100%;
  margin-top: 15px;
}

.logo {
  max-width: 45px;
  max-height: auto;
  padding-left: 5px;
}
/* Article */

/* General Article Layout */
.blog-post {
  max-width: 800px;
  margin: auto;
  padding: 20px;
}

/* Images */
.article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px auto;
}

/* Videos */
.article-video {
  width: 100%;
  max-height: 500px;
  display: block;
  margin: 20px auto;
}

/* Quotes */
.article-quote {
  font-style: italic;
  font-size: 1.2em;
  margin: 20px 0;
  padding-left: 20px;
  border-left: 4px solid #212121;
  color: #333;
}

/* Lists */
.blog-post ul {
  padding-left: 20px;
  margin: 20px 0;
}

.blog-post ul li {
  list-style: none;
  margin-bottom: 10px;
}

/* Code Blocks */
.article-code {
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 5px;
  font-family: monospace;
  overflow-x: auto;
  margin: 0px 0;
}


.carousel-caption {
  color: #333;
  font-weight: 300;
  font-style: italic;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(100%); /* Makes it white */
}

/* Optional: Customize the background for better visibility */
.carousel-control-prev,
.carousel-control-next {
  top: 50%; /* Move to the middle */
  transform: translateY(-50%); /* Align perfectly */
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3); /* Optional: Dark semi-transparent background */
  border-radius: 50%;
}

/* Fix image height & ensure consistent object-fit */
.carousel-inner img {
  height: 500px; /* Set your preferred height */
  object-fit: contain; /* Ensure images do not stretch */
  width: 100%;
}




#article-image {
  width: 100%; 
  max-width: auto; 
  height: 500px; 
  object-fit: cover; 
  display: block;
  margin: 0 auto; 
}

.article-content p {
  margin-top: 2rem; /* Adjust spacing between paragraphs */
}

.article-content li {
  list-style: none;
  
}

@media (max-width: 768px) {
  #article-image {
    max-width: 100%;
    height: 300px; 
  }
  .card {
    min-width: 100%; /* Ensures cards take full width */
  }

  .icon{
    display: flex;
  }
}

