/* whole page */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Bitter", serif;
    color: #24150a;
    line-height: 1;
    font-weight: 400;
    background-color: #dad7cd;
}

a {
    color: #7f4f24;
}

a:visited {
    color: #7f4f24;
}

a:hover {
    color: white;
}


/* header/nav bar */
header nav {
    display: flex;
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
    padding: 15px 2%;
    background-color: #344e41;
}

header li {
    display: inline;
    float: center;
    padding: 10px;
}

header li a {
    font-size: 20px;
    font-weight: 550;
    color: #dad7cd;
    text-decoration: none;
}

header li a:visited {
    font-size: 20px;
    font-weight: 550;
    color: #dad7cd;
    text-decoration: none;
}

header li a:hover {
    color: #787b79;
    font-weight: 600;
    text-decoration: none;
}

header li a:active {
    color: pink;
    text-decoration: none;
}

/* footer */
footer {
    display: flex;
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 15px 2%;
    background-color: #344e41;
}

footer li {
    display: inline;
    float: center;
    padding: 10px;
    font-size: 20px;
    font-weight: 550;
    color: #dad7cd;
}

footer li a {
    font-size: 20px;
    font-weight: 550;
    color: #dad7cd;
    text-decoration: none;
}

footer li a:visited {
    font-size: 20px;
    font-weight: 550;
    color: #dad7cd;
    text-decoration: none;
}

footer li a:hover {
    color: #787b79;
    font-weight: 600;
    text-decoration: none;
}

footer li a:active {
    color: pink;
    text-decoration: none;
}

/* home page */
.page-header {
    position: relative;
    top: 50px;
    text-align: center;
}

.page-header img {
    opacity: 0.4;
}

/* content */
.container {
    position: relative;
    padding: 20px;
    margin-top: 10%;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 2%;
    border-radius: 10px;
    background-color: #a3b18a;
}

h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Cormorant Garamond", serif;
    font-size: 100px;
    font-style: italic;
}

h2 {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
}

h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 44px;
    font-size: 40px;
    font-style: italic;
    text-decoration: underline;
    text-decoration-thickness: 2px;

}

p {
    padding-left: 5%;
    padding-right: 5%;
    line-height: 30px;
    font-size: 20px;
}

.end {
    padding-bottom: 10%;
}

/* equipment page */
.equip {
    font-size: 80px;
}

.container2 {
    display: flex;
    justify-content: left;
}

.container2 p {
    text-align: justify;
}

.container2 img {
    border-radius: 20px;
}

.image {
    padding-left: 5%;
}

.list-below {
    padding-top: 2%;
}

.list-below ul {
    padding-left: 8%;
    list-style: circle;
    line-height: 30px;
    font-size: 20px;
}

/* recipes page */
.list {
    padding-top: 2%;
    padding-left: 5%;
    line-height: 30px;
    font-size: 20px;
    list-style-type: lower-roman;
}

h4 {
    padding-left: 5%;
    font-family: "Cormorant Garamond", serif;
    font-size: 44px;
    font-size: 30px;
    font-style: italic;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.ingredients {
    padding-left: 8%;
    padding-bottom: 2%;
    line-height: 30px;
    font-size: 20px;
}

.directions {
    padding-left: 8%;
    padding-right: 5%;
    padding-bottom: 2%;
    line-height: 30px;
    font-size: 20px;
}

.drink-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* pictures page */
/* reflection page */