
header {
    max-width: 100%;
    max-height: 100%;
    padding: 0 0 0 0;
    margin: 0 0 5px 0;
}

.header-background {
    background-image: url('/pictures/road-through-woods-comp.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
}

.header-logo {
    max-width: 100%;
    margin: 0 0 1px 0;
    filter: drop-shadow(lightgray 0 0 1px);
}

/* Flex Header */

.flex-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.flex-header:nth-child(1) {
    flex: 0 1 auto;
}

.flex-header:nth-child(2) {
    flex: 1 0 70%;

}

.header-text {
    font-family: "future_west", serif;
    color: black;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-text-new {
    text-align: left;
    padding: 0 0 0 0; margin: 0 0 0 0;
    font-size: 4.5vw;
    color: black;
    text-shadow: lightgray 0 0 1px;
    font-family: future_west, serif;
}

.head-logo {
    float: left;
    font-family: "future_west", serif;
    color: black;
}