header#header{
    box-shadow: none;
}

main#content{
    background: white;
}

div.landing-holder{
    width: 100%;
    height: calc(100vh - 150px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 0!important;
}

div.landing-search-holder{
    display: flex;
    justify-content: center;
    width: 100%;
}

input[type="search"]#search{
    flex: 0 0 40%;
    max-width: 550px;
}

button#search-confirm{
    margin: 0;
    border-left: 1px;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

div.landing-image{
    width: 100%;
    text-align: center;
    margin-top: 0!important;
}

div.landing-image > img{
    width: 50%;
    min-width: 256px;
    max-width: 768px;
}

.landing-button-holder{
    width: 100%;
    text-align: center;
}

.nav-control.nav-item{
    display: none;
}

@media (max-width: 768px){
#header-right {
    display:flex;
}

.nav-control.nav-item{
    display: flex;
}

}

#navigation{
    position: absolute!important;
    top: -52px;
    padding-top: 52px;
    height: 100vh;
    width: 250px;
    display: none;
}


  #header-center, #header-right, .nav-control.header-button{
    background: initial;
    color: initial;
}