<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Vanta;
  src: url('Vanta.otf') format('opentype');
}
@font-face {
  font-family: BarryGothicC;
  src: url('BarryGothicC.otf') format('opentype');
}

* {
	font-family: Vanta, Tahoma, Verdana, Arial, Helvetica, sans-serif;	
}
.BarryGothicC {
	font-family: BarryGothicC, Times, serif;	
}
.row {
 	margin:0;
}
hr {
 	background:url(images/line.png) repeat-x bottom left;
	border: 0px;
	height: 1px;
	width: 100%;
	margin-top:20px;
	margin-bottom:20px;
}
a {
 	color:#007bff;
}
a:hover {
 	color:#2ec1f5;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
 	font-family: 'BarryGothicC', serif;
  color:#1c63bf;
  font-weight:700;
  text-transform:uppercase;
}
.delay25 {
  -webkit-animation-duration: 0.25s !important;
  animation-duration: 0.25s !important;
  -webkit-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important;	
}
.delay50 {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;	
}
.delay75 {
  -webkit-animation-duration: 0.75s !important;
  animation-duration: 0.75s !important;
  -webkit-animation-delay: 0.75s !important;
  animation-delay: 0.75s !important;	
}
.delay100 {
  -webkit-animation-duration: 1.3s !important;
  animation-duration: 1.3s !important;
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.3s !important;	
}
b, strong {
	font-weight:700;
}
.normal {
	font-weight:400;
}
.contoverallup {
 	background:white;
}
a.social, a.social:hover {
	font-size:36px;
}
a.f, a.f:hover {
	color:#3a5897;
}
a.t, a.t:hover {
	color:#3eade3;
}
.logo {
 width:auto;
  max-width:100%;
  height:auto;
  max-width:200px;
  max-height:80px;
}
.contoverallslider {
 	background:#f2f2f2;
}
.cycle-slideshow {
    width:100%; 
    height:250px;
	display: block;
}
.slide {
   width: 100%; 
	height:250px;
	display: block;
	background-repeat:no-repeat;
 background-position:top center;
 background-size:cover;
}
.contoverallmenu {
 	background:#1c63bf;
}
.navbar-dark .navbar-nav a.nav-link {
    color:white;
}
.navbar-dark .navbar-nav a.nav-link:hover {
    color:#b3eaff;
}
.contoverallsearch {
 	background:#2a2a2a;
}
a.butoncontact, a.butoncontact:hover {
 	display:block;
 	width:100%;
  text-align:center;
 	background:#1c63bf;
  	color:white;
   font-size:30px;
 font-family: BarryGothicC, Times, serif;	
 padding:25px 0;
}
a.butoncontact:hover {
 	background:#007bff;
}
.contoveralldown {
 	background:#2a2a2a;
}
.collapsing.card-text {
  transition: none !important;
}
iframe {
	width:100% !important;
}</pre></body></html>