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

div{
    background-color:#ffd68e;
}

#header {
    font-family: "raleway-regular", serif, arial;
	font-size: 106px;
	color:#ffff;
	text-align:center;
	padding:30px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

body{
	background-color:#ffd68e;
}
#about {
	clear: both;
	padding: 40px 80px 80px 80px;
}
#about h2 {
	font-size:28px;
	font-weight:bold;
	font-family:"raleway", serif, arial;
	color:#ff4858;
	padding:0 0 10px 0;
}
#about h3{
	font-family:"raleway", serif, arial;
	font-size:23px;
	font-weight:bold;
	color:#ffff;
}
#mockup {
	background-size:200%;
	background-size:contain;
	display:flex;
	width: 100%;
	height:60%;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}
#mockup img {
	width: 100%;
}
#how {
	padding: 80px 80px 80px 80px;
}
#how h2{
	font-size:28px;
	font-weight:bold;
	font-family:"raleway", serif, arial;
	color:#ff4858;
	padding: 0 0 10px 0 ;
}
#how h3{
	font-family:"raleway", serif, arial;
	font-size:23px;
	font-weight:bold;
	color:#ffff;
}

.column {

	width:20%;
}

.column img {
	width: 100%;
}
.row {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#figma {
	justify-content:center;
	margin:auto;
	width:100%;
}

#words {
	font-family:"raleway", serif, arial;
	color:#ff4858;
	font-size:28px;
	font-weight:bold;

	padding: 70px 0 20px 80px;
	justify-content:center;
}
#closing {
	padding:0 0 20px 0;
	justify-content:center;
	align-items:center;
}
#closing h2{
	font-family:"raleway", serif, arial;
	font-size:22px;
	text-align:center;
}

a {
	color:#ff4858;
	text-decoration: none;
  }
  a:hover {
	transition:all .3s ease-in;
	/* opacity:50%; */
	color:#ffff;
  }


@media screen and (max-width:600px){
	.column {
		width:100%;
	}
}

@media screen and (max-width:400px){
	.column {
		width:100%;
	}
	#header { 
		width:100%;
		font-size:65px;
	}
	#logo {
		width:25%;
	}
	body {
		width:100%;
		justify-content:center;
	}
	#about {
		padding:20px;
	}
	#about h2{
		font-size:18px;
	}
	#about h3 {
		font-size:16px;
	}
	#how {
		padding:20px;
	}
	#how h2{
		font-size:18px;
	}
	#how h3 {
		font-size:16px;
	}
	#words {
		font-size:18px;
		padding:30px 0 15px 0;
		text-align:center;
	}
	#figma {
		width:100%;
	}
}