@import url("https://use.typekit.net/gpf2wut.css");
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	font-size: 100%;
	line-height: 1.25;
	font-family: open-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
	background:#fff;
	padding:0;
	margin:0;
}

a {
	color: #FF2A48;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #2E3444;
}

section {

	text-align: center;
}
img {
	width:100%;
}