/* Navigation items */
.nav-item {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

/* Background image styling */
.bg-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

/* Main content layout */
.experience-page .main-content {
  flex: 1 0 auto;
  margin-top: -200px;
  padding-bottom: 100px;
  min-height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
  background: transparent;
}

/* Experience page specific styles */
.about-content {
  padding: 2rem;
  color: white;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
  flex: 1;
}

#about-section .content-section {
  padding-top: 0px !important;
}

/* Add vertical spacing */
.vertical-spacer {
  height: 150px;
}

.about-content h1 {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.about-section {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 2rem;
  opacity: 1;
}

.cut_out-container {
  padding: 20px;
  text-align: center;
  position: relative;
  overflow: visible;
  max-width: 500px;
  margin: 0;
}

.content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
}

.image-left {
  filter: brightness(1.5);
}

.right-image {
  max-width: 800px;
  padding-top: 0px;
  padding-left: 0px;
  margin-top: -80px;
  margin-left: -120px;
}

.cut_out-container.right-image {
  padding: 0;
  background: none;
}

.image-right {
  max-width: 800px !important;
  width: 450% !important;
  padding: 0px;
  filter: brightness(1.5);
}

/* Experience page main content adjustment */
.experience-page .main-content {
  margin-top: -200px;
}

/* Position nav items */
/* These positions are now handled by style.css with transitions
.about-link {
  left: 20% !important;
}
.about-me-link {
  left: 32% !important;
}
.resume-link {
  left: 35% !important;
}
.portfolio-secondary-link {
  left: 50% !important;
}
.extra-link {
  left: 65% !important;
}
.statement-link {
  left: 80% !important;
}
*/

/* Background image styling specific to experience page */
.bg-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

/* Main content layout */
.experience-page .main-content {
  flex: 1 0 auto;
  margin-top: -200px;
  padding-bottom: 100px;
  min-height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
  background: transparent;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Experience page specific styles */
.about-content {
  padding: 2rem;
  color: white;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
  flex: 1;
}

/* Add vertical spacing */
.vertical-spacer {
  height: 150px;
}

.about-content h1 {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.about-section {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 2rem;
  opacity: 1;
}

.cut_out-container {
  padding: 20px;
  text-align: center;
  position: relative;
  overflow: visible;
  max-width: 500px;
  margin: 0;
}

.content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
}

.image-left{
  mask-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.3) 20px, rgba(0, 0, 0, 0.7) 40px, black 60px);
  -webkit-mask-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.3) 20px, rgba(0, 0, 0, 0.7) 40px, black 60px);
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 1)) 
         drop-shadow(0 0 30px rgba(0, 0, 0, 0.8))
         drop-shadow(0 0 45px rgba(0, 0, 0, 0.6))
         brightness(1.5);
}

.right-image {
  max-width: 800px;
  padding-top: 0px;
  padding-left: 0px;
  margin-top: -80px;
  margin-left: -120px;
}

.cut_out-container.right-image {
  padding: 0;
  background: none;
}

.image-right{
  max-width: 800px !important;
  width: 450% !important;
  padding: 0px;
  filter: brightness(1.5);
}

/*.navbar-brand {
  font-size: 90px;
  transition: font-size 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.shrink-header {
  font-size: 70px !important;
}
*/


