@import url('https://fonts.googleapis.com/css2?family=Inter+Tight&display=swap');


.display {
	flex: 1;
	display: flex;
	flex-direction : column;
	text-align: center;
	align-items : center;
	justify-content : center;
	font-family: 'Inter Tight', sans-serif;
	padding-bottom: 5px;
	min-height: 176px;
	max-width: 100%;
}

.event_title {
	color: #454545;	
	text-align: center;
	font-size: min(max(8px, 3vw), 20px);
	margin-bottom: 0.2em;
    margin-top: 0;
    line-height: 1em;
}

.event_subtitle {
	color: #454545;	
	text-align: center;
	font-size: min(max(12px, 4vw), 32px);
	margin-bottom: 0.2em;
    margin-top: 0;
    line-height: 1em;
}

.event_subtitle2 {
	color: #454545;	
	text-align: center;
	font-size: min(max(6px, 3vw), 12px);
	margin-bottom: 0.2em;
    margin-top: 0;
    line-height: 1em;
}

#event_subtitle span {
	color: #e58922;	
	text-align: center;
	font-size: min(max(12px, 4vw), 32px);
	margin-bottom: 0.2em;
    margin-top: 0;
    line-height: 1em;
}


p.action_caption{
	color: #fff;	
	text-align: center;
	font-size: min(max(8px, 3vw), 14px);
	letter-spacing: 5px;
	font-weight: 100;
}
#door{
	text-align: center;
}

.clock{
	width: auto;
}
#numbers{
	width: auto;
	margin-top: min(max(5px, 2vw), 20px);
}
#numbers span{
	float: center;
	text-align: center;
	font-size: min(max(10px, 4vw), 36px);
	color: #434343;
}
#numbers span:nth-child(1){

}
#numbers span:nth-child(2){

}
#numbers span:nth-child(3){

}
#numbers span:nth-child(4){

}

#numbers:after{
	content: "";
	display: block;
	clear: both;
}

#units span{
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 20px;
	color: #ddd;
	text-transform: uppercase;
	font-size: min(max(12px, 4vw), 16px);
	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)}
}

@media only screen and (max-width: 600px) {
.display {
	flex: 1;
	display: flex;
	flex-direction : column;
	text-align: center;
	align-items : center;
	justify-content : center;
	font-family: 'Inter Tight', sans-serif;
	padding-bottom: 3px;
	min-height: 70px;
	max-width: 100%;
}

.event_title {
	color: #454545;	
	text-align: center;
	font-size: 9px;
	margin-bottom: 0.3em;
    margin-top: 0;
    line-height: 1em;
}

.event_subtitle {
	color: #454545;	
	text-align: center;
	font-size: 10px;
	margin-bottom: 0.3em;
    margin-top: 0;
    line-height: 1em;
}

.event_subtitle2 {
	color: #454545;	
	text-align: center;
	font-size: 7px;
	margin-bottom: 0.3em;
    margin-top: 0;
    line-height: 1em;
}

#event_subtitle span {
	color: #e58922;	
	text-align: center;
	font-size: 9px;
	margin-bottom: 0.3em;
    margin-top: 0;
    line-height: 1em;
}


p.action_caption{
	color: #fff;	
	text-align: center;
	font-size: 7px;
	letter-spacing: 5px;
	font-weight: 100;
}
#door{
	text-align: center;
}

.clock{
	width: auto;
}
#numbers{
	width: auto;
	margin-top: 5px;
}
#numbers span{
	float: center;
	text-align: center;
	font-size: 12px;
	color: #434343;
}
#numbers span:nth-child(1){

}
#numbers span:nth-child(2){

}
#numbers span:nth-child(3){

}
#numbers span:nth-child(4){

}

#numbers:after{
	content: "";
	display: block;
	clear: both;
}

#units span{
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 20px;
	color: #ddd;
	text-transform: uppercase;
	font-size: 12px;
	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)}
}
}