/* custom styles */

/* color chart
	** blue-gray text: #899dab
	** blue text: #3475a3

*/

body {
  background: #f9f9f9;
  color: #899dab;
  font-family: 'Jura', san-sarif;
}

h1 {
  font-weight: 400;
  letter-spacing: -2px;
}

img#resize {
  width: 300px;
}

div#title {
  margin: 0 auto;
  padding: 25px 0 25px 0;
}

.blue {
  color: #3475a3;
}

#features {
  background: #3475a3;
  padding: 20px 0 30px;
  color: white;
  font-size: 17px;
}

#features h3 {
  font-weight: 200;
}

#features img {
  width: 175px;
  border-radius: 15px 15px 15px 15px;
  margin: 5px 0 15px 0;
}

#form {
	text-align: center;
	margin: 25px auto 0 auto;
	max-width: 280px;
	padding: 0 0 25px 0;
}

footer {
	background: #899dab;
	color: white;
	padding: 15px 0 10px;
}

	input {
	margin: 0 0 15px 0;
}

.success {
background: #5cb85c;
border-radius: 15px 15px;
color: white;
padding: 15px;
text-align: center;
}