

.smallHeader{display: none;}

.header {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: auto;
}
.largeTopHeader {
    background-color: lightblue;
}
.largeTopHeaderImage{
    width: 25%;
    min-width: 200px;
}
.largeTopHeaderImage img{
    width: 100%;
    height: auto;
}
.largeTopHeaderName{
    width: 30em;
    font-style: italic;
    text-align:center;
    align-self: center;
}
.largeTopHeader{
    display: flex;
    justify-content: center;
}


.largeNavigation {
    display: flex;
    background-color: black;
    cursor: pointer;
    justify-content: space-around;
}
.largeNavigationItem{
    color: white;
    width: 15%;
}