@charset "utf-8";
/* CSS Document */
body {
	font-display: swap;
}
footer {
	bottom: 0;
}
.navbar {
	font-size: 1.25rem;
}
.navbar-brand .UA-Logo {
	filter:invert();
}
h1 {
	font-family: 'Lexend', 'sans-serif';
	font-weight: 600;
}
h2 {
	font-family: 'Lexend', 'sans-serif';
	font-weight: 600;
}
h3 {
	font-family: 'Lexend', 'sans-serif';
	font-weight: 500;
}
h4 {
	font-family: 'Lexend', 'sans-serif';
	font-weight: 500;
}
h5 {
	font-family: 'Lexend', 'sans-serif';
	font-weight: 400;
}
p {
	font-family: 'Lato', 'sans-serif';
}
.navbar a {
	font-family: 'Lexend', 'sans-serif';
	font-weight: 400;
}
img {
	border-radius: 10px;
}
.sponsor {
	filter: grayscale(100%) brightness(500%);
}
.disabled-card {
	background-color: gray !important;
	color: lightgray !important;
	cursor: default !important;
}
.disabled-card:hover{
	padding: .75rem !important;
	margin: .3rem !important;
	border: none !important;
}
@media screen and (min-width: 1200px){
	h4{
		font-size: 20pt;
	}
}
