html,body{
	height:100%
}

body {
	/*background: #222;*/
}

*, h1, p {
	font-family: 'Maven Pro', Arial, sans-serif;
}

.headwrap {
	top: 20%;
	position: absolute;
	width: 100%;
}

h1 {
	text-align: center;
	/*line-height: .8;*/
	font-size: 2.6rem;
	color: #ccc;
	background: rgba(255,255,255,.8);
	margin-bottom: 0;
	padding-bottom: 1.4rem;
}

h1 small {
	line-height: 1;
	display: block;
}

small {
	font-size: 18px;
}

.date-stripe {
	display: block;
	font-size: 1rem;
	margin-top: 0rem;
	background: #444;
	border-top: 1px solid #111;
	border-bottom: 1px solid white;
	color: #888;
	padding: 1rem;
	text-align: center;
}

.date-stripe p {
	margin-bottom: 0;
}

.date-stripe p:first-child {
	text-transform: uppercase;
}

.date {
	color: #fff;
	font-size: 2rem;
}


/*hearts hearts hearts*/

.bg_heart {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
	opacity: .14;
}

.heart {
	position: absolute;
	top: -50%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-m-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.heart:before {
	position: absolute;
	top: -50%;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: 100%;
}

.heart:after {
	position: absolute;
	top: 0;
	right: -50%;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: 100%;
}

@-webkit-keyframes love {
	0%{top:110%}
}
@-moz-keyframes love {
	0%{top:110%}
}
@-ms-keyframes love {
	0%{top:110%}
}
@keyframes love {
	0%{top:110%}
}

/*the countdown*/
.countdown {
	text-align: center;
	padding: 1rem;
	background: rgba(255,255,255,.88);
}

.countdown p:first-child {
	margin-bottom: 0;
	color: #666;
	text-transform: uppercase;
}

.countdown span	{
	display:block;
}

.countdown h2 {
	text-transform: uppercase;
	font-size: 1rem;
}

#clock {
	font-size: 2rem;
	text-transform: uppercase;
	line-height: 1.1;
}

.units {
	font-size: 1.2rem;
}

.unit {
	width: 8rem;
}

/*============================
MEDIA QUERIES
============================*/

/*medium
----------------------*/
@media print, screen and (min-width: 40em) {

	h1 {
		text-align: center;
		/*line-height: .48;*/
		font-size: 3.6rem;
	}

	.headwrap {
		top: 24%;
	}

	small {
		font-size: 22px;
	}

	span {
		font-size: 2rem;
	}

	.date-stripe {
		font-size: 1.4rem;
	}

	#clock {
		font-size: 3rem;
	}
}


/*large
----------------------*/
@media print, screen and (min-width: 64em) {

	h1 {
		text-align: center;
		/*line-height: .48;*/
		font-size: 6.8rem;
	}

	.headwrap {
		top: 30%;
	}

	#clock {
		font-size: 3rem;
	}

	.date-stripe {
		font-size: 1.6rem;
	}
}
