* {
    margin: 0;
    padding: 0;
}
header {
    display: flex;
    justify-content: unset;
    background-color: #93cbcd;
}
header picture{
    max-height: 40px;
    position: relative;
}
header img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    padding: 10px 0px 0px 40px;
}
h1 {
    font-size: 34px;
    position: relative;
    padding: 14px 60px 0px 0px;
    color: #2d6982;
}
.navigation {
    padding: 15px 40px 10px 40px;
   }
.navigation ul{
        display: flex;
        justify-content: space-around;
        align-items: center;
        list-style-type: none;
        
   }
.navigation ul li .headerlink {
    display: none;
}
.navigation ul li a{
        text-decoration: none;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        text-transform: uppercase;
        color: #2d6982;
        text-shadow: 2px;
        font-size: 28px;
        padding-inline: 40px;
   }
.navigation ul li a:hover {
    color: #692231;
    }
body {
    background-color: #b6eaec;
}
.image-container {
    width: 450px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
}
.image-container2 {
    width: 450px;
    display: block;
    margin-left: 200px;
}
.image-container figcaption {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    padding-top: 35px;
}
.image-container img {
    margin-top: 30px;
    max-width: 100%;
    max-height: auto;
}
.image-container2 img {
    margin-top: 30px;
    max-width: 100%;
    max-height: 100%;
}
.bodycontent {
    background-color: aliceblue;
    box-shadow: 3px 0px 3px #aebac5 inset;
    margin-left: 15%;
    margin-right: 15%;
    padding-bottom: 200px;
    min-height: 100vh;
    height: 100%;
    font-family: 'Courier New', Courier, monospace;
}
.bodycontent a:hover {
    color: #2d6982;
}
.printRecipe {
    margin-right: auto;
    display: flex;
    justify-content: right;
    margin-right: 40px;
    padding-top: 10px;
}
h2 {
    padding-top: 20px;
    padding-left: 30px;
}
h3 {
    padding-top: 20px;
    padding-left: 50px;
}
h4 {
    padding-top: 20px;
    padding-left: 50px;
}
.textContent {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
}
li {
    display: list-item;
    list-style-position: inside;
    margin-left: 60px;
}
.numberedlist {
    display: list-item;
    list-style-position: inside;
    list-style-type: decimal;
    margin-left: 60px;
}
form {
    padding-top: 50px;
}
form button {
    margin-top: 10px;
    margin-left: 20px;
}
form label {
    padding-left: 20px;
}
footer {
    background-color: #93cbcd;
    padding: 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.rsmc {
    padding: 40px;
    object-fit: contain;
    height: auto;
    width: 90%;
    box-sizing: inherit;
}
.rsmcInlineimages {
    float: right;
    padding-right: 80px;  
}
.rsmcInlineimages img {
    height: 460px;
    object-fit: contain;
}
.bodycontent table {
    table-layout: auto;
    width: 95%;
    margin: 10px 40px;
    border: black;
    border-width: 2px;
    background-color: white;
}
.bodycontent td, th {
    padding: 10px;
    border: thin #000 solid;
    text-align: center;
    
}
.bodycontent button {
    border-radius: 2px;
}
.Qnumber {
    width: 1%;
}
textarea {
    width: 95%;
}
label {
    font-weight: bold;
    max-width: 95%;
}
.recipeTitlelabel {
    display: block;
    padding: 10px 0;
}
.terms {
    display: block;
    padding: 10px 0;
}
form {
    max-width: 99%;
    margin: 10px;
}
fieldset {
    border: 0;
}
.unstyled {
    list-style: none;
}
