/* ============================================================
  SECTIONS
============================================================ */

section.module.parallax {
/* height: 600px;*/
  width: 1050px;
  margin-left: 10px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: 1050px;
  -moz-background-size: 1050px;
  -o-background-size: 1050px;
 background-size: 1050px;
}
section.module.parallax-1 {
	margin-top: 10px;
	background-color: #666666;
}
.module.parallax.parallax-1 .container .hashtag {
	color: white;
	font-size: .8em;
	letter-spacing: .05em;
	text-align:right;
	padding-top:5px;
	padding-right:8px;
	font-family: "adelle";
	font-weight: lighter;
	opacity: .8;
}
.module.parallax.parallax-1 .container .state-number {
	font-size: 10em;
	margin-left: 35px;
	line-height: 1.07em;
}
.module.parallax.parallax-1 .container .state-children {
	font-size: 2.6em;
	text-align: center;
	font-weight: lighter;
}
.module.parallax.parallax-1 .container h2 {
	opacity: .8;
	color: white;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	font-family: "brandon-grotesque";
	font-weight: normal;
	line-height: 1.3em;
}

.module.parallax.parallax-1 .container .state-name {
	font-size: 4.5em;
	text-transform: uppercase;
	text-align:right;
	margin-right: 35px;
	line-height: 1.3em;
}
.approx-space {
	letter-spacing: 0.1em;
}
.module.parallax.parallax-1 .container a {
	color: white;
	text-decoration: none;
}
.module.parallax.parallax-1 .container a:hover {
	color: yellow;
}
.module.parallax.parallax-1 h2.testimony {
	color:black;
	font-size:2.2em;
	margin-left:1.1em;
	margin-right: 1.1em;
	margin-top:8px;
	font-family: "john-doe",serif;
	background-color: white;
	opacity: .9;
	box-shadow: 0px 0px 5px 0px #000000;
	padding-bottom: .5em;
	padding-top: .5em;
}
.module.parallax.parallax-1 h2.birth_story {
	color:black;
	font-size: 2.8em;
	margin-left:1.1em;
	margin-right: 1.1em;
	margin-top:8px;
	font-family: "sketchnote-square",sans-serif;
	background-color: #f4eb90;
	opacity: .9;
	box-shadow: 0px 0px 2px 0px #000000;
	padding: .5em;
	padding-top: 0.9em;
	padding-left: 2.4em;
	background-image: url("http://www.abort73.com/images/birth_stories/notepaper-bg.jpg");
}
.module.parallax.parallax-1 h2.blog {
	color:white;
	font-size:4.5em;
	margin-left:1em;
	margin-right:1em;
	font-family: "soleil",sans-serif;
	opacity: .9;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	padding-bottom: .5em;
	text-transform: uppercase;
	text-align:center;
	line-height: 1.1em;
}
.module.parallax.parallax-1 h1.content {
	color:white;
	font-size:6em;
	margin-left:.5em;
	margin-right:.5em;
	font-family: "soleil",sans-serif;
	opacity: .9;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	padding-bottom: .1em;
	text-align:center;
	padding-top: .25em;
}
.module.parallax.parallax-1 .container h2.sub_content {
	opacity: 1;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	font-family: "soleil",sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #d9c968;
	padding-bottom: 1.5em;
    text-align: center;
	font-size: 1.6em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.empty {
	min-height: 280px;
}