/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Desktop */

a {
    color: darkred;
    font-size: larger;
}
a:hover {
    color: darkgoldenrod;
}

html {
    scroll-behavior: smooth;
}

nav {
    background-color: rgb(255, 244, 231);
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-block: 20px;
    font-size: 15px;
}

img {
    width: 19%;
}

#Page {
    padding-top: 62px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: bisque;
    display: flex;
    flex-wrap: wrap;
}

#container1 {
    width: 50%;
}
#container2 {
    width: 50%;
}
#container3 {
    width: 50%;
}
#container4 {
    width: 50%;
}
#container5 {
    width: 50%;
}
#container6 {
    width: 50%;
}
#container7 {
    width: 50%;
}
#container8 {
    width: 50%;
}
#container9 {
    width: 50%;
}
#container10 {
    width: 50%;
}



h1{
    font-size: 60px;
}
#Subhead { 
    font-size: 20px;
}



#Step1 {
    font-size: 30px;
    padding-top: 62px;
}
#Start {
    font-size: 18px;
    width: 50%;
}
#img1{
width: 50%;
}



#Step2 {
    font-size: 30px;
    padding-top: 62px;
}
#Spread {
    font-size: 18px;
    width: 50%;
}



#Step3 {
    font-size: 30px;
    padding-top: 62px;
}
#Layer {
    font-size: 18px;
    width: 50%;
}



#Step4 {
    font-size: 30px;
    padding-top: 62px;
}
#On {
    font-size: 18px;
    width: 50%;
}



#Step5 {
    font-size: 30px;
    padding-top: 62px;
}
#Place {
    font-size: 18px;
    width: 50%;
}



#Step6 {
    font-size: 30px;
    padding-top: 62px;
}
#Add {
    font-size: 18px;
    width: 50%;
}



#Step7 {
    font-size: 30px;
    padding-top: 62px;
}
#Hard {
    font-size: 18px;
    width: 50%;
}



#Step8 {
    font-size: 30px;
    padding-top: 62px;
}
#Cook {
    font-size: 18px;
    width: 50%;
}



#Step9 {
    font-size: 30px;
    padding-top: 62px;
}
#Cook2 {
    font-size: 18px;
    width: 50%;
}


#Step10 {
    font-size: 30px;
    padding-top: 62px;
}
#Stack {
    font-size: 18px;
    width: 50%;
}


#Step11 {
    font-size: 30px;
    padding-top: 62px;
}
#Slice {
    font-size: 18px;
    width: 50%;
}


/* Tablet */
@media screen and (max-width: 1024px){
    img {
        width: 30%;
    }
    #Subhead { 
        font-size: 30px;
    }

    #Step1 {
        font-size: 40px;
    }
    #Start {
        font-size: 25px;
    }

    #Step2 {
        font-size: 40px;
    }
    #Spread {
        font-size: 25px;
    }

    #Step3 {
        font-size: 40px;
    }
    #Layer {
        font-size: 25px;
    }

    #Step4 {
        font-size: 40px;
    }
    #On {
        font-size: 25px;
    }

    #Step5 {
        font-size: 40px;
    }
    #Place {
        font-size: 25px;
    }
    #Step6 {
        font-size: 40px;
    }
    #Add {
        font-size: 25px;
    }
    #Step7 {
        font-size: 40px;
    }
    #Hard {
        font-size: 25px;
    }
    #Step8 {
        font-size: 40px;
    }
    #Cook {
        font-size: 25px;
    }
    #Step9 {
        font-size: 40px;
    }
    #Cook2 {
        font-size: 25px;
    }
    #Step10 {
        font-size: 40px;
    }
    #Stack {
        font-size: 25px;
    }
    #Step11 {
        font-size: 40px;
    }
    #Slice {
        font-size: 25px;
        width: 100%;
    }
}


/* Phone */
@media screen and (max-width: 400px){
   
    #Page {
        display: block;
    } 

    #container1 {
        width: 100%;
    }
    #container2 {
        width: 100%;
    }
    #container3 {
        width: 100%;
    }
    #container4 {
        width: 100%;
    }
    #container5 {
        width: 100%;
    }
    #container6 {
        width: 100%;
    }
    #container7 {
        width: 100%;
    }
    #container8 {
        width: 100%;
    }
    #container9 {
        width: 100%;
    }
    #container10 {
        width: 100%;
    }
    img {
        width: 35%;
    }

}