<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "Antipasto";
	font-weight: normal;
	src:url("antipasto/Antipasto-Pro-Regular-OTF.otf");
	
}
@font-face {
	font-family: "Antipasto bold";
	font-weight: normal;
	src:url("antipasto/Antipasto-Pro-Bold-OTF.otf");
}

body {
	background-color: white;
	font-family: "Antipasto";
	color:white;
}

.jumbotron {
	background-color: lightgray;
	border-radius: 0;

}

.jumbotronBgImg{
	background-color: black;
	background-size: cover;
}

.bg-light1 {
	background-color: lightgray;
}

.col-md-4{
	color: black;
}

.display-3 {
}

hr {
	background-color:#FF0000;
	color:#FF0000;
	border:#FF0000;
	height:1px;
}


ul	{
	padding:0px;
	list-style-position:inside;
}

li {
	margin-left:0px;
	color:grey;
}

a:link	{
	color:black;
}

a:visited {
	color:black;
}

a	{
	color:black;
}

a:hover {
	color:grey;
	text-decoration:none;
}

a:active {
	color:black;
}
</pre></body></html>