.beehive-title {
    font-size: 60px;
    color: #0d0d0d;
    font-weight: 800;
}

.beehive-btn {
    background-color: #ffd014;
    border: none;
}

.beehive-btn:hover {
    background-color: #ffffff;
}

.beehive-border:hover {
    border: 2px solid #ffffff;
}

.beehive-bg {
    background: linear-gradient(rgba(255, 208, 20, 0.9), rgba(255, 208, 20, 0.9)), 
                url('../img/beehive-bg-img.png');
    /* background-repeat: no-repeat; */
    background-attachment: fixed;
    /* background-size: cover; */
    background-color: #ffd014;
}

.no-top-radius {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.mt-80 {
    margin-top: 80px;
}