.hg-home-header{
    display:block;
    width:100vw;
    max-width:100vw;
    height:475px;

    background-image:url("../images/baseball-stadium-dark.png");
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;

    position:relative;
    top:0;
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.hg-home-header-overlay{
    position:absolute;
    top:-30px;
    left:0;
    width:100%;

    display:flex;
    justify-content:space-between;
    align-items:center;
    box-sizing:border-box;
}

.hg-logo{
    width:130px;
    max-height:150px;

    margin-top:35px;
    margin-left:-10px;
}

.hg-main-nav{
    flex:1;
    display:flex;

    justify-content:flex-start;
    align-items:center;

    position:relative;
    left:20px;

    gap:60px;

    margin:0 20px;
    margin-top:-10px;
}

.hg-main-nav a{
    color:#ffffff;
    text-decoration:none;
    font-size:30px;
    font-weight:415;
}

.hg-main-nav a:hover{
    color:#d8b347;
}

.hg-heroic5-button{
    position:relative;
    display:inline-block;
    flex-shrink:0;

    text-decoration:none;
    background:none;
    border:none;
    box-shadow:none;

    padding:0;
    margin-top:50px;
    margin-left:0;

    line-height:1;
    z-index:5;
}

.hg-heroic5-button:hover{
    background:none;
}

.hg-heroic5-button img{
    width:200px;
    height:auto;
    display:block;
    transition:.2s;
}

.hg-heroic5-button img:hover{
    transform:scale(1.04);
}

.hg-other-header .hg-other-nav a{
    background:red;
}
