
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
	
h1,h2,h3,h4,h6,h6,p{
	font-family: 'Oswald', sans-serif;
}

body {background: #f5f5f5;}

.content{
	width: 486px;
	margin:0 auto;
	margin-top: 40px;
}
.form{
	background: white;
	margin-bottom: 40px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	
}
img{
	width: 100%;
	height: auto;
	border: 10px solid #fff;
	display: block;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
}

p{
	font-size: 1em;
	text-align: center;
	color: #474747;
}

h1{
	font-size: 2em;
	text-align: center;
	color: #B14839;
	text-shadow: 0 0 #c9ceb7;
}

h2{
	text-align: center;
	font-size: 1.1em;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 20px 0;
	margin-bottom: 30px;
}

h3{
	font-size: 1em;
	text-align: center;
}

.btnStack {
  font-family: Oswald;
  background-color: #B14839;
  color: white;
  text-decoration: none;
  display: block;
  padding: 6px 12px;
  margin-left: 150px;
  margin-right: 150px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

a.btnStack:hover {
  background-color: #000;
}