@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 1.5rem;
    background-color: #cdc5bb;
    -webkit-box-shadow: 0px 0px #C5C5C2;
    box-shadow: 0px 0px #C5C5C2;
    font-family: 'PT Sans Narrow', sans-serif;
}
a:link ,  a:visited {
    color: #AB7B20;
    text-decoration: none;
}
a:hover ,  a:active {
    color: #785D28;
    text-decoration: none;
}

#containerMain {
    width: 960px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    color: #a75368;
    background-color: #CAC2BE;
    border-width: 15px;
    -webkit-box-shadow: 0px 0px 75px #8C8C8C;
    box-shadow: 0px 0px 75px #8C8C8C;
}
h2       {
    font-weight: 2rem;
    text-shadow: 0px 0px #8f5046;
}

#backgroundImgNav {
    background-image: url(Assets/images/backgroundimg.jpg);
    /*This image is sourced from Assorted Spices on Brown Wooden Table Beside Red and White Textile · Free Stock Photo (pexels.com)*/
    background-position: center;
    ackground-repeat: no-repeat;
    background-size: cover;
    position: relative;
    max-height: 300px;
}
.containerNav  {
    margin-right: auto;
    margin-left: auto;
    width: auto;
    list-style-type: none;
    white-space: normal;
    float: none;
    justify-content: space-between;
    padding-top: 35px;
}
.containerNav .topNav  {
    padding-left: 100px;
    justify-content: space-between;
    padding-bottom: 50px;
}
.topNav ul {
    padding-left: 0px;
    text-align: center;
    font-size: 5rem;
    font-family: 'Raleway', sans-serif;
}
.topNav ul li {
    display: inline-block;
    text-shadow: 0px 0px;
}
h1  {
    font-size: 3rem;
}


#mainQuote {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #ab7b20;
    padding-bottom: 15px;
    padding-top: 10px;
    color: undefined;
}



#firstSection {
    width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
}
.toTop {
    text-decoration: underline;
    text-indent: 20px;

}
#linkingImg {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ab7b20;
}
#secondSection {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#recipeLinkBox {
    display: flex;
    justify-content: space-between;
}
#recipeLinkBox .recipeLink .imgRecipe {
	  position: relative;
  	  text-align: center;
      color: white;
}
#recipeLinkBox .recipeLink .imgRecipe .hImg {
    position: absolute;
    /* [disabled]top: 50%; */
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(205,197,187,.80);
    bottom: -40px;
    padding-left: 20px;
    padding-right: 20px;
}
#secondSection h2 {
    font-size: 3rem;
}
.imgRecipe img {
    border-radius: 10px;
}
.hImg h3 a:link   , .hImg h3 a:visited {
    font-size: 3rem;
    color: #AB7B20;
}
.hImg h3 a:hover   , .hImg h3 a:active {
    font-size: 3rem;
    color: #785D28;
}


.recipeSummary {
    width: 300px;
    padding-top: 15px;
    text-align: justify;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.5rem;
}
#ingredientsSection {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #ab7b20;
    padding-bottom: 15px;
    padding-top: 10px;
    color: undefined;
}
#ingredients {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#ingredients h2 {
    font-size: 3rem;
}
#ingredientsBox {
    display: flex;
    justify-content: space-between;
}
#ingredientsImglist {
	position: relative;
    text-align: center;
}
#ingredientsList {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    text-align: left;
    font-size: 2rem;
}
#ingredientsList ul {
    width: 250px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.5rem;
    padding-bottom: 15px;
    list-style-type: none;
    color: rgba(210,122,147,1.00);
}
#ingredinetsList ul li {
    display: inline-block;
    font-size: 1.5rem;
    padding-top: 5px;
    color: #ED88A1;
}
#cooking {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #ab7b20;
    padding-bottom: 15px;
    padding-top: 10px;
    color: undefined;
}
#cookingBox {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 40px;
    font-size: 1.5rem;
}
#cookingBox h2 {
    font-size: 3rem;
}
#cookingList {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-bottom: 40px;
    font-size: 1.5rem;
}
#cookingList ol li {
    padding-bottom: 0.5rem;
}

#tips {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #ab7b20;
    padding-bottom: 15px;
    padding-top: 10px;
    color: undefined;
    margin-top: 20px;
    margin-bottom: 20px;
}
#containerTips {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    padding-top: 10px;
    color: undefined;
    text-align: center;
    font-size: 1.5rem;
}
#containerTips h2 {
    font-size: 3rem;
}
.tipsDetails {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-bottom: 40px;
}









footer {
    padding-bottom: 50px;
    text-align: center;
    padding-top: 15px;

}

footer ul {
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
}

footer ul li {
    display: inline-block;
    margin-left: 20px;
    text-align: center;
}
