html, body {
 	height: 100%;
}

html,body,head,a,h1,h2,h3,h4,pre,sup,sub { margin: 0px; padding: 0px;}

body {
	font-family: "Indie Flower", cursive;
	font-size: 20pt;
	color: #303030;
	padding: 0px;
	margin: 0px;
	font-weight: 100;
}

a, a:visited {
	text-decoration: none;
	color: brown;
}
a:hover, a:focus {
	color: lightgray;
}

h1, h2, h3, h4, p {
}

h3 {
	color: #505050;
	margin-top: 10px;
}

h4 {
	margin-top: 30px;
	font-weight: normal;
	font-size: 115%;
}

.baby-banner {
	font-family: "Roboto", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	margin-top: 50px;
	background-image: url("../images/babynewbbanner.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 400px;
	width: 100%;
	text-align: center;
}

.baby-banner h1 {
	font-family: "PT Serif", serif;
	font-weight: normal;
	color: #b0b0b0;
	font-size: 100pt;
	text-shadow: 2px 2px 1px gray;
}

.subtitle {
	margin-top: 180px;
	font-style: italic;
	font-size: 70%;
	text-align: center;
	color: #b0b0b0;
}

.baby-banner-thin {
	font-family: "Roboto", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	margin: 0px;
	text-align: center;
	width: 100%;
	background-color: #c0c0c0;
}

.baby-banner-thin a {
	text-decoration: none;
	cursor: pointer;
}

.baby-banner-thin h1 {
	font-family: "PT Serif", serif;
	font-weight: normal;
	color: #606060;
	font-size: 35pt;
	text-shadow: 2px 2px 1px gray;
}

.subtitle-thin {
	margin-top: 5px;
	font-style: italic;
	font-size: 12pt;
	text-align: center;
	color: #606060;
}

.navigator {
	padding: 1px 5px 1px 5px;
	width: 100%;
	background-color: lightgray;
	font-size: 70%;
	position: fixed;
	top: 0;
}

.navigator-right {
	float: right;
	margin: 7px;
	padding: 0px;
}

.navigator-right ul {
	margin: 0px;
	padding: 0px;
}

.navigator-right li {
	display: inline;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

.navigator select {
	margin: 0px 10px 0px 10px;
	padding: 5px;
	font-size: 100%;
	font-weight: normal;
	background-color: lightgray;
}

.navigator optgroup {
	font-weight: normal;
}

.nav-btn {
	position: fixed;
	top: 2px;
	left: 2px;
	padding: 8px;
	border-radius: 4px;
	border: 1px;
	outline: 0px;
}

.navigator-menu-collapse {
	position: absolute;
	left: 2px;
	-webkit-transition: max-height 300ms;
	-moz-transition: max-height 300ms;
	-ms-transition: max-height 300ms;
	-o-transition: max-height 300ms;
	transition: max-height 300ms;
	overflow: hidden;
}

.navigator-menu {
	background-color: lightgray;
	font-size: 70%;
	text-align: center;
}

.navigator-menu h3 {
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

.navigator-menu h4 {
	text-align: left;
	text-decoration: underline;
	font-size: 90%;
	margin: 15px 0px 0px 10px;
}

h3.navigator-menu-spacer {
	margin-top: 20px;
}

.navigator-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.navigator-menu a {
	color: black;
	text-decoration: none;
}

.navigator-menu a:hover, .navigator-menu a:focus {
	color: white;
	cursor: pointer;
}

.navigator-menu-col {
	width: 155px;
	float: left;
	display: block;
	background-color: lightgray;
	margin: 0;
	padding: 10px;
	min-height: 700px;
}

.strike > a {
    position: relative;
}
.strike > a::after {
    border-bottom: 2px solid red;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 45%;
}

.checklist-content {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}

.story-content {
	min-height: 80vh;
}

.index-links {
	text-align: center;
}
.index-links a {
	margin: 0px 20px 0px 20px;
}

hr {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #404040;
}

.category-box {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.category-box:before, .category-box:after {
	content: "";
	display: table;
}

.category-box:after {
	clear: both;
}

.explanation {
	margin: 1% 0 1% 1.6%;
	padding: 0px;
	font-size: 95%;
	font-style: italic;
	width: 60%;
	float: left;
	display: block;
	vertical-align: top;
}

.explanation > p {
	margin: 0px;
}

.product-set {
	padding: 0px;
	text-align: center;
	width: 38.3%;
	float: left;
	display: block;
	vertical-align: top;
}

/* Changed mind on two column format */
.explanation, .product-set {
	float: none;
	width: 100%;
	display: block;
}


div.product {
	display: inline-block;
	max-width: 200px;
	text-align: center;
	padding: 10px;
}

.product img {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.product p {
	margin: 5px 0px 15px 0px;
	padding: 0px;
	font-size: 12pt;
	font-weight: bold;
	color: green;
}

div.tracking-pixel {
	width: 1px;
	height: 1px;
}

.cloth-reasons li {
	margin: 15px 0px 15px 0px;
}

.btn {
  background: #aeb8bf;
  background-image: -webkit-linear-gradient(top, #aeb8bf, #4d5357);
  background-image: -moz-linear-gradient(top, #aeb8bf, #4d5357);
  background-image: -ms-linear-gradient(top, #aeb8bf, #4d5357);
  background-image: -o-linear-gradient(top, #aeb8bf, #4d5357);
  background-image: linear-gradient(to bottom, #aeb8bf, #4d5357);
  border: 0px;
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #e0e0e0;
  font-size: 14px;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
}

.btn:hover, .btn:active, .btn:focus {
  background: #4d5357;
  background-image: -webkit-linear-gradient(top, #4d5357, #aeb8bf);
  background-image: -moz-linear-gradient(top, #4d5357, #aeb8bf);
  background-image: -ms-linear-gradient(top, #4d5357, #aeb8bf);
  background-image: -o-linear-gradient(top, #4d5357, #aeb8bf);
  background-image: linear-gradient(to bottom, #4d5357, #aeb8bf);
  border: 0px;
  text-decoration: none;
  outline: 0;
}

footer {
	font-family: "Roboto", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	width: 100%;
	background-color: #303030;
	color: #ffffff;
	text-align: center;
	margin: 30px 0px 0px 0px;
}

footer > ul {
	margin: 0px;
}

footer > ul > li {
	display: inline-block;
	margin: 20px 15px 20px 15px;
	font-size: 14px;
}

footer a, footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

footer a:hover, footer a:focus {
	color: darkgray;
}

@media only screen and (max-width: 768px) {
	.baby-banner h1 {
		font-size: 70pt;
	}
	.subtitle {
		margin-top: 250px;
	}
	.checklist-content {
		margin-left: 10px;
		margin-right: 10px;
		width: auto;
	}
	h4 {
		margin-left: 50px;
	}
	.explanation, .product-set {
		float: none;
		width: 100%;
		display: block;
	}
	footer > ul > li {
		font-size: 16px;
	}
}