@charset "UTF-8";
*, *:before, *:after {
    box-sizing: border-box;
}
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 1.4rem;
    color: #7D481C;
    background-color: #B69D82;
    font-style: normal;
    font-weight: 400;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
body h1 {
    padding-top: 32px;
    padding-left: 10px;
    margin-left: 0px;
    font-size: 40px;
}
body h2 {
    padding-left: 10px;
    margin-top: 30px;
    margin-left: 45px;
    border-top: 5px solid #A68767;
    padding-top: 20px;
    margin-right: 45px;
}
body p {
    margin-left: 40px;
    margin-right: 100px;
    text-align: center;
}
body li {
    margin-left: -11px;
    line-height: 1.5rem;
}
body ol li {
    margin-left: 40px;
    margin-right: 40px;
}
#container {
    width: 60em;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #CCBBA8;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-weight: bold;
    color: #512E11;
}
a:link, a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
a:hover, a:active {
    text-decoration: none;
    color: #2645AB;
}
nav ul {
    padding-left: 0px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    list-style-type: none;
}
nav ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin-top: 14px;
    margin-left: 40px;
    margin-right: 40px;
}
ul li a {
    padding-left: 20px;
    display: inline-block;
}
#background img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 5px hidden #8B6F51;
    box-shadow: 0px 0px 25px;
}
#background p {
    line-height: 1.5rem;
    padding-right: 0px;
}
.IngredientsDetails ul li {
    padding-left: 0px;
    margin-left: 65px;
}
#picturesandfinalthoughts p {
    line-height: 1.5rem;
}
.PictureOptions img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    margin-top: 30px;
    border: 5px hidden #8B6F51;
    margin-bottom: 30px;
    box-shadow: 0px 0px 25px;
    text-align: center;
}
.PictureOptions p {
    font-size: 1.3em;
    padding-top: 0px;
    text-align: right;
}
.backToTop a:link,a:visited {
    color: #2645AB;
}
.backToTop a:hover,a:active {
    color: #FFFFFF;
}
.backToTop {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 120px;
    font-weight: normal;
}
body footer h1 {
    font-size: 2.5rem;
    text-align: center;
    border-top: 5px solid #A68767;
    padding-top: 15px;
}
footer ul li {
    display: inline-block;
    margin-left: 60px;
    font-size: 1.5rem;
    margin-top: 14px;
}
footer ul {
    padding-left: 0px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
    list-style-type: none;
}
.email {
    display: inline-block;
}
