:root {
	--standard-text: #222531;
	--black: #000000;
	--white: #ffffff;
	--primary: #61223b;
	--secondary: #b79962;
	--subtle: #aeaeae;
}
html {
	border: 0px;
	font-family: 'Noto Sans', sans-serif;
	color: var(--standard-text-color);	
}
.header {
	background-image: url('../assets/header-bg.jpg');
	background-repeat: repeat-x;
	padding-top: 30px;
	padding-bottom: 20px;
}
.header img {
	max-height: 120px;
}
.navigation {
	background-color: var(--primary);
	font-family: 'Raleway', sans-serif;
	color: var(--white);
}
.navigation a {
	color: var(--white);
}
.navigation a:hover {
	color: var(--secondary);
}
h1 {
	font-family: 'Raleway', sans-serif;
	color: var(--primary);
	font-size: 3em;
}
h2 {
	font-family: 'Raleway', sans-serif;
	color: var(--black);
	font-size: 1.5em;
}
h3 {
	margin-top: 20px;
	font-family: 'Raleway', sans-serif;
	color: var(--primary);
	font-size: 2em;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: var(--subtle);
	margin-bottom: 20px;
}
h4 {
	font-size: 1.4em;
	color: var(--subtle);
	text-transform: uppercase;
}
a {
	font-weight: bold;
	color: var(--primary);
}
a:hover {
	color: var(--secondary);
}
label a {
	font-weight: normal;
}
.block {
	margin-top: 20px;
	min-height: 200px;
	border-style: solid;
	border-width: 2px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 30px;
	padding: 20px;
	display: table;
}
.block:hover {
	box-shadow: 3px 3px var(--subtle);
}
.block p {
	color: var(--standard-text);
}
.repeatable {
	margin-top: 20px;
	border-style: solid;
	border-width: 2px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 30px;
	padding: 20px;
	border-color: var(--subtle);
}
.date-box {
	margin-top: 50px;
}
.calendar {
	border-top: var(--standard-text) 1px solid;
	border-left: var(--standard-text) 1px solid;
	font-size: 0.7em;
	min-height: 50px;
}
.calendar b {
	font-size: 1.3em;
}
.middle {
	height: 100%;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.primary-borders {
	border-color: var(--primary);
}
.secondary-borders {
	border-color: var(--secondary);
}
.primary-fill {
	background-color: var(--primary);
}
.secondary-fill {
	background-color: var(--secondary);
}
.block h5 {
	font-family: 'Raleway', sans-serif;
	color: var(--black);
	font-size: 2em;
}
.login-box {
	margin-top: 100px;
	margin-bottom: 100px;
	border-style: solid;
	border-width: 2px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 30px;
	padding: 20px;
}
.mini-block {
	margin-top: 20px;
	padding: 10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 10px;
	font-size: 1.2em;
	color: var(--white);
	text-transform: uppercase;
	margin-bottom: 5px;
}
.subtext {
	font-size: 0.75em;
	color: var(--subtle);
}
.footer {
	margin-top: 20px;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: var(--secondary);
	background-image: url('../assets/footer-bg.jpg');
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 0.8em;
	color: var(--white);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: var(--secondary);
}
.footer a {
	color: var(--white);
	font-weight: normal;
}
.footer a:hover {
	color: var(--secondary);
}
.footer h5 {
	margin-top: 15px;
	font-size: 1em;
	font-weight: bold;
	color: var(--white);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: var(--white);
}
.calendar-label {
	padding: 1px;
	margin: 1px;
}
@media print {
	body {
		font-size: 0.8em;
	}
	a::after {
		content: none !important;
	}
	.hide-for-print {
		display: none;
	}
}
@media dompdf {
	body {
		font-size: 14px;
	}
	h1 {
		margin: 0;
		font-size: 2.5em;
	}
	h2 {
		margin: 0;
		font-size: 1.3em;
	}
	footer {
		position: fixed;
		bottom: 0cm;
		right: 0cm;
	}
	.hide-for-print {
		display: none;
	}
}