﻿html, body, form {
	height: 100%;
	margin: 0;
	padding: 0;
}

/* Flexbox on the main container to push footer to the bottom when needed */
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh; /* Ensures body stretches to full viewport height */
	margin: 0;
	padding: 0;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: gray;
}

a {
	color: #255f82;
	text-decoration: none;
}

/* Content container: allows content to grow and take available space */
.main-content {
	flex: 1;
}

/* Your footer styling */
.footer {
	background-color: #eee;
	color: #666;
	border-top: 1px solid #ddd;
	padding: 50px 0; /* Adjust padding as needed */
	margin: 0; /* Remove any margins that might push the footer down */
}

h2 {
	font-size: 18pt;
	margin: 15px 0 5px 0;
	font-weight: bold;
}

h3 {
	font-size: 16pt;
	margin: 15px 0 5px 0;
	font-weight: bold;
}

h4 {
	font-weight: bold;
	font-size: 14pt;
	margin: 15px 0 5px 0;
}

.header {
	height: 85px;
}

.logo {
	padding: 20px 0 10px 0;
}

.errortxt {
	color: red;
}

h1 {
	font-weight: bold;
	font-size: 14pt;
	font-family: Raleway, Arial, Helvetica;
}

h2 {
	font-weight: bold;
	font-size: 12pt;
	font-family: Raleway, Arial, Helvetica;
}

#content, td {
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.sepbar {
	height: 48px;
	background-color: #303e4e;
	margin-bottom: 30px;
}

.footer img {
	margin-right: 50px;
}

.ada {
	float: left;
	margin: 15px 10px 0;
}

ul {
	padding-left: 15px;
}

	ul li {
	}

.hp-carousel {
	background-image: url(/wb/prep/carousel-blackboard.jpg);
	background-repeat: no-repeat;
	background-color: #0d2e4d;
}

.card {
	overflow: hidden;
}