h1,h2,h3,h4 {
	cursor:default;
	font-weight:400
}
p {
	color:#707070;
}
a {
	color:#2d9cee;
	text-decoration:none
}
pre {
	padding:10px;
	color:#909090;
	background:#fff;
	overflow:auto;
	border-bottom:3px solid #ddedea
}
.feature {
	color:#cf80ad;
	font-weight:400
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box
}
body {
	background:#e9faf7;
	color:#555;
	height:100%;
	line-height:10px;
	margin:0;
	padding:0;
	position:relative;
	font-size:13px;
	font-family:"Open Sans",helvetica,arial,tahoma;
	font-weight:400
}
.container {
	padding:10px;
	max-width:800px;
	margin:0 auto
}
.topbar {
	padding:0;
	background:#fff;
	border-bottom:3px solid #ddedea;
	text-align:center
}
.topbar>.container {
	padding:0;
	margin:0 auto
}
.topbar .top-items {
	padding:10px 20px;
	color:#cf80ad;
	display:inline-block;
	position:relative;
	text-align:center;
	z-index:30;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease
}
.topbar .top-items .fa {
	font-size:15px
}
.topbar .top-items:after {
	content:'';
	background:#cf80ad;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:0;
	z-index:-1;
	color:#fff;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease
}
.topbar .top-items:hover {
	color:#fff
}
.topbar .top-items:hover:after {
	height:100%
}
header {
	text-align:center
}
header .logo {
	cursor:default;
	margin:20px auto;
	display:block;
	font-family:'Pacifico', cursive;
	font-size:75px;
	color:#cf80ad;
	text-shadow:3px 5px 0 #dfe3e8;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease
}
header .logo:hover {
	color:#c86da1;
	text-shadow:4px 8px 0 #dfe3e8
}
.btn-group {
	margin:30px 0
}
.btn {
	cursor:pointer;
	background:#fff;
	color:#fff;
	text-decoration:none;
	padding:15px 0px;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
	margin-right:3%;
	width:22%;
	-webkit-box-shadow:0 3px 0 rgba(0,0,0,0.1);
	-moz-box-shadow:0 3px 0 rgba(0,0,0,0.1);
	-o-box-shadow:0 3px 0 rgba(0,0,0,0.1);
	box-shadow:0 3px 0 rgba(0,0,0,0.1);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px
}
.btn.error {
	background:#f32750
}
.btn.info {
	background:#2d9cee
}
.btn.success {
	background:#15cc1f
}
.btn.default {
	background:#cf80ad
}
.btn:last-child {
	margin-right:0
}
footer {
	background:#fff;
	padding:15px 0;
	margin-top:30px;
	text-align:center;
	color:#909090;
	font-weight:300;
	clear:both
}
footer span,footer .fa-heart {
	color:#cf80ad;
	font-weight:400;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease
}
footer .fa-heart:hover {
	font-size:20px
}
