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

* {
    font-family: 'Lato', sans-serif;
    letter-spacing: .5px;
}

body {
    margin: 0px;
    padding: 0px;
}

.step {
    display: flex;
    height: 250px;
}

.desc {
    
    padding: 20px;
} 

h1 {
    font-family: 'Lato', sans-serif;
    font-size: 2em;
   
}


.h3 {
    font-weight: 900;
    padding: 20px;
    font-size: 1.4em;
}

.high {
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.5em;
    padding-bottom: 20px;
}

.low {
    font-size: 1.1em;
    line-height: 1.2em;
}

.hero {
    height: 200px;
}

.top {
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.top2 {
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
}

.s1 {
    background-color: #FAFAFA;
     
    
}

.s2 {
    background-color: #FBF7F0;
    
    
    
}

.s3 {
    background-color: #cab7b1;
    
    
}

.s4 {
    background-color: #98856f;
    
}
label {
    display: block;
}

.contact {
    background-color: #819c9c;
    display: flex;
    justify-content: center;
}

.contact div {
    padding: 10px;
}

input[type='text'] {
    width: 300px;
    margin-top: 4px;
}

input[type='submit'] {
    width: 100px;
    text-align: center;

}

.submit {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    .step {
        display: block;
    }
  }


