@charset "utf-8";
/* CSS Document */
.bg-gold{
	border: 5pt solid darkgoldenrod;
	background-color: white;
	border-radius: 1rem;
}
hr {
	background-color: darkgoldenrod !important;
}
footer {
	bottom: 0;
}
.navbar {
	font-size: 1.25rem;
}
img {
	border-radius: 10px;
}
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;
	font-display: swap;
}
.sponsor {
	filter: grayscale(100%) brightness(500%);
}
