html {
	position: relative;
	min-height: 100%;
}

body {
  letter-spacing: 1px;
  line-height: 150%;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  color: #555;
  background-color: #ffffff;
  overflow: scroll;
  letter-spacing: 0.5px;
  margin: 0px;
}

h1 {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #000;
}

h2 {
	font-family: 'Poppins', sans-serif;
	margin: 0 0 1.5em;
    padding: 0;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	margin-bottom: 20px;
}

h4 {
	text-align: center;
	font-size: 55px;
	font-style: bold;
	font-weight: 800;
}

.blurb {
	font-family: 'Poppins', sans-serif;
    padding: 10px;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: black;
    margin-left: -9px;
    line-height: 34px;
}

.blurb-title {
	font-family: 'Poppins', sans-serif;
	text-align: left;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	color: white;
	background-color: black;
	padding: 6px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.blurb-box {
	margin: 0 auto;
    width: 380px;
    vertical-align: top;
    margin-bottom: 80px;
    display: inline-block;
}

.block {
	padding: 0;
	margin: 0;
}

.video {
	overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	margin-bottom: -13%;
}

.video iframe {
	left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.button {
	background-color: black;
	color: white;
	border: none;
	padding: 18px 38px 18px 38px;
	font-size: 14px;
	border-color: white;
	border-style: solid;
}

.button:hover {
	cursor: pointer;
	background-color: white;
	color: black;
	border: 1px;
	border-color: black;
	border-style: solid;
}

#header {
    max-width: 1200px;
	min-width: 960px;
    margin: 10px auto;
	text-align: center;
}

#divider {
	border-bottom: 1px solid #f1f1f1;
}

#canvas {
    width: 960px;
    margin: 10px auto;
	text-align: left;
}

#menu {
	display: inline-block;
	margin-left: 30px;
}

#menu-item {
	float: left;
    padding: 12.2px 0;
	margin-right: 30px;
	font-size: 13px;
}

#social {
    text-align: right;
}

#social-button {
	margin-left: 0;
	display: inline-block;
    padding: 0 10px;
	padding-right: 5px;
    padding-top: 1px;
	border-left: 1px solid #9e9e9e;
}

a:link {color: #888; text-decoration: none; }
a:active {color: #888; text-decoration: none; }
a:visited {color: #888; text-decoration: none; }
a:hover {color: #000; text-decoration: none; }

@import url('https://fonts.googleapis.com/css?family=Poppins');
