@charset "utf-8";
/* CSS Document */


div.wrapperm{
	width: calc(4*225px);
	margin: 0 auto;
}

span, a, strong{font-weight: 700;}
a{transition: .2s; text-decoration: none; color: #787878;}
a:hover{transition: .2s; color: #FF5722;}

/* page layout */

/* header */

header{
	width: 100%;
	height: 50%;
	background: #607D8B;
}

/* section */

section{
	width: 100%;
	height: 50%;
}

section h1, section p.meta{
	color: #FFFFFF;
	margin-bottom: 5px;
}

section hgroup{margin-top: -50px;}

section p.numbers{font-size: 2.5em;}
section p.strings{font-size: 1.0em;}
section p.meta{font-size: 3.0em;}
section h1{font-size: 2.5em;}

/* countdown styles */

div#countdown{color: #353535;}

div#countdown p{
	width: 100%;
	display: inline-block;
	text-align: center;
}

p.numbers{
	width: 100%;
	height: 85%;
	background: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
}

p.strings{
	width: 100%;
	height: auto;
	padding: 10px 0;
	background: #FF5722;
	color: #FFFFFF;
}

div.cd-box{
	width: 100px;
	height: 50px;
	background: #FFFFFF;
	float: left;
	padding: 5px 0 0 0;
	margin: 30px 15px 0 0;
	-webkit-box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
	-moz-box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
	box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
}
