
/*                                             FONT                                     */
h1 {
    font-family: CormorantGaramond-Light;
    margin: 0em;
}

h4 {
    color: #19FF00;
    font-family: Avenir;
}

h3 {
    font-family: Avenir;
}

h5 {
    font-family: Avenir Light;
    text-transform: uppercase;
    font-size: 0.9rem;
}

a {
    text-decoration: none;
    color: #141414;
}

p {
    font-family: Avenir;
}

#HomeTitle {
    font-size: 5em;
}

li {
    font-family: Avenir;
    list-style: none;
}

button {
    color: #141414;
}

/*                                             HEADER                                     */


header {
    align-items: center;
    color: #141414;
    height: 5em;
    position: fixed;
    z-index: 1;
    width: 100%;
    margin: 0em;
    background-color: #FDF9F5;
    margin-top: 0em;
    top: 0;
    left: 0;
    right: 0;
}

header > nav {
    display: flex;
    flex-direction: column;
    width: 100%
}

#NavTitle {
    font-family: CormorantGaramond-Light;
    font-size: 1.5em;

}

.TopNav {
    height: 2.5em;
    border-bottom: 1px solid #000000;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    justify-content: center;
}

#NavOption {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 2.5em;
}

.BottomNav {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000000;
    border-right: 0.5px solid #000000;
    width: 100%;
    padding-left: 5%;
    justify-content: flex-start;
}

.BottomNavAbout {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000000;
    border-left: 0.5px solid #000000;
    width: 100%;
    justify-content: center;
    padding-right: 5%;
    justify-content: flex-end;
}

.NavText {
    font-family: Avenir;
    font-size: 0.75rem;
}

#recipes {
    font-family: Avenir Black;
}

#about {}


#streep {
    font-size: 0.75rem;
    margin-left: 1em;
    margin-right: 1em;
}



/*                                           BODY & MAIN                                     */
body {
    background-color: #FDF9F5;
    color: #141414;
    overflow-x: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

main {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 5em;
    margin-left: 0em;
}





/*            MEDIA QUERIES             */

/*            MEDIUM SCHERM         */

@media (min-width:738px) {



    main {
        display: flex;
        flex-direction: row;
        text-decoration: none;
    }

    .BottomNav {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #000000;
        width: 100%;
        padding-left: 2.55%;
        justify-content: flex-start;
    }

    .BottomNavAbout {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #000000;
        width: 100%;
        justify-content: flex-end;
        padding-right: 2.5%;
    }

    /*                                              HOME                                     */



}
