<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
body {
	font-family: quasimoda, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #2d525d;
	font-size: 18px;
}
h1, h2, h3, h4, h5 {
	font-family: "contralto-small", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #2d525d;
}
header {
  padding: 156px 0 100px;
  height: 100%!important;
}

section {
  padding: 150px 0;
}

.bg-primary {
  background-image: url("../images/top-background.jpeg");
  background-size: cover;
  background-position: center;
	min-height: 650px;
	background-color: white !important;
}

#content {
  background-image: url("../images/background.jpg");
  background-size: cover;
  background-position: center;
}

.table td, .table th {
	/*font-family: georgia,palatino,"palatino linotype",times,"times new roman",serif;*/
	color: #2d525d;
	font-size: 18px;
}

@media (max-width: 577px) { 
	.hide{display: none !important;}
	.align-center {text-align: center;}
	.display {display: block !important;}
}</pre></body></html>