
* {
	background-color: #003874;
	color: #A9A8A9;
	font-size: 1.25rem;
	font-family: Georgia, serif;
}

.day {
	color: #A9A8A9;
	width: 4vw;
	padding: 0.25rem;
	height: 4vw;
	margin: 0px;
	border: solid;
	border-width: 0.15rem;
	border-color: #003874;
}

.orange {
	color: #ff7800;
}

.dayBorder {
	padding: 0.25rem;
	border: solid;
	border-color: #A9A8A9;
	border-width: .15rem;
	text-align: center;
}

.bubble .downwards {
	background-color: #888888;
}

.bubble .downwards p{
	background-color: #888888;
	color: #ffffff;
}

.centered{
	display: flex;
	justify-content: center;
}

.title{
	width: 80vw;
	margin: 4vw;
}

nav{
	justify-content: center;
	border: 0.25rem;
	border-style: groove none;
	border-color: #ff7800;
}

a{
	color: #ff7800;
	text-decoration: none;
}

button{
	font-size: 1.2rem;
	margin: 0.7rem;
	color: #ff7800;
	text-decoration: none;
	border: 0px;
}

a:hover{
	color: #A9A8A9;
}

button:hover {
	color: #A9A8A9;
}

p{
	margin: 1.25rem;
}


footer p{
	color: #ff7800;
	text-align: center;
}

.sideLoaded{
	display: flex;
}


.old {
	border-color: #666666;
	color: #666666;
}

.currentDay {
	background-color: #ff7800;
	color: #003874;
}

.eventDay {
	background-color: #666666;
	color: #003874;
}

.verticalCentered {
	display: flex;
	flex-direction: column;
	margin: 4rem;
	justify-content: center;
}

.downwards {
	display: flex;
	flex-direction: column;
}

@media (width >= 900px){
	*{
		font-size: 1.4rem;
	}

	nav{
		display: flex;
	}
	
	button{
		font-size: 1.8rem;
		margin: 0.7rem;
	}
	.title{
		width: 50vw;
		margin: 2vw;
	}
}