/*File:   mystyles.css
  Author: Kevin Viren
  Date:   5/4/2024  
*/

body {
	background-color: #e6e8eb;
	min-height: 500px;
}

footer {
	margin-top: 50px;
}

footer p {
	color: #fefefe;
	padding: 30px;
	text-align: center;
}

nav {
	margin-bottom: 45px;
}

div.carousel-item h3 {
	font-weight: bold;
	-webkit-text-stroke: 2px black;
	text-stroke: 2px black; 
	font-size: 2em;
}

div.carousel-item p {
	color: white;
	font-weight: bold;
	-webkit-text-stroke: 1px black;
	text-stroke: 1px black; 
	font-size: 1.6em;
}

main#page-content {
	display: flex;
}

table {
	width: 100%;
}

th, td {
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

ul {
  columns: 2;
  max-height: 500px;
  gap: 15px;
}

h3 {
	margin-top: 40px;
}