html {
    background: rgb(248, 243, 213)
}

h1 {
    font-style: italic;
    font-family: "Didact Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

p {
    font-size: 1.2em;
    font-family: 'Ubuntu Sans';
}

ul.nav {
    margin-left: 10px;
    padding-left: 10px;
    list-style: none;
}

.nav li {
    display: inline;
}

ul.nav a {
    display: inline-block;
    width: 20%;
    padding: 10px;
    background-color: #ffbb3c;
    border: 1px double #333;
    text-decoration: none;
    color: rgb(0, 0, 0);
    text-align: center;
}

ul.nav a:hover {
    background-color: rgb(0, 0, 0);
    color: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #333;
}

.hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.line {
    display: block;
    width: 24px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
    transition: all 0.3s ease;
}

@media (max-width: 1000px) {
    ul.nav {
        display: block;
    }

    .nav li {
        margin-bottom: 10px;
        display: block;
    }

    ul.nav a {
        text-align: left;
    }

    #none {
        display: none;
    }

    #head {
        display: flex;
    }

    .nav {
        order: 1;
    }

    ul#two-column {
        font-size: 1.2em;
        font-family: 'Ubuntu Sans';
    }
}

#photo {
    text-align: center;
}

#xz {
    text-align: center;
}

#AllIn {
    position: relative;
    top: 25px;
    left: 50px;
}

#head {
    background-color: #fcdc50;
    text-align: left;
    justify-content: flex-end;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#footer {
    background-color: #fcdc50;
    text-align: left;
    justify-content: flex-end;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#History {
    position: relative;
    color: #000000;
    cursor: pointer;
    font-size: 1.3em;
}

#History li {
    margin-bottom: 20px
}

#main {
    position: relative;
    margin-top: 25px;
    margin-bottom: 20px;
}

#two-column {
    columns: 3;
    position: relative;
    margin-bottom: 20px;
}

#column {
    position: relative;
    top: 15px;
    bottom: 15px;
}

#geography1 {
    margin: 5px;
}