@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	font-size: 1.25rem;
	text-align: center;
	margin: 0px 0px;
}

h1 {
	font-weight: 900;
	font-size: 4.5rem;
}

h2 {
	font-weight: 800;;
	font-size: 3rem;
}

h3 {
	font-weight: 700;;
	font-size: 2rem;
}

h4 {
	font-weight: 600;
	font-size: 1.5rem;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.logo img {
	width: 332px;
}

.slogan {
	font-weight: 900;
	font-size: 4.5rem;
	color: rgb(255,255,255);
	padding:60px 20px;
}

.hero {
	background-image:url(../img/honeycomb.svg);
	width: 100%;
	height: auto;
	padding: 90px;
	margin-left: 0px;
}

.show {
	width: 100%;
	height: auto;
	padding: 60px 20px;
	margin-left: 0px;
}

.show img {
	width: 100%;
	height: auto;
}

.footer {
	background-color: #111111;
	color: rgb(255,255,255);
	width: 100%;
	height: auto;
	padding: 60px;
	margin-left: 0px;
}