/* main style */
html {
	font-size: 18px;
}
body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 100%;
	line-height: 2;
}
.page,
.main > .container,
.main .row,
.main .col-12,
.main article {
	height: 100%;
}
.header {
	padding: 2rem 0;
}
.main {
	position: relative;
	flex-grow: 2;
	align-items: center;
	background: linear-gradient(40deg,#45cafc,#303f9f);
}
.main > .container {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
article h2 {
	font-family: 'Raleway Dots', cursive;
	font-size: 4rem;
	/* color: var(--yellow); */
	color: #eeff41!important;
}
.date-item {
	display: inline-block;
	margin: 0 0.5rem;
	background: rgba(0,0,0,0.15);
}
.footer {
	padding-top: 0.75rem;
}
@media screen and (max-width: 749px) {
	.date-item {
		width: 100px;
		height: 100px;
		line-height: 5rem;
	}
}
@media screen and (min-width: 750px) {
	.date-item {
		width: 120px;
		height: 120px;
		line-height: 6.25rem;
	}
}