/*
*  html5resetcss
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/* End of css reset */

/* Colors: #D1FAFF Light Cyan, #9BD1E5 Light Blue, #6A8EAE Air Force Blue, #57A773 Jade, #157145 Dark Spring Green */
body{
    background-color: #D1FAFF;
    border-style: solid;
    border-width: 4px;
    border-color: #6A8EAE;
    padding: 5px;
}

.icon{
    margin: 2px;
    color: #9BD1E5;
    font-size: 19px;
}
#main-menu{
    display: none;
    background-color: #9BD1E5;
    box-shadow: 0px 5px 10px #157145;
}
#main-menu ul{
    width: 100%;
    padding: 5px 5px 5px;
    margin: auto;
}
#main-menu a{
    font-family: cursive;
}
#main-menu li{
    color: #157145;
}

.homeh1{
    color: #9BD1E5;
    text-align: center;
    font-size: 20px;
    margin: 10px 10px 10px;
}
.homeheader{
    display: flex;
    justify-content: space-between;
    
    background-color: #6A8EAE;
    text-align: left;
    color: #9BD1E5;
    font-family:cursive;
    font-size: 19px;
    padding: 7px;
    box-shadow: 0px 5px 10px #157145;
}
img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 150px;
    padding: 5px;
    box-shadow: 2px 3px 10px #157145;
}

.assignments{
    padding: 5px;
    font-family: curisve;
    font-size: 15px;
    color: #9BD1E5;

    background-color: #6A8EAE;
    border-width: 3px;
    border-radius: 5px;
    border-color: #6A8EAE;
    border-style: solid;
    margin: 5px 20px 5px;
    box-shadow: 5px 5px 10px #157145;
}

.assignments article{
    display: flex;
    font-family: cursive;
    border-color: #9BD1E5;
    border-width: 3px;
    border-style: dashed;
    padding: 5px;
}
.completioncheck{
    margin: 0px 10px 10px;
    font-family: cursive;
    text-decoration: underline;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    padding: 5px;
}

.noteslink{
    background-color:#6A8EAE;
    margin: 5px 10px 5px;
    padding: 5px;
    color: white;
    font-family: cursive;
    border-style: dashed;
    border-color: #9BD1E5;
    border-width: 3px;
    border-radius: 5px;
}
.noteslink a{
    color: #9BD1E5;
}


/* Unit 3 Notes page */
.Nutritionfoodplate{
    font-family: cursive;
    padding: 5px;
    color: #157145;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    border-color: #6A8EAE;
    width: 90%;
    margin: 0px 10px 0px;
}
.Nutritionfoodplate h1{
    font-size: 19px;
    text-decoration: underline;
}

.Nutritionfoodplate h2{
    border-style: dashed;
    border-color: #57A773;
    border-width: 3px;
    padding: 3px;
    margin: 5px 0px 5px;
    color: #157145;
}


.Quizfacts{
    font-family: cursive;
    border-style: solid;
    border-color: #6A8EAE;
    border-width: 2px;
    border-radius: 5px;

    margin: 5px 10px 5px;
    padding: 3px;
}

.Quizfacts h1{
    color: #157145;

    border-style: dashed;
    border-color: #57A773;
    border-width: 3px;
    padding: 2px;

    font-size: 19px;
    text-decoration: underline;
}

.Quizfacts p{
    color: #157145;
    padding: 5px;
}

.BMR{
    font-family: cursive;
    margin: 5px 10px 5px;
    color: #157145;
    border-style: solid;
    border-color: #6A8EAE;
    border-width: 2px;
    border-radius: 5px;
    padding: 5px;
}

.BMR h1{
    font-size: 19px;
    text-decoration: underline;
}

.BMR p{
    padding: 5px;
}

.BMR h2{
    border-style: dashed;
    border-color: #57A773;
    border-width: 3px;
    padding: 3px;
}

.BMR article{
    padding: 3px;
}


/* Unit 3 notes pages end */