/* 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.5;
}
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;
}

html {
	scroll-behavior: smooth;
}

nav {
background-color:rgb(255, 242, 210);
position: fixed;
width: 100%;
display: flex;
justify-content: space-around;
	padding: 10px;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;

}

a {
	color:maroon;
	text-decoration: none;
}

a:hover {
	color:crimson;
	text-decoration: underline;
}

#container {
	max-width: 1200px;
	margin: auto;
	padding-top: 30px;
	align-items: center;
	justify-content: center;
}

#header {
    background-color: lavenderblush;
    width: 100%;
    font-size: 60px;
	font-family: 'Poppins', sans-serif;
    display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

#col1 {
    background-color:antiquewhite;
    width: 100%;
	font-family: 'Poppins', sans-serif;
	align-items: center;
	justify-content: center;
	display: flex;
	padding-left: 15px;

}

#col2 {
	background-color:antiquewhite;
    width: 100%;
	font-family: 'Poppins', sans-serif;
	align-items: center;
	justify-content: center;
	display: flex;
	padding-left: 15px;
}

#col3 {
    background-color:antiquewhite;
    width: 100%;
	font-family: 'Poppins', sans-serif;
	align-items: center;
	justify-content: center;
	display: flex;
	padding-left: 15px;
}

#col4 {
    background-color:antiquewhite;
    width: 100%;
	font-family: 'Poppins', sans-serif;
	align-items: center;
	justify-content: center;
	display: flex;
	padding-left: 15px;
}

#col5 {
    background-color:antiquewhite;
    width: 100%;
	font-family: 'Poppins', sans-serif;
	align-items: center;
	justify-content: center;
	display: flex;
	padding-left: 15px;
}

#col6 {
    background-color:antiquewhite;
    width: 100%;
	font-family: 'Poppins', sans-serif;
	align-items: center;
	justify-content: center;
	display: flex;
	padding-left: 15px;
}

#col7 {
    background-color:antiquewhite;
    width: 100%;
	font-family: 'Poppins', sans-serif;
	align-items: center;
	justify-content: center;
	display: flex;
	padding-left: 15px;
}

#col8 {
    background-color:antiquewhite;
    width: 100%;
	font-family: 'Poppins', sans-serif;
	align-items: center;
	justify-content: center;
	display: flex;
	padding-left: 15px;
}

#col9 {
    background-color:antiquewhite;
    width: 100%;
	font-family: 'Poppins', sans-serif;
	align-items: center;
	justify-content: center;
	display: flex;
	padding-left: 15px;
}

#col10 {
	background-color:antiquewhite;
    width: 100%;
	font-family: 'Poppins', sans-serif;
	align-items: center;
	justify-content: center;
	display: flex;
	padding-left: 15px;
}

/* tablet*/
@media screen and (min-width: 502px) and (mad-width: 900px) {
	body {background-color:bisque};

	#columns {width: 50%;}
	#container {width: 80%;}
	#header {width: 80%;
		font-size: 30px;}

	#step1.png {size-adjust: 50%;}
	#step2.png {size-adjust: 50%;}
	#step3.png {size-adjust: 50%;}
	#step4.png {size-adjust: 50%;}
	#step5.png {size-adjust: 50%;}
	#step6.png {size-adjust: 50%;}
	#step7.png {size-adjust: 50%;}
	#step8.png {size-adjust: 50%;}
	#step9.png {size-adjust: 50%;}
	#step10.png {size-adjust: 50%;}
	nav {
		position: fixed;
		width: 100%;
		display: flex;
	}

}

/* mobile */
@media screen and (max-width: 501px){
body {background-color:lavenderblush}

header {
	flex-direction: center;
	height: 40px;
	font-size: 20px;
}
nav {
	flex-direction: center;
	height: 50px;
	font-size: 12px;
}
#container {
width: 80%;
}
#columns {{width: 50%}
	#step1.png {size-adjust: 30%;}
	#step2.png {size-adjust: 30%;}
	#step3.png {size-adjust: 30%;}
	#step4.png {size-adjust: 30%;}
	#step5.png {size-adjust: 30%;}
	#step6.png {size-adjust: 30%;}
	#step7.png {size-adjust: 30%;}
	#step8.png {size-adjust: 30%;}
	#step9.png {size-adjust: 30%;}
	#step10.png {size-adjust: 30%;}
	flex-direction: right;
.hidemobile{display:none;}

}