header {
    max-height: 82vh;
    overflow: hidden;
}

.header-container {
    position: relative;
}

.header-background {
    width: 100%;
    height: auto;
    filter: contrast(120%);
    filter: brightness(90%);
    -webkit-filter: contrast(120%);
    -webkit-filter: brightness(90%);
    z-index: -1;
}

.standard-background {
    width: 100%;
    height: 180px;
    background-color: #ff5b4c;
}

.header-text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.8) 100%);
}

.header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 20px 20px 10px;
    color: white;
    max-width: 70%;
    max-height: 80vh;
}

.header-title-container {
    margin-bottom: 2em;
}

.header-title {
    margin-bottom: 4px !important;
}

.header-title-ul {
    width: 88%;
    border: 1px solid #f9ed32;
    margin-left: 6%;
}

.header-text h1, .header-text h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    color: white;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.header-text h4 {
    line-height: 1.75em;
}

.header-text u {
    color: #ffe710;
}

.mifi-flag {
    width: 50px;
    height: 45px;
    margin-top: 50px;
    background: url("../images/FlagPointer.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.flag-link {
    width: 50px;
    height: 50px;
}

#site-logo {
    position: absolute;
    z-index: 2;
    width: 400px;
    height: auto;
    top: 25px;
    left: 3.5%;
}

.login-button {
    position: absolute;
    top: 29px;
    right: 2.5%;
    color: #ffe710;
    text-decoration: none;
    padding: 2px;
    font-family: 'Rubik', sans-serif;
    font-size: 12pt;
    font-weight: 300;
    z-index: 99;
}

.yellow-link-button {
    margin-top: 40px;
    border: 2px solid #ffe710;
    padding: 11px 15px;
    text-align: center;
}

.yellow-link-button:hover {
    background: rgba(0,0,0, 0.3);
    color: #008dff;
}

.link-button-container a {
    text-decoration: none;
    color: #ffe710;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.25em;
}

.link-button-container a:hover {
    color: #008dff;
    transition: color 250ms, background 500ms;
}

.down-arrow {
    margin-top: 30%;
}


.menu-main-menu-container {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0, 0.4), rgba(0,0,0,0));
    padding: 0 15px;
    box-sizing: border-box;
}

#alt-top-menu .menu-main-menu-container {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    background: transparent;
}

#menu-main-menu {
    display: flex;
    list-style-type: none;
    background: transparent;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 !important;
    padding: 12px 0 !important;
}

#menu-main-menu li {
    text-decoration: none;
    padding: 0 14px;
}

#menu-main-menu li a {
    text-decoration: none;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    text-shadow: 0 0 3px black;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.1em;
}

#menu-main-menu li a:hover {
    color: #ffe710;
    text-decoration: underline;
}

#alt-top-menu .menu-main-menu-container #menu-main-menu li a {
    text-shadow: none !important;
}

.page-id-1738 #alt-top-menu {
    display: none !important
}

.blog-post-title {
    font-size: 48px;
    font-weight: 700;
    color: #ff5b4c;
    margin-bottom: 10px;
}

.entry-date {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
    .down-arrow {
        margin-top: 20%;
    }
}

@media only screen and (max-width: 1000px) {
    .login-button {
        top: 70px;
        right: 7.75%;
    }

    #site-logo {
        width: 360px;
    }

    .header-text h1 {
        font-size: 32pt;
    }

    .header-text h4 {
        font-size: 14pt;
    }

    .link-button-container a {
        font-size: 16px;
    }

    .down-arrow {
        margin-top: 10%;
    }

    .menu-main-menu-container {
        padding: 0 10px;
    }

    #menu-main-menu li {
        padding: 0 6px;
    }
}

@media only screen and (max-width: 900px) {
    #site-logo {
        top: 0;
        left:0;
    }


    #menu-main-menu {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-end;
        padding: 7px 15px !important;
    }
}

@media only screen and (max-width: 800px) {
    #site-logo {
        width: 240px;
    }

    .header-title-container {
        margin-bottom: 1.5em;
    }

    .header-text h1, .header-text h4 {
        margin-top: 0.15em;
        margin-bottom: 0.15em;
    }

    .header-text h1 {
        font-size: 1.8em;
    }

    .header-text h4 {
        font-size: 11pt;
    }

    .mifi-flag {
        display: none;
    }

    .link-button-container a {
        font-size: 14px;
    }

    .down-arrow {
        margin-top: 10%;
        height: 30px;
        width: auto;
    }
}

@media only screen and (max-width: 700px) {
    #menu-main-menu li a {
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0.1em;
    }

    #menu-main-menu li {
        padding: 0 6px;
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 600px) {

    #site-logo {
        width: 180px;
    }

    #alt-top-menu {
        display: none;
    }

    .header-title-container {
        margin-bottom: 1em;
    }

    .header-text h1 {
        font-size: 1.2em;
    }

    .header-text h4 {
        font-size: 10pt;
    }

    .yellow-link-button {
        padding: 5px 20px;
        margin-top: 16px;
    }

    .link-button-container a {
        font-weight: 400;
        font-size: 12pt;
    }
}

@media only screen and (max-width: 400px) {

    .header-title-container {
        margin-bottom: 10px;
    }

    .header-text h1 {
        font-size: .75em;
    }

    .header-text h4 {
        font-size: 8pt;
    }

    .yellow-link-button {
        margin-top: 14px;
        border: 1px solid #ffe710;
        padding: 3px 10px;
    }

    .link-button-container a {
        font-weight: 300;
        font-size: 10pt;
    }
}


@keyframes slideDown {
    from {
        bottom: 15px;
    }

    to {
        bottom: 5px;
    }
}
