header {
    background-color: #c7c7c7;
    max-height: fit-content;
    width: 100%; 
    height: 12vh;
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    justify-content: space-between; 
    align-items: center;
    padding: 1px;
}

header div {
    margin: 4vh 6vh;
}


@media (max-width: 729px) {
    body {
        font-size: 12px !important;
    }

    #content {
        padding: 0 !important;
    }

    #container {
        margin: 0;
        padding: 0;
    }

    header #logo_container_text {
        font-size: 2.5vh;
    }

    header #sections {
        font-size: 1.7vh;
    }

    span#slash {
        visibility: hidden;
    }

    .section #search:hover {
        padding-bottom: 1vh;
    }
    
    .section #create:hover {
        padding-top: 1vh;
    }

    .search-optional {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

#logo_container_text {
    font-size: 3.5vh;
    font-weight: bold;
    text-align: center;
}
  
#sections {
    font-size: 2vh;
}   

.section {
    margin: 0;
    padding: 1vh 1.5vh;
}

.section:hover {
    background-color: #c4c4c4;
    font-weight: bold;
}

footer {
    width: 100%;
    height: 12vh;
    max-height: 12vh;
    background-color: white;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
}

#disclaimer {
    display: inherit;
    justify-content: center; 
    align-items: center;
    padding: 0 2vh;
    margin-bottom: 1vh;
}

#disclaimer p {
    font-size: 1.5vh;
}

#photo {
    display: flex;
    background-color: white;
    justify-content: center;
}

#photo img {
    height: 12vh;
    margin-left: 0.1vh;
}

@media (max-width: 1380px) {
    footer {
        display: block !important;
        height: 192.09px;
        max-height: 192.09px;
    }

    #disclaimer {
        padding-top: 2vh;
    }

    #photo {
        width: auto;
    }

}

@media (max-width: 865px) {
    #content {
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 1047px) {
    #photo {
        flex-wrap: wrap;
    }
}