@import "http://fonts.googleapis.com/css?family=Open+Sans:400,600,700";

html, body {
	font-family: "Open Sans";
	color: #6d7b87;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f9ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f9ff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f9ff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f9ff 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f9ff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f9ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f9ff',GradientType=0 );
}

.container {
	width: 650px;
	margin: 50px auto 0 auto;
}

.col-1, .col-2 {
	display: inline-block;
}

.col-1 {
	width: 180px;
	vertical-align: top;
	padding-right: 100px;
	padding-top: 100px;
}

.col-2 {
	width: 360px;
}

h1 {
	font-size: 35px;
	font-weight: 400;
	line-height: 1.1;
	padding-top: 40px;
}

p {
	font-size: 13px;
}

.cta {
	background: #1f94fd;
	color: #fff;
	padding: 14px 10px;
	border-radius: 16px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.cta:hover {
	cursor: pointer;
}

h1 {
	font-family: "Open Sans";
}
