body {
    font-family: "Truculenta", sans-serif;
    font-optical-sizing: auto;
    margin: 0%;
    font-size: 20px;
}

h1 {
    color: white;
    font-size: 3rem;
 }

h2 {
    color: #e8c38b;
    font-size: 1.5rem;
    font-weight: 400;
    
}

h3 {
    color: #b43b2b;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

p {
    color: #6C3F2B;
}
ul {
    color: #6C3F2B;
    font-size: 1.25rem;
    list-style-type: none;
}
.notes {
    list-style-type: square;
}

section {
    display: block;
}

.intro {
    background-color: #6C3F2B;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 20px;
}

.column {
    max-width: 1000px;   
    width: 80%;
    margin: auto; 
}

.prepstuff .column {
    display: flex;
}

.prepstuff {
    background-color: #e8c38b;
    padding-top: 25px;
    padding-bottom: 20px;
}

.directions {
    padding-top: 25px;
    padding-bottom: 25px;
}

.twocolumns {
    width: 50%;
}

.directions .column {
    width: 60%;
}

label {padding-left: 5px;}

img {
    float: right;
    padding: 15px;
    padding-bottom: 10px;
    max-width: 50%;
    min-height: 200px;
    object-fit: cover;
}

.directions img {
    float: none;
    padding: 5px;
    max-width: 95%;
    padding-right: 30%;
;}

.directions li {
    font-size: 1.25rem;
    list-style-type: decimal;
    padding-bottom: 10px;
}

@media (max-width: 1081px) {
    img {
        padding: 10px;
        max-width: 45%;
    }
    .prepstuff .column {
        display: inline;
    }
    .twocolumns {
        min-width: 90%;
        margin: 5%; 
    }
    .directions .column {
        width: 70%;
        margin: auto;
    }



    .prepstuff li {
        display: inline-flex;
        width: 30%;
    }

    .notes li {
        width: 100%;
        list-style-type: square;
        display: block;
    }

    h1 {
        color: white;
        font-size: 2.5rem;
     }
    
    h2 {
        color: #e8c38b;
        font-size: 1.5rem;
        font-weight: 400;
    }
}

@media (max-width: 800px) {
    
    .intro {
        text-align: center;
    }

    img {
        float: none;
        padding: 5px;
        max-width: 95%;
    }
    h1 {
        color: white;
        font-size: 2rem;
     }
    
    h2 {
        color: #e8c38b;
        font-size: 1.2rem;
        font-weight: 400;
    }

    li {
        font-size: 1.4rem;
    }

    .prepstuff li {
        display: inline-flex;
        width: 40%;
    }

    .notes li {
        width: 100%;
        list-style-type: square;
        display: block;
        font-size: 1.4rem;
    }
}

footer {
    background-color: #e8c38b;
    padding-top: 20px;
    padding-bottom: 1rem;
    text-align: center;
}