* {
	margin: 0;
	padding: 0;
}

body {
	background: #eee;
	color: #000;
	font-family: 'PT Sans', sans-serif;
}

.content {
	width: 100%;
	text-align: center;
}

#splash {
	width: 100%;
	background: url('../img/splash.png') no-repeat;
	background-size: cover;
	min-height: 800px;
}

#splash h1 {
	color: #fff;
	font-size: 110px;
	top: 100px;
	padding-top: 400px;
}

#splash .bpb {
	color: #fff;
	background: #e92775;
	display: inline-block;
	padding: 40px;
	border-radius: 20px;
	margin-top: 30px;
	cursor: pointer;
}
#splash .bpb h2 {
	font-weight: normal;
	font-size: 40px;
}

#books {

}

#books h1 {
	padding-top: 100px;
	font-size: 100px;
	color: #e92775;
}
#books #examples {
	margin: 20px;
}
#books p {
	padding: 30px;
	color: #333;
	font-size: 30px;
	max-width: 1000px;
	display: inline-block;
	text-align: left;
}
#books #examples img {
	width: 100%;
}

#subscriptions {
	background: #fff;
}
#subscriptions h1 {
	padding-top: 100px;
	font-size: 100px;
	color: #e92775;
}
#subscriptions p {
	padding: 30px;
	color: #333;
	font-size: 30px;
	max-width: 1000px;
	display: inline-block;
	text-align: left;
}
#subscriptions #plans {

}
#subscriptions #plans .plan {
	width: 300px;
	padding: 80px 40px;
	background: #cccdcc;
	color: #fff;
	margin: 80px 20px;
	display: inline-block;
	height: 300px;
}
#subscriptions #plans .plan li {
	margin-top: 30px;
	font-size: 20px;
	font-weight: 100;
}
#subscriptions #plans .plan h2 {
	font-weight: normal;
}

#subscriptions #plans .plan.promoted {
	background: #929397;
	margin: 60px 20px;
	display: inline-block;
	height: 340px;
}
#subscriptions #plans .plan.promoted h2 {
	font-size: 32px;
}
#subscriptions #plans .plan .btn {
	color: #fff;
	background: #e92775;
	display: inline-block;
	padding: 20px 40px;
	border-radius: 20px;
	margin-top: 50px;
	cursor: pointer;
	font-size: 20px;
}

#login_popup {
	position: absolute;
	right: 0px;
	top: 90px;
	z-index: 100;
	background: #fff;
	padding: 10px;
	box-shadow: -5px 5px 10px #ddd;
	display: none;
}
#login_popup input {
	padding: 8px;
	width: 300px;
	font-size: 18px;
	margin: 5px 0;
}
#login_popup button {
	border: none;
	color: #fff;
	background: #e92775;
	padding: 10px;
	border-radius: 5px;
	margin: 10px 0;
	cursor: pointer;
	font-size: 18px;
}



