@charset "UTF-8";

body { background-color: #F2F3F2}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Bitter', serif;
	font-weight: regular;
}
h1 {
    line-height: 1.1;
    position: relative;
    bottom: 1.3rem;
}
#main span {
	color: #BCC2BD;
	font-size:1.25rem;
	text-transform:uppercase;
}
#main a {color: #BCC2BD}
#main a:hover {
	padding-bottom: 5px;
	border-bottom: 1px solid #BCC2BD;
}
#press {
	background-color: #BCC2BD;
	text-align: center;
	color: #F2F3F2;
}
#press ul li img {
	height: 30px;
	margin: 1rem;
}
#footer {
	background-color: #0C0D0C;
	color: #BCC2BD;
}
#footer a {color: #BCC2BD}
#footer a:hover {border-bottom: 1px solid #BCC2BD}
#footer h3 {
	font-size: 1rem;
	color: #BCC2BD;
}
#footer .icon {
	width: 12px;
  	height: 12px;
}
#press, #footer {
	max-width: 100%;
	font-size: .85rem;
}
#main, #press, #footer {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
#mc_embed_signup {
	border-radius: 5px;
	background-color: #F2F3F2;
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px dotted #BCC2BD;
}
#mc_embed_signup h5,
#mc_embed_signup p,
#mc_embed_signup label { color: #879288; }
.inline-list > li {	display: inline; }
.icon {
	width: 20px;
  	height: 20px;
}
.instagram {
	background: url("webicons/instagram.svg"); }
.twitter {
	background: url("webicons/twitter.svg"); }
.vimeo {
	background: url("webicons/vimeo.svg"); }