.em a {
    background-color: #f57e20;
    color: #ffffff !important;
    border-radius: 5px;
}

.homebgimg {
    height: 700px;
    background-image: url('../img/headers/homebg-2026.jpg');
}

.homebgimg .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height:100%;
}

.homebgimg .container h1 {
    color: #000000;
    font-size: 4rem;
    margin-bottom: 1rem;
    text-align: left;
    font-weight: 700;
}

.homebgimg .container a {
    background-color: #f57e20;
    color: #ffffff !important;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

.homebgimg .container p {
    width: 400px;
    text-align:left;
}