@font-face {
	font-family: 'Bariol Thin';
	src: url('../fonts/Bariol-Thin.woff') format('woff');
}

@font-face {
	font-family: 'Bariol Regular';
	src: url('../fonts/Bariol-Regular.woff') format('woff');
}

body {
	background-color: black;
	color: green;
}

#clock-holder {
	text-align: center;
	position: fixed;
	width: 100vw;
	left: 0px;
	top: 50vh;
	transform: translateY(-50%);
	/* background-color: green; */
}

clock {
	line-height: 90px;
	/* margin-bottom: 17px; */
	display: inline-flex;
	align-items: flex-end;
	font-family: 'Bariol Thin';
	font-size: 128px;
	/* background-color: gray; */
	transform-origin: bottom;
}

dateline {
	display: inline-block;
	font-family: 'Bariol Regular';
	font-size: 48px;
	line-height: 53px;
	margin-top: -4px;
	/* background-color: rgba(255, 191, 204, 0.358); */
	transform-origin: top;
}

clockHr, colon, clockMn, day, wi, date {
	display: inline;
}

wi {
	display: inline-block;
	  font-family: 'weathericons';
	  font-style: normal;
	  font-weight: normal;
	  font-size: 36px;
	  line-height: 1;
	  margin: 0 7px;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
}

.colonOff {
	opacity: 0;
}