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

div{
    background-color:lightgray;
}

#header {
    font-family:"Montserrat";
	font-size: 106px;
	color:white;
	text-align:center;
	padding:30px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#about {
	clear: both;
	padding: 40px 80px 80px 80px;
}
#about h2 {
	font-size:28px;
	font-weight:bold;
	font-family:"Montserrat";
	color:white;
	padding:0 0 10px 0;
}
#about h3{
	font-family:"Montserrat";
	font-size:23px;
	font-weight:bold;
	color:white;
}

#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 h2{
	font-size:28px;
	font-weight:bold;
	font-family:"Montserrat";
	color:white;
	padding: 0 0 10px 0 ;
}
#how h3{
	font-family:"Montserrat";
	font-size:23px;
	font-weight:bold;
	color:white;
}

.column {

	width:20%;
}

.column img {
	width: 100%;
}
.row {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#words {
	font-family:"Montserrat";
	color:white;
	font-size:28px;
	font-weight:bold;

	padding: 70px 0 20px 80px;
	justify-content:center;
}

#vimeo{
	justify-content:center;
	margin:auto;
	width:100%;
}


#figma {
	justify-content:center;
	margin:auto;
	width:100%;
}

#closing {
	padding:0 0 20px 0;
	justify-content:center;
	align-items:center;
}
#closing h2{
	font-family:"Montserrat";
	font-size:22px;
	text-align:center;
}