:root {
    --main: #78A5D0;
    --support: #8698D0;
    --backdrop: #f7f6f2;}
html {width: 100%;}
@media screen only (min-width: 320px) {
body {
    font-size: 12pt;
    font: 'Garamond', serif;
    background-color: var(--backdrop);
    animation: appear 500ms ease-in;}}
@media screen only (min-width: 641px) {
body {
    font-size: 14pt;}}
body a {
    color: var(--main);}
#header {
    top: -10px;
    height: 250px;
    width: 100%;
    margin-bottom: 30px;
    padding: -5% 10% 0;
    /*background-image: radial-gradient(var(--main) 0%, var(--support) 50%);
    background-clip: border-box;
    background-repeat: no-repeat;
    background-size: 130% auto;
    overflow: hidden;
    border-bottom: 5px solid var(--main);*/}
h1 {
    padding: 2% 0;
    font-family: 'Garamond', 'Book Antiqua', serif;
    font-size: 2em;
    text-align: center;}
#title {
    margin: 2% 33%; }
@keyframes appear {
    from {opacity: 0%;}
    to {opacity: 100%;}}
#title h2 {
    margin: 30px 0 0 100px;
    font-family: 'Garamond', serif;
    font-size: 1.66em;
    font-weight: bold;
    text-align: left;
    animation-name: appear;
    animation-duration: 2s;
    animation-timing-function: ease;}
#title h3 {
    margin: 30px 0 0 100px;
    font-family: 'Garamond', serif;
    font-size: 1.2em;
    font-variant: italic;
    text-align: left;}
#author, #noathor {
    margin: 30px 0 0 100px;
    text-align: left;}
#noauthor {
    color: transparent;}
#noauthor a{
    color: transparent;}
/*@media only screen and (max-width: 900px) {
#banner{width:80%;
        margin-left: 22%;}}*/
#banner {
    position: sticky;
    top: 5%;
    width: 80%;
    margin: 4% 0 3% 15%;
    /*background: radial-gradient(circle at top right, var(--main) 0%, var(--main) 1.9%, white 2.0%) top right;*/
    background-color: var(--backdrop);
    border: 5px solid var(--main);
    border-radius: 15px;}
/*#banner2 {
    width: 100%;
    background: radial-gradient(circle at bottom right, var(--main) 0%, var(--main) 1.85%, transparent 1.9%) bottom right;
    border-top-left-radius: 5px;}
#banner3 {
    width: 100%;
    background: radial-gradient(circle at bottom left, var(--main) 0%, var(--main) 1.8%, transparent 1.85%) bottom left;
    border-top-left-radius: 5px;}
#banner4 {
    width: 100%;
    height: 120px;}*/
h2#title {
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 10%;
    animation: appear 2s ease;
    /*border-bottom: 2px solid black;*/}
div#author {
    margin: 5px 0 5px 150px;} 
#sidePanel {
    margin: -20px 30px 10px 10px;
    width: 18%;
    text-align: left;
    position: absolute;
    overflow: visible;}
#navigation {
    width: 50%;
    visibility: visible;}
#navigation ul {
    margin-top: 20px;
    padding: 5px 5px 0 2%;
    list-style-type: none;
    position: fixed;}
#navigation ul li {
    margin: 5px;
    font-variant: normal;
    text-decoration: none;
    margin: 10px;}
.nav {
    border: 5px solid var(--main);
    border-radius: 5px;
    opacity: 0.7;}
@media only screen and (min-width:320px) {
.nav{width: 32px;
     height: 32px;
     margin-left: -5px;}}
@media only screen and (min-width:641px) {
.nav{
    z-index: 1000;
    width: 48px;
    height: 48px;
    margin: 5px;
    }}
.nav:hover {
    padding: 3px;
    border: 2px solid var(--main);
    opacity: 1;
    background-color: #fAf9f7;}
.nav:not(:hover) {
    padding: 2px;
    border: 3px solid var(--main);
    opacity: 0.85;
    background-color: var(--backdrop);}
@media only screnn and (min-width:320px){
#recipe {
    margin: 5% 5% 0 25%;
    text-align: right;}}
@media only screnn and (min-width:641px){
#recipe {
    margin-right: 30%;}}
#navigation ul li a {
    text-decoration: none;}
.topPart {}
@media only screen and (min-width:320px) {
#ingredients {
    width: 200px;
    margin: 10px 20px 50px 20%;
    text-align: left;
    position: relative;}}
@media only screen and (min-width:800px) {
#ingredients {
    width: calc(200px + 10%);}}
h3.ingredients, h3.extras {
    padding: 5px 0;
    text-align: left;
    font-family: 'Garamond', serif;
    font-size: 1.5em;
    font-weight: bold;}
#ingredients ul {
    padding: 2px;}
#ingredients ul li {
    text-decoration: none;
    text-align: left;
    list-style-type: none;}
#ingredients i.quantity {
    margin-left: 15px;
    font-size: 0.9em;}
@media only screen and (min-width:320px) {
.process {
    width: 200px;
    margin: 20px 5px 50px 20%;
    text-align: left;
}}
@media only screen and (min-width:800px) {
.process {
    width: calc(200px + 10%);}}
.process>p:first-child {
    margin-top: 100px;}
.process>p:last-child { 
    margin-bottom: 180px;}
.categoryList { 
    margin: 100px 20px 150px 10px;
    list-style-type: none;
}
.categoryList li { 
    font-size: 1.15em;
    list-style-type: none;
    text-decoration: none;
    text-align: left;
    padding: 10px;
}
.categoryList li a {
    color: var(--main);
    text-decoration: none;
}
.categoryList>li>a:hover {
    color: var(--support);
}
@media only screen and (min-width:320px) {
.index {
    width: 200px;
    margin: 20px 5px 50px 20%;
}}
@media only screen and (min-width:800px) {
.index {
    width: calc(200px + 10%);}}
.index p{
    text-align: left;
    margin: 12px 0 13px 0;
}
.index>p:first-child{
    margin-top: 100px;}
.index>p:last-child{
    margin-bottom: 150px;}
#footer, footer {
    z-index: 10;
    background-image: linear-gradient(transparent 0%, white 5%, var(--main) 6%);
    color: white;
    position: fixed;
    left: -10px;
    bottom: -10px;
    right: -10px;
    height: 6%;
    width: 100%;
    margin: 50px 0 0;
    padding: 25px;}
#footer>p, footer>p {
    margin: 10px 0 10px 15px;
    text-align: left;
    font-size: 0.9em;
    font-variant: none;
    text-decoration: none;}