@charset "utf-8";
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 1em;
    font-family: Lato, sans-serif;
    color: #020D47;
    padding-bottom: 15px;
    padding-top: 15px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(Assets/fruitSlices-960x960-2.jpg); /*This image was sourced from https://pixabay.com/illustrations/fruits-background-pattern-citrus-6845254/*/
}
#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    background-color: #FFE2B4;
    padding-bottom: 5px;
    border-radius: 30px 32px 32px;
    padding-top: 0px;
    margin-top: 0px;
    font-size: medium;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Ranchers, sans-serif;
    ;
    ;
    font-weight: normal;
    color: #020D47;
    font-size: 2rem;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
a:link, a:visited {
    text-decoration: none;
    color: #FFE2B4;
}
a:hover, a:active {
    color: #020D47;
    text-decoration: none;
}
header {
    width: auto;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-top: 0px;
    background-color: hsla(210,82%,53%,1.00);
    display: block;
}
header h1 a:link   , header h1 a:visited{
    color: #020D47;
    display: block;
    padding-top: 25px;
    margin-top: -25px;
    padding-bottom: 25px;
    padding-left: auto;
    padding-right: auto;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    background-color: #FFE2B4;
    font-size: 2.4rem;
    width: 450px;
    text-align: center;
    margin-bottom: -25px;
}
header h1 a:hover      {
    color: #DB3B04;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: auto;
    padding-right: auto;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    background-color: #FFE2B4;
    font-size: 2.4rem;
    text-align: center;
}





.navBar {
    background-color: #DB3B04;

}

.navBar ul {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    font-size: 1.2rem;
    font-weight: 900;
    color: hsla(37,100%,85%,1.00);
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;

}
.navBar ul a:hover       {
    list-style-type: none;
    justify-content: space-around;
    color: #020D47;
    border-width: medium;

}
#welcome {
    padding-left: 0px;
    margin-left: 80px;
    margin-right: 80px;
    padding-bottom: 10px;
}
#welcome img {
    margin-top: 30px;
    border: 10px solid #FFFAF3;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-shadow: 0px 0px 20px hsla(0,0%,0%,1.00);
    box-shadow: 0px 0px 20px hsla(0,0%,0%,1.00);
    margin-bottom: 20px;
}
#welcome p {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5em;
}

#letsGetCooking {
    margin-left: 80px;
    margin-right: 80px;
}
.recipesBox {
    display: flex;
    justify-content: space-between;
    margin-top: -10px;
}
.recipes {
    width: 32%;
    border: 5px solid #136DC8;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #2687EA;
}
.recipes:hover {
    width: 32%;
    border: 5px solid #A02A02;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #DB3B04;
    -webkit-box-shadow: 0px 0px 10px hsla(15,100%,13%,0.91);
    box-shadow: 0px 0px 10px hsla(15,100%,13%,0.91);
}


.recipes img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 10px solid #FFFAF3;
    font-size: medium;
    -webkit-box-shadow: 0px 0px 10px hsla(0,0%,0%,1.00);
    box-shadow: 0px 0px 10px hsla(0,0%,0%,1.00);

}
.recipes h2 {
    font-size: 1.2rem;
    /* [disabled]margin-left: auto; */
    /* [disabled]margin-right: auto; */
    color: #FFE2B4;
    font-family: Lato, serif;
    font-weight: 900;
}

.recipeText p {
    color: #FFE2B4;
    font-size: 1rem;
}

.backToTop    {
    padding-top: 15px;
    display: flex;
    padding-bottom: 15px;
    text-align: center;
    margin-top: 45px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: center;
    background-color: #DB3B04;
    font-weight: 900;
    font-size: 1rem;
    margin-left: 80px;
    margin-right: 0px;
    border-radius: 30px;
    color: #FFE2B4;
    width: 110px;

}

.backToTop:hover   {
    padding-top: 15px;
    display: flex;
    padding-bottom: 15px;
    text-align: center;
    margin-top: 45px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: center;
    background-color: #020D47;
    font-weight: 900;
    font-size: 1rem;
    margin-right: 0px;
    border-radius: 30px;
    color: #FFE2B4;
    -webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,1.00);
    box-shadow: 0px 0px 5px hsla(0,0%,0%,1.00);
    margin-left: 80px;
    width: 110px;

}
.backToTop a:hover       , .backToTop a:active  {
    color: hsla(37,100%,85%,1.00);
}
#footerBox {
    margin-left: auto;
    margin-right: auto;
    background-color: #2687EA;
    margin-bottom: -5px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-top: 45px;
    border-top: 5px solid #136DC8;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
}
#footerBox h1 {
    color: hsla(230,95%,14%,1.00);
    text-align: center;
    margin-bottom: -10px;
}
#contactUs ul     {
    margin-right: 16px;
    margin-bottom: 16px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    list-style-type: none;
    margin-left: 0px;
    color: hsla(37,100%,85%,1.00);
}
#contactUs ul li {
    display: inline-block;
    margin-left: 20px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#contactInfo li a {
    color: hsla(37,100%,85%,1.00);
}
#contactInfo li a:hover  {
    color: hsla(230,95%,14%,1.00);
}



#titleRecipe {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

#titleRecipe img {
    display: block;
    margin-left: 80px;
    margin-right: 20px;
    width: 50%;
    border: 5px solid hsla(15,96%,44%,0.54);
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
#recipeNameBox {
    display: block;
    margin-left: auto;
    margin-right: 80px;
    width: 50%;
    padding-left: 20px;
    border: 5px solid hsla(15,96%,44%,0.54);
    padding-right: 20px;
    background-color: hsla(37,100%,94%,0.85);
}
#recipeNameBox h1 {
    font-size: 2.5rem;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 10px;
    text-shadow: 0px 0px;
}

#recipeNameBox ul {
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-left: 10px;
    padding-right: auto;
    line-height: 1.5em;
    font-size: 1.3rem;
    padding-top: 10px;
    list-style-position: outside;
    text-align: left;
    list-style-type: none;

}
#recipeContent {
    display: flex;
    justify-content: space-between;
}
#directionsBox {
    display: block;
    width: 57%;
    margin-left: 80px;
    border: 5px solid hsla(15,96%,44%,0.54);
    margin-top: 30px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    background-color: hsla(37,100%,94%,0.85);
}
#directionsBox h1 {
    margin-top: 10px;
    color: hsla(230,95%,14%,1.00);
    text-decoration: underline;
}
#directionsBox p {
    margin-top: -15px;
    padding-bottom: 10px;
}

#directionsBox ol  {
    margin-top: -10px;
    line-height: 1.3em;
    list-style-type: none;
    counter-reset: fundip;
    color: hsla(230,95%,14%,1.00);
    margin-left: -15px;
}
#directionsBox li {
    counter-increment: fundip;
    margin-bottom: 5px;
    position: relative;
    padding-left: 0px;
    margin-left: 5px;
}
#directionsBox li:before {
    content: counter(fundip);
    font-family: Ranchers, sans-serif;
    border-radius: 100%;
    color: hsla(230,95%,14%,1.00);
    width: 1.2em;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: -25px;
    font-size: 1.3em;
    margin-top: 2px;
    padding-right: 6px;
}
#directionsBox h2 {
    font-size: 1.5rem;
}
.protip {
    background-color: hsla(210,82%,53%,0.54);
    margin-top: 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 5px;
    border: 5px solid hsla(210,82%,53%,0.86);
    margin-bottom: 10px;
}
.protip p  {
    line-height: 1.3rem;
    font-size: 1em;
    margin-top: -10px;
}

#ingredientsBox {
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: 80px;
    border: 5px solid hsla(15,96%,44%,0.54);
    width: 25%;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    background-color: hsla(15,96%,44%,0.54);
    font-size: medium;
}
#ingredientsBox h1 {
    text-align: left;
    margin-top: 10px;
    color: hsla(230,95%,14%,1.00);
    text-decoration: underline;
}


#ingredientsBox ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: auto;
    margin-right: auto;
    margin-top: -10px;
    line-height: 2em;
    color: hsla(230,95%,14%,1.00);
    font-weight: 700;
    font-size: 1rem;
}





#missionStatement {
    margin-left: 80px;
    margin-right: 80px;
    padding-bottom: 5px;
    padding-top: 1px;
}

#missionStatement p {
    font-size: 1.2rem;
    margin-top: -15px;
    line-height: 1.5em;
}

#headChefBox   {
    display: flex;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 30px;
    border: 5px solid hsla(15,98%,32%,1.00);
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background-color: hsla(15,96%,44%,0.54);
}
#headChefBox img {
    display: flex;
    width: 36%;
    border-radius: 150px;
    -webkit-box-shadow: 0px 0px 10px hsla(0,0%,0%,1.00);
    box-shadow: 0px 0px 10px hsla(0,0%,0%,1.00);
}
#headChefContent {
    display: block;
    width: 64%;
    margin-left: 20px;
    margin-right: auto;
    background-color: hsla(15,96%,44%,0.54);
    padding-left: 21px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-top: 10px;
}
#headChefContent p {
    line-height: 1.5em;
}
