@charset "UTF-8";
/* CSS Document */

.active, .accordion:hover {
	background-color: #ccc;
}
#btn-back2top {
	background: none;
	border: none;
	color: black;
	display: none;
	font-size: 4em;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.bg-light {
    background: #CDDADF !important;
}
body {
    color: #555555;
}
.bottomColumn {
	margin-bottom: 2em;
}
.btn {
    border-color: #47a3ab;
    background: #47a3ab !important;
    color: white;
}
.dessertTint {
	background: #CDDADF;
	padding: 3em 0;
}
.dessertTint a {
	color: #000080;
	text-decoration: none;
}
.dessertTint a:hover {
	color: #e8846b;
	text-decoration: none;
}
h1 {
  color: #555555 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 3em;
  font-weight: 700 !important;
  
  margin: .67em 0;
}
h2 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 2em;
  font-weight: 400 !important;
  margin: .67em 0;
}
h3 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1.75em;
  font-weight: 300 !important; 
  margin: .67em 0;
}
h4 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1.5em;
  font-weight: 200 !important; 
  margin: .67em 0;
}
.homeHero {
	background-image: url("../images/paytonc2021.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	color: #ffffff;
	padding: 2em 0;
}
.homeHero a {
	color: #fff;
	text-decoration: none;
}
.homeHero a:hover {
	color: #CDDADF;
	text-decoration: none;
}
ol {
	font-family: Open Sans, sans !important;
}
p {
  font-family: Open Sans, sans !important;	
}
.panel {
	padding: 0 18px;
	display: none;
	max-height: 100;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.shadowbox {
	background-image:linear-gradient(to right, rgba(0,0,0,0.5),rgba(0,0,0,0));
	margin-left: 10px;
}
.sponsorHero {
	background-image: url("../images/w2webbar2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	color: #ffffff;
	padding: 2em 0;
}
.sponsorHero a {
	color: #000080;
	text-decoration: none;
}
.sponsorHero a:hover {
	color: #e8846b;
	text-decoration: none;
}
table {
	border-width: 1px solid !important;
	border-color: black;
	font-family: Open Sans, sans !important;
}
table th {
	text-align: center !important;
	background-color: #e8846b;
}
ul {
	font-family: Open Sans, sans !important;
}
.white {
	padding: 3em 0;
}
.white a {
	color: #000080;
	text-decoration: none;
}
.white a:hover {
	color: #e8846b;
	text-decoration: none;
}
.w2Lines {
	background: #cac0b7;
	border-bottom: 5px solid #47a3ab;
	height: 1.5em;
}
.w2Footer {
	background: #343434;
	border-top: 5px solid #47a3ab;
	color: #fff;
	font-size: 0.875em;
	padding: 2em 0 5em;
}
.w2Footer a {
	color: #000080;
	text-decoration: none;
}
.w2Footer a:hover {
	color: #e8846b;
	text-decoration: underline;
}