﻿body {
	font-family: monospace;
	color: white;
	margin: 0;
}

hr {
	background-color: white;
	height: 20px;
	margin-bottom: 0;
}

a {
	color: white;
	text-decoration: none;
}

.glyph {
	font-size: 60pt;
}

details[open] {
	color: #e73434;
}

nav > details {
	color: #2F4F2F;
	font-size: 75pt;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 60pt;
}

nav > details > ul {
	position: absolute;
	min-width: 125px;
	padding: 0;
	margin-top: -15px;
	font-size: 15px;
	border-radius: 7px;
	box-shadow: 0 12px 12px gray;
	background-color: #2F4F2F;
	right: 0;
}

nav > details > ul > li > a {
	display: block;
	padding: 5px 12px;
}

table { 
	border-collapse: collapse;
	text-align: right;
	width: 100%;
}

li:hover, a:hover {
	color: #e73434;
	border-top: 1px solid #e73434;
	border-bottom: 1px solid #e73434;
	text-decoration: none;
	background-color: #fdfd00;
}


ul, nav > details > summary{
	list-style: none;
}

nav > details > summary::-webkit-details-marker {
	display: none;
}

.dt-search {
	text-align: center;
}

input {
	border-radius: 7px;
}

#sect {
	text-align: center;
	font-size: x-large;
}

#jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	background-image: url('https://active.mcmaster.ca/wp-content/uploads/2025/03/IMG_8894-scaled-e1744734955620.jpg');
	background-position: center;
	overflow: hidden;
}

.third {
	float: right;
	width: 33.33%;
	color: #e73434;
}

.third > h2 {
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.third > p {
	font-size: x-large;
}

section {
	background-color: #2F4F2F;
}

footer {
	font-size: x-large;
	background-color: #2F4F2F;
	text-align: center;
	margin-top: 20px;
}