<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Universal Navigation Styles */

/*Replace all values "#2F3B97" with your dominant color.
Replace all values "#9B8643" with your gold color hex value. */

.navbar-nav {
	background-color: #57488a;
}
.nav-link:hover {
	background-color: #9e8959;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: #9e8959;
}
/*Full Screen Styles*/
@media(min-width: 1200px) {
	.dropdown-menu {
		background-color: #57488a;
	}
	.navbar-nav {
	background-color: transparent;
}
.nav-link:hover {
	background-color: #57488a;
}

.navbar-light .navbar-nav .nav-link {
  color: #57488a;
	}
.navbar-nav &gt; .show a:focus {
	background-color: #57488a;
}
.nav-item, .nav-link {
		color: #57488a;
	}
.dropdown-toggle {
  color: #57488a;
	}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  background-color: #57488a;
}
}

/* Decorative Styles */

.goldBox {
	background-color: #9e8959;
}

.btn-primary, card-link {
	background-color: #57488a;
	border: none;
}
.btn-primary:hover, card-link:hover {
	background-color: #9e8959;
	border: none;
}
a, a:hover {
	color: #57488a;
}
h1, .h1, h2, .h2, h6, .h6 {
	color: #57488a;
}
.overlay {
	background-color: #9e8959;
}
.list-group-item-action:hover, .list-group-item.active {
	background-color: #57488a;
}
.list-group-item.active {
	border: #57488a;
}
.show &gt; .btn-primary.dropdown-toggle {
	background-color: #9e8959;
}
.btn-primary:not([disabled]):not(.disabled):active {
	background-color: #9e8959;
}
.btn-dropdown a.dropdown-item:hover {
	color: white !important;
	background-color: #9e8959;
}
/* Added 02.12.2020 from betfredsports.html */
h5 {
	margin-bottom: 0;
}
.carousel-item-250 {
  height: 35vh;
  min-height: 250px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
#winnerImage {
		width: 70%;
		margin: auto;
	}
}	   
@media (min-width: 576px) {
  .ivideo {
    width: 402px;
    height: 150px;
  }
}
@media (min-width: 768px) {
  .ivideo {
    width: 524px;
    height: 225px;
  }
}
@media (min-width: 992px) {
  .ivideo {
    width: 646px;
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .ivideo {
    width: 768px;
    height: 428px;
  }
}
/*  Added 02.12.2020 from donations.html */
@media print {
  html, body {
    height: 100%;
    margin-top: -35px;
    overflow: visible;
    line-height: 1;
    font-size: 14px;
  }
  form {
    height: 100%;
    width: 100%;
    overflow: visible;
  }
  h4 {
    color: black;
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
	margin-top: 5px;
  }
  label {
    font-size: 14px;
	color: black;
	margin-top: 5px;
  }
  input, select, textarea {
    color: black;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
  }
  .form-group {
    margin: 5 0 0 0;
    padding: 0;
  }
  hr {
    display: none;
  }
  label.error {
	display: none;
	visibility: hidden;
  }
}

/*Added from RIV site.1.0.2. */

@media (min-width: 768px) and (max-width: 991px) {
  #winnerImage {
    width: 70%;
    margin: auto;
  }
}
/*Added 02.07.2020 - from donations.html*/
@media print {
  html, body {
    height: 100%;
    margin-top: -35px;
    overflow: visible;
    line-height: 1;
    font-size: 14px;
  }
  form {
    height: 100%;
    width: 100%;
    overflow: visible;
  }
  h4 {
    color: black;
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  margin-top: 5px;
  }
  label {
    font-size: 14px;
  color: black;
  margin-top: 5px;
  }
  input, select, textarea {
    color: black;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  }
  .form-group {
    margin: 5 0 0 0;
    padding: 0;
  }
  hr {
    display: none;
  }
  label.error {
  display: none;
  visibility: hidden;
  }
}
/*Added 02.07.2020 - from hotel.html, ruthies.html*/
	.alert-infored {
		color: #fff;
		background-color: #8a2629;
		border-color: #f0454a;	
	}
	.alertred {
		position: relative;
		padding: .75rem 1.25rem;
		margin-bottom: 1rem;
		border: 1px solid transparent;
    	border-top-color: transparent;
    	border-right-color: transparent;
    	border-bottom-color: transparent;
    	border-left-color: transparent;
		border-radius: .25rem;
	}
/*Added 02.10.2020 - from resortclub.html*/
  @media (max-width: 575px) {
    .display-2 {
      font-size: 57px;
    }
  }
/*Added 02.10.2020 - from spa.html*/
   @media (max-width: 575px) {
    .display-4 {
      font-size: 34px;
    }
  #subhead2 {
    font-size: 24px;     
  }
	}
	.anchor::before {
	display: inline-block;/*Only made this inline, add to ecr stylesheet*/
	content: " ";
	height: 80px;
	margin-top: -80px;
	visibility: hidden;
	padding-bottom: 0;
}
	.alert-infopurple {
		color: #fff;
		background-color: #57488a;
		border-color: #826dcc;	
	}
	.alertpurple {
		position: relative;
		padding: .75rem 1.25rem;
		margin-bottom: 1rem;
		border: 1px solid transparent;
    	border-top-color: transparent;
    	border-right-color: transparent;
    	border-bottom-color: transparent;
    	border-left-color: transparent;
		border-radius: .25rem;
	}
</pre></body></html>