/* 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;
    font-family: 'Bungee Spice', cursive;
    font-family: 'Raleway', sans-serif; 
}
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 and General CSS Stuff */
/* Scrolling */
html{
    scroll-behavior:smooth;
}
nav{
    /* Keeps the Nav on the top of the screen */
    position:fixed;
    background-color:rgb(255, 21, 0);
    width:100%;
    display:flex;
    justify-content:space-around;
    padding:10px;
    font-size: 24px;
    }

    a{
        color:white;
        text-decoration:none;
    }
    a:hover {
        color:yellow;
        text-decoration:underline;

    }

div{
    padding:5px;
    text-align:center;
}
h1{
    font-size:30px;
    font-weight:bold;
    color:red;
    font-family: 'Bungee Spice', cursive;
}
h2{
    font-size:24px;
    font-weight:bold;
    justify-content:center;
    display:flex;
    color:rgb(255, 21, 0);
}
p1{
    font-size:16px;
}
li{
    font-size:20px;
    justify-content:center;
    display:flex;
}

img{
    width:100%;
}
#title{
    display:flex;
    justify-content:center;
    padding-top:60px;
    padding-bottom:5px;
    /* You can put padding in a specific direciton */
}
#section1{
    display:flex;
    flex:wrap;
    margin:10px;
    background-color:rgb(255, 236, 225);
}
#step1{
    width:50%;
}
#image1{
    width:50%;
}
#section2{
    display:flex;
    flex:wrap;
}
#step2{
    width:50%;
}
#image2{
    width:50%;
}
#section3{
    display:flex;
    flex:wrap;
    background-color:rgb(255, 236, 225);
}
#step3{
    width:50%;
}
#image3{
    width:50%;
}
#section4{
    display:flex;
    flex:wrap;
}
#step4{
    width:50%;
}
#image4{
    width:50%;
}
#section5{
    display:flex;
    background-color:rgb(255, 236, 225);
    flex:wrap;
}
#step5{
    width:50%;
}
#image5{
    width:50%;
}
#section6{
    display:flex;
    flex:wrap;
}
#step6{
    width:50%;
}
#image6{
    width:50%;
}
#section7{
    display:flex;
    background-color:rgb(255, 236, 225);
    flex:wrap;
}
#step7{
    width:50%;
}
#image7{
    width:50%;
}
#section8{
    display:flex;
    flex:wrap;
}
#step8{
    width:50%;
}
#image8{
    width:50%;
}
#section9{
    display:flex;
    background-color:rgb(255, 236, 225);
    flex:wrap;
}
#step9{
    width:50%;
}
#image9{
    width:50%;
}
#section10{
    display:flex;
    flex:wrap;
}
#step10{
    width:50%;
}
#image10{
    width:50%;
}
#section11{
    display:flex;
    background-color:rgb(255, 236, 225);
    flex:wrap;
}
#step11{
    width:50%;
}
#image11{
    width:50%;
}

/* Tablet CSS */
@media screen and (max-width:677px){
    h1{
        font-size:34px;
    }
    h2{
    font-size:30px;
   }
   p1{
    font-size:24px;
   }
   nav{
    font-size:34px;
   }
   #title{
    padding-top:70px;
   }
   }














/* Phone CSS */
@media screen and (max-width:393px){
    nav{
        font-size:20px;
    }
    #title{
        padding-top:50px;
    }
    #section1{
        display:flex;
        flex-wrap:wrap;
   }
    #section2{
        display:flex;
        flex-wrap:wrap;
    }
    #section3{
        display:flex;
        flex-wrap:wrap;
    }
    #section4{
        display:flex;
        flex-wrap:wrap;
    }
    #section5{
        display:flex;
        flex-wrap:wrap;
    }
    #section6{
        display:flex;
        flex-wrap:wrap;
    }
    #section7{
        display:flex;
        flex-wrap:wrap;
    }
    #section8{
        display:flex;
        flex-wrap:wrap;
    }
    #section9{
        display:flex;
        flex-wrap:wrap;
    }
    #section10{
        display:flex;
        flex-wrap:wrap;
    }
    #section11{
        display:flex;
        flex-wrap:wrap;
    }
    /* Text */
   #step1{
    width:100%;
   } #step2{
    width:100%;
   } #step3{
    width:100%;
   } #step4{
    width:100%;
   } #step5{
    width:100%;
   } #step6{
    width:100%;
   } #step7{
    width:100%;
   } #step8{
    width:100%;
   } #step9{
    width:100%;
   } #step10{
    width:100%;
   } #step11{
    width:100%;
   }
   /* Images */
   #image1{
    width:100%;
   }
   #image2{
    width:100%;
   }#image3{
    width:100%;
   }#image4{
    width:100%;
   }#image5{
    width:100%;
   }#image6{
    width:100%;
   }#image7{
    width:100%;
   }#image8{
    width:100%;
   }#image9{
    width:100%;
   }#image10{
    width:100%;
   }#image11{
    width:100%;
   }
}