/* 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 & General CSS */
html{
    scroll-behavior: smooth;
    background-color:tan;
}

a { 
    color:black;
    font-family:'EB Garamond', serif;
}

a:hover{
    color:rgba(103, 77, 42, 0.814);
    text-decoration:none;
}

img { 
    /* Make all images fill surrounding div */
    width: 100%;
} 
nav {
    /* keep the nav on the screen always - on top */
    position:fixed;
    background-color:tan;

    /* fill the whole screen */
    width: 100%;
    
    display:flex;
    justify-content: space-around;

    padding:20px;

    font-family:'EB Garamond',serif;
    
}

#container { background-color:rgba(103, 77, 42, 0.814);
    /* be responsive until 1400px then stop scaling */
    width:100%;

    /* center a div */
    margin:auto;

    /* push this div down 100px */
    padding-top: 100px;
    box-sizing:border-box;

    font-family:'EB Garamond Bold', serif;
    font-size:55px;
    justify-content: center;
    text-align:center;
    display:flex;
    padding-bottom: 40px;

}

#header { 
    background-color:tan;
    font-size:40px;
    font-family:'EB Garamond', serif;
    display:flex;
    flex-wrap:wrap;
    width: 100%;
    padding-left:10px;
    box-sizing:border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

#step1 {
    background-color:rgba(103, 77, 42, 0.814);
    font-size:25px;
    text-align:left;
    width: 50%;
    padding-top:10px;
    padding-left:35px;
    padding-right:35px;
    box-sizing:border-box;
    line-height:34px;
    justify-content: flex-end;
   
    
}

#pic {
    width: 50%;
}

#step2 {
    background-color:rgba(103, 77, 42, 0.814);
    font-size:28px;
    width: 50%;
    padding-top:10px; 
    padding-right:35px;
    padding-left:35px;
    box-sizing:border-box;
    line-height:40px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#step3 {
    background-color:rgba(103, 77, 42, 0.814);
    font-size:34px;
    width: 50%;
    padding-top:10px;
    padding-right:35px;
    padding-left:35px;
    box-sizing:border-box;
    line-height:40px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}
#step4 {
    background-color:rgba(103, 77, 42, 0.814);
    font-size:34px;
    width: 50%;
    padding-top:10px;
    padding-right:35px;
    padding-left:35px;
    box-sizing:border-box;
    line-height:40px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#step5 {
    background-color:rgba(103, 77, 42, 0.814);
    font-size: 34px;
    width: 50%;
    padding-top:10px;
    padding-right:35px;
    padding-left:35px;
    box-sizing:border-box;
    line-height:40px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

#step6 {
    background-color:rgba(103, 77, 42, 0.814);
    font-size:34px;
    width: 50%;
    padding-top:10px;
    padding-right:35px;
    padding-left:35px;
    box-sizing:border-box;
    line-height:40px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#step7 {
    background-color:rgba(103, 77, 42, 0.814);
    font-size:34px;
    width: 50%;
    padding-top:10px;
    padding-right:35px;
    padding-left:35px;
    box-sizing:border-box;
    line-height:40px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#step8 {
    background-color:rgba(103, 77, 42, 0.814);
    font-size:34px;
    width: 50%;
    padding-top:10px;
    padding-right:35px;
    padding-left:35px;
    box-sizing:border-box;
    line-height:40px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#step9 {
    background-color:rgba(103, 77, 42, 0.814);
    font-size:34px;
    width: 50%;
    padding-top:10px;
    padding-right:35px;
    padding-left:35px;
    box-sizing:border-box;
    line-height:40px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#step10 {
    background-color:rgba(103, 77, 42, 0.814);
    font-size:34px;
    width: 50%;
    padding-top:10px;
    padding-right:35px;
    padding-left:35px;
    box-sizing:border-box;
    line-height:40px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#columns {
    /* flexbox always goes on containing div!! */
    display:flex;
    /* allow flexbox to wrap to multiple lines*/
    flex-wrap:wrap;
    
}

/* TABLET CSS */ 

@media screen and (max-width: 1024px) {

}
/* PHONE CSS */

@media screen and (max-width: 500px) {
    /*Changes the font size of everything! */
    #step1, #step2, #step3, #step4, #step5, #step6,
    #step7, #step8, #step9, #step10 {
        width: 100%;
    }
    #pic {
        width: 100%;
    }

}


