html,
body{
    height: 100%;
}


#main-header-container{
    //background: black;
}

#header-logo{
    position: absolute;
    z-index: 1;
}

#main-header-container{
    position: relative;
}

#brand-name{
    font-family: 'Amatic SC', cursive;
    text-transform: lowercase;
    color: white;
}

#background-img>img{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    object-position: center;
}
#header{
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 55%);
    position: relative;
}

#header-social{
    position: absolute;
    color: white;
    z-index: 500;
}

#header-social>div>a{
    margin-left: 15px;
    width: 24px;
    display: inline-block;
    color: grey;
    text-decoration: none;
}

#header-social>div>a:hover{
    color: #4c4c4c;
}

#header-social>div>a.active{
    color: #2459a6;
    cursor: default;
}


#header-social>div>a>img{
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;

    /* Safari seems to support, but seems deprecated and does the same thing as the others. */
    image-rendering: -webkit-optimize-contrast;
}


@media (max-width: 991px) {
    #background-img>img{
        object-position: bottom;
    }
    body{
        overflow: hidden;
    }
    #header-social{
        margin-top: 20px;
        position: relative;
    }

    #header-social>div{
        margin-top: 20px;
    }

    #header{
        height: 100%;
        overflow: auto;
        background: linear-gradient(180deg, #000000e0 52%, transparent);
    }

    #header-logo{
        position: relative;
        width: 85%;
    }

    #main-header-container{

    }

    #brand-name{
        font-size: 3em;
        padding-top: 2px;
    }
    nav{
        margin-top: 20px;
    }
    li.nav-item>a.nav-link{
        color: white !important;
        font-size: 2em;
        font-family: 'Dawning of a New Day', cursive;
        text-transform: lowercase;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1em;
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-style: italic;
    }

    li.nav-item{
        margin-bottom: 10px;
    }
    #header-sub-container{
        width: 100%;
        margin: 0 auto;
        position: relative;
        text-align: center;
    }
    nav>div.container-fluid{
        text-align: center;
        align-items: center !important;
        justify-content: center !important;
    }
}
@media (min-width: 992px) and (max-width: 1500px) {
    #header-social{
        zoom: 0.8;
        right: 38px;
        top: 100px;
    }

    #header{
        padding-top: 25px;
        padding-bottom: 45px;
    }
    #header-logo{
        right: 0px;
        top: 0;
        width: 24em;
    }

    #main-header-container{
        height: 250px;
    }

    #brand-name{
        font-size: 4em;
        padding-top: 2px;
    }
    nav{
        margin-top: -19px;
    }
    li.nav-item>a.nav-link{
        color: white !important;
        font-size: 1.5em;
        font-family: 'Dawning of a New Day', cursive;
        text-transform: lowercase;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1em;
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-style: italic;
    }

    li.nav-item{
        margin: 0 47px 0 0;
    }
    #header-sub-container{
        margin: 0 auto;
        width: 766px;
        position: relative;
    }
}
@media (min-width: 1500px) {
    #header-social{
        right: 40px;
        top: 110px;
    }

    #header{
        padding-top: 25px;
        padding-bottom: 260px;
    }
    #header-logo{
        right: 0px;
        top: 0;
        width: 32em;
    }

    #main-header-container{
        height: 250px;
    }

    #brand-name{
        font-size: 5em;
        padding-top: 9px;
    }
    nav{
        margin-top: -19px;
    }
    li.nav-item>a.nav-link{
        color: white !important;
        font-size: 2em;
        font-family: 'Dawning of a New Day', cursive;
        text-transform: lowercase;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1em;
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-style: italic;
    }

    li.nav-item{
        margin: 0 47px 0 0;
    }
    #header-sub-container{
        margin: 0 135px;
        position: relative;
    }
}