.display {
	flex: 1;
	display: flex;
	flex-direction : column;
	align-items : center;
	justify-content : center;
	background: #001f3f;
	background-image: linear-gradient(#001f3f, red, #001f3f);
	font-family: tahoma !important;
	padding-bottom: 30px;
}
.event_title {
	color: #fff;	
	text-align: center;
	font-size: 2.85rem;
	letter-spacing: 10px;
}
p.action_caption{
	color: #fff;	
	text-align: center;
	font-size: 1.25rem;
	letter-spacing: 5px;
	font-weight: 100;
}
#door{
	text-align: center;
}
.call_to_action_button{
	margin-top: 40px;
	border-radius: 20px;
}
button.call_to_action_button {
	letter-spacing: 2px;
	text-align: center;
	font-size: 1.25rem;
	top: 50%;
	left: 50%;
	color: #fff;
	padding: 20px;
	width: 0 auto;
	border-radius: 20px;
	box-sizing: border-box;
	background: #0074D9;
	border-style: none;
}
button:hover{
	background: #fff;
	color: #0074D9;
	font-weight: bold;
}
button:active{
	background: #fff;
	color: #0074D9;
	font-weight: bold;
}
button:focus{
	background: #fff;
	color: #0074D9;
	font-weight: bold;
}
.clock{
	width: auto;
}
#numbers{
	width: auto;
}
#numbers span{
	float: left;
	text-align: center;
	font-size: 1.75rem;
	margin: 0 2.5%;
	color: #fff;
	padding: 20px;
	width: 20%;
	border-radius: 20px;
	box-sizing: border-box;
}
#numbers span:nth-child(1){
  background: #006600;
}
#numbers span:nth-child(2){
  background: #002699;
}
#numbers span:nth-child(3){
  background: #666600;
}
#numbers span:nth-child(4){
  background: #47476b;
}

#numbers:after{
	content: "";
	display: block;
	clear: both;
}

#units span{
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 30px;
	color: #ddd;
	text-transform: uppercase;
	font-size: 1.85rem;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px rgba(10,10,10, 0.7);
}

span.turn{
  	animation: turn 0.7s ease forwards;
}

@keyframes turn{
	0%{transform: rotateX(0deg)}
	100%{transform: rotateX(360deg)}
}

.hide{
	display: none;
}

.author{
	padding-top: 40px;
	color: #fff;	
	text-align: center;
	font-size: 1rem;
	letter-spacing: 3px;
	font-weight: 900;
}

.con-box{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 7px;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 1PX auto;
	height: 50px;
	background-image: linear-gradient(#001f3f, red, #001f3f);
	color: #fff;
}

.data-box{
	display: flex;
	justify-content: center;
	width: 100%;
	float: left;
	font-size: 1rem;
}

