.hero   {
    background-image: url("../images/2026ConferencePic.JPG");
    background-position: 0 20%;
    margin-top: -24px;
    position: relative;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #347798f3;
    opacity: .1;
    z-index: 1;
}

.hero_top {
    padding: 48px 0 2% 0;
}

.location {
    margin-left: 20%;
    margin-top: 22%;
    color: white;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.9);
}

.location h2 {
    font-size: 37px;
    color: white;
}

.location h3 {
    color: white;
}

.location h4 {
    margin-top: 20px;
    color: white;
    font-size: 21px;
}

.hero_info {
    width: 100%; 
    padding: 25px 10px 25px 10px; 
    background-color: #3992b5;
    display: block;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.9);
    text-align: center;
}

.hero_info h2 {
    color: white;
    font-size: 24px;
}

.hero_info h3 {
    color: white;
    margin-top: 12px; 
    font-size: 18px;
}

.hero_content {
    z-index: 9;
    position: relative;
    max-width: 1140px;
    padding: 15px 0 40px 0;
    margin: auto;
}

.hero_content h1 {
    text-align: left;
    font-size: 44px;
    color: black;
    text-shadow: 1px 2px 8px rgba(255, 255, 255, 0.9);
    margin-left: 27%;
}

.hero_content h2 {
    margin-top: 25px;
}

.hero_content h3 {
    font-size: 21px;
    margin-top: 33px;
}

.buttons {
    margin-top: 12px;
}

.buttons .btn {
    margin: 15px;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.7);
}

@media (max-width: 1360px) {
    .hero {
        padding: 25px 50px;
    }

    .hero_top {
        padding: 2% 0 0 0;
    }

    .hero_content h1 {
        margin-left: 33%;
        font-size: 36px;
    }

    .hero_content h2 {
        font-size: 28px;
    }

    .hero_info h2 {
        font-size: 21px;
    }

    .location {
        margin-top: 19%;
        margin-left: 29%;
    }
}

@media (max-width: 1144px) {
    .hero {
        padding: 20px 50px;
        text-align: center;
        background-position: 0 60%;
    }

    .hero_content h1 {
        font-size: 26px;
    }

    .hero_content h2 {
        font-size: 21px;
    }

    .hero_info h2 {
        font-size: 13px;
    }

    .location {
        margin-top: 13%;
    }
    
    .location h2 {
        font-size: 24px;
    }
    
    .location h3 {
        font-size: 15px;
    }
    
    .location h4 {
        font-size: 15px;
    }
}


@media (max-width: 868px) {
    .hero {
        padding: 28px 50px;
        text-align: center;
        background-position: 0 80%;
    }

    .hero_top {
        padding: 0;

    }

    .hero_content h1 {
        font-size: 28px;
        text-align: center;
        margin-left: 0;
    }

    .hero_content h2 {
        font-size: 24px;
        color: white;
    }

    .location {
        margin-top: 10%;
        margin-left: 0;
        color: white;
    }

    .location h3 {
        color: white;
    }

    .location h4 {
        margin-top: 7px;
    }

    .hero_content h3 {
        font-size: 16px;
    }

    .hero_info h2 {
        font-size: 16px;
    }

    .hero_info h3 {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .hero {
        background-position: bottom;
    }

    .hero_content {
        padding: 0;
    }
    .location {
        margin-top: 20%;
    }
    .location h4 {
        margin-top: 0px;
    }
}
