* {
    font-family: 'Orbitron', sans-serif;
}

/* Nav Menu */

.menu-open {
  background-color: #2C4A99;
}

#mobile-menu a {
  opacity: 0;
}

#mobile-menu.menu-open a {
  opacity: 1;
}

/* Nav Menu */

/* HOMEPAGE */

/* Hero Section */

.hero-section {
    height: 540px;
}

/* End Hero Section */

/* END HOMEPAGE */

/* PRODUCT PAGE */

.product-title {
    position: relative;
    z-index: 10;
    text-align: center;
    font-family: Orbitron, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    --tw-text-opacity: 1;
    font-size: clamp(1.5rem, 4vw, 3rem);
}

/* END PRODUCT PAGE */

/* CONNECTORS PAGE */

.connector-img-container {
    position: relative;
}

.connector-img {
    display: block;
    width: 100%;
}

.connector-img-container::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 1) 90%);
    pointer-events: none;
}

/* END CONNECTORS PAGE */

/* Media Queries */

@media (min-width: 1200px) {
    .hero-section {
        height: 620px;
    }
    .product-card-name {
        font-size: 1rem;
    }
    .benefit-body {
        font-size: 0.85rem;
    }
    .portfolio-label {
        font-size: 1rem;
    }
}

@media (min-width: 1600px) {
    .hero-section {
        height: 800px;
    }
}

/* End Media Queries */