/* Hero Section */
.hero-height {
    height: 200px !important;
    position: relative;
    z-index: 1;
}

.company-hero-height {
    height: 290px !important;
    position: relative;
    z-index: 1;
}

.hero-title {
    padding-top: 80px;
}

.hero-title h1 {
    font-size: 40px;
}

.hero-title p {
    color: rgba(255, 255, 255, 0.6);
    margin-top: -10px;
}

@media (min-width: 769px) {
    .hero-height {
        height: 290px !important;
    }

    .hero-title p {
        margin-top: 5px;
    }
}

@media (max-width: 768px) {
    .hero-height {
        height: 200px !important;
    }

    .hero-title {
        padding-top: 50px !important;
    }

    .hero-title h1 {
        font-size: 30px !important;
    }

    .navbar-brand img {
        width: 80%;
        height: auto;
    }
} 