
@font-face{
	font-family: 'Happy Display';
	src: url('Fonts/HappyDisplay-Regular.woff') format('woff'), url('Fonts/HappyDisplay-Regular.woff2') format('woff2'), url('Fonts/HappyDisplay-Regular.ttf') format('truetype'), url('Fonts/HappyDisplay-Regular.otf') format('opentype'),;
}

@font-face{
	font-family: 'Digital Numbers';
	font-style: normal;
    font-weight: normal;
	src: url('Fonts/DigitalNumbers-Regular.woff') format('woff'), url('Fonts/DigitalNumbers-Regular.ttf') format('truetype'), url('Fonts/DigitalNumbers-Regular.eot') format('embedded-opentype'), url('Fonts/DigitalNumbers-Regular.svg') format('svg');
}

/*Mobile*/
@media (min-width: 500px) {
	body{text-size-adjust: none;}
  .container { padding-bottom: 2%;}
  .text{ font-size: 18px; }
  .time{ margin-bottom: 5%; word-wrap: break-word;}
}

.time{
  	font-size: 70px;
  	text-transform: uppercase;
  	font-family: 'Digital Numbers';
  	color: #00deef;
	
}
body, html{
	height: 100%;
	overscroll-behavior: none;
}
.text {
	font-family: 'Happy Display', sans-serif; 
	margin: 0 auto;
	color: #ffff;
	font-size: 20px;
}

.nyc-midtown {
  	font-family: 'DM Sans';
	font-weight: bold;
  	color: black;
  	text-align: center;
  	display: inline-block;
}

.container img{
	max-width: 100%;
	height: auto;
	margin-top: 5%;
	height: auto;
	object-fit: contain;
	display: inline-block;
}

.container{
	margin-right:5%;
	margin-left: 5%;
	overflow: hidden;
}



