@import 'https://fonts.googleapis.com/css?family=Nunito+Sans:400,600';
@import 'https://fonts.googleapis.com/css?family=Roboto:500';
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;
	box-sizing: border-box;
}
/* 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;
}
header {
	height: 46px;
	background-color: white;
	display: flex;
	align-items: center;
	z-index: 100;
	position: relative;
}
header img {
	padding-left: 3vw;
	height: 36px;
	max-width: 300px;
}
main {
	font-family: 'Nunito Sans';
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background: url(../assets/Blurred-FB-Background-2.jpg);
	background-size: cover;
	height: calc(100% - 46px);
	min-height: calc(100vh - 46px);
	align-items: center;
}
main h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 24px 0;
	color: white;
}
article {
	display: flex;
	justify-content: space-between;
	margin: 0px auto;
	max-width: 460px;
	flex-wrap: wrap;
}
section {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.46);
	background-color: white;
	border-radius: 4px;
	width: 220px;
	height: 125px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #747474;
	font-size: 12px;
	margin-bottom: 20px;
	z-index: 5;
}
section h3 {
	font-size: 18px;
	font-weight: 600;
	color: #292929;
	font-family: 'Roboto';
	margin-top: 6px;
}
section img {
	width: 32px;
	height: 32px;
	margin-bottom: 8px;
}
section:hover {
	cursor: pointer;
}
@media (max-width: 550px) {
	article {
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: column;
	}
}
@media (min-width: 981px) {
	article {
		width: calc(100vw - 186px);
		min-width: calc(1024px - 186px);
	}
	section {
		width: 158px;
		height: 158px;
		font-size: 12px;
	}
	section img {
		width: 32px;
		height: 32px;
		margin-bottom: 16px;
	}
	section h3 {
		font-size: 18px;
		line-height: 26px;
	}
	main h2 {
		font-size: 18px;
		margin-bottom: 38px;
	}
	header {
		height: 60px;
	}
	header img {
		height: auto;
	}
	main {
		height: calc(100% - 60px);
		min-height: calc(100vh - 60px);
	}
}
