@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.3em;
    color: #2C3343;
    background-color: #F0F8FF;
    font-family: "Gill Sans", sans-serif;
   
}





#container {
    width: 960px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #C9DCEF;
}
a:link, a:visited {
    color: #EDD4BE;
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: none;
    color: #F0F8FF;
}


h1, h2, h3, h4, h5, h5, h6 {
	    font-family: 'Righteous', sans-serif;


}
p {
    line-height: 1.3em;
}

header {
    background-color: #29364C;
    margin-bottom: 40px;
    border-bottom: 5px solid #2C3343;
    color: #F0F8FF;
}
header h1 {
    text-align: center;
    padding-top: 40px;
    font-size: 3.5rem;
}
header p {
    text-align: center;
    padding-bottom: 20px;
    font-size: 2rem;
}
nav ul {
    padding-left: 0px;
    list-style-type: none;
    text-align: center;
}
nav ul li {
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
	font-family: 'Montserrat Alternates', sans-serif;
}
#intro {
    background-color: #617185;
    position: relative;
    background-image: url(assets/images/blueberryBackground.jpg); /*This image was sourced from https://www.pexels.com/photo/close-up-photography-of-blueberries-798282/
	 */
    height: 300px;
    margin-bottom: 40px;
}
#introText {
    background-color: rgba(171,187,203,0.80);
    height: 300px;
    width: 450px;
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 20px;
}

#recipe {
    background-color: #88AACD;
    margin-bottom: 40px;
    border-top: 5px solid #2C3343;
    border-bottom: 5px solid #2C3343;
    padding-left: 30px;
}
#recipe h1 {
    text-align: left;
    padding-top: 20px;
    margin-left: 15px;
    font-size: 3rem;
}
#recipe img {
    display: block;
    margin-left: 15px;
    float: right;
    margin-right: 30px;
    border: 5px solid #29364C;
}
#recipe h2 {
    padding-left: 15px;
    padding-top: 20px;
    /* [disabled]font-size: medium; */
}
#recipe ol {
    padding-right: 90px;
    margin-right: 90px;

}
#recipe li {
    margin-bottom: 10px;
}



#addNotes {
    background-color: #A9A29A;
    margin-bottom: 40px;
    border-top-width: 5px;
    border-top-style: dashed;
    border-bottom: 5px dashed #29364C;
    padding-left: 30px;
    padding-right: 30px;
   
    
}

#notesBox {
    display: flex;
    justify-content: center;	
}


#addNotes h2 {
    text-align: center;
    padding-top: 20px;
}

.notesText {
    flex: 1;
    background-color: #D6D5D5;
    margin-left: 10px;
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 3px;
}
.notesText h3 {
    text-align: left;
    padding-left: 10px;
}
.notesText p {
    padding-left: 10px;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    padding-right: 10px;
}


footer {
    background-color: #29364C;
    border-top: 5px solid #2C3343;
    color: #F0F8FF;
}
footer ul {
    list-style-type: none;
    text-align: center;
    padding-bottom: 30px;
}
footer ul li   {
    display: inline-block;
    font-family: 'Montserrat Alternates', sans-serif;
    text-decoration: none;
    margin-bottom: 20px;
}


footer h1 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}
