body {
    background-color: white;
}

scores {
    background-image: url(https://vault.compsuite.io/2554/36ac17de80b142128acee096990e3cdf/fullretreat.JPG);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;

}

ul.menu-contact {
    margin: 0;
    padding: 10px;
    list-style-type: none;
    text-align: Right;
}

ul.menu-contact li {
    display: inline;
    padding: 10px;
    font-size: 14px;
}

ul.menu-contact li i.contact-icon {
    margin-right: 5px;
}

ul.menu-contact li a
{
    color: #2635e2;
} 


ul.menu-contact li a:hover
{
    color: #f8f00a;
}

.main-menu {
    color: #fff;
    text-transform: uppercase;
}

.main-menu li {
}

.main-menu.nav > li > a {
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
}

.main-menu.nav>li>a:focus, .main-menu.nav>li>a:hover {
    background-color: #2635e2; <!-- background for navbar hover -->
}

.main-content {
    background-color: #fff;
}

.article-item {
    padding: 20px 0;
    border-top: solid 1px #000000;
    margin-top: 1px;
}

.article-item--first {
	border-top: none;
	padding: 0;
margin-top: 0px;
}

.article-item .article-header {
    color: #2635e2;
    text-transform: uppercase;
    font-weight: bold;
    width: 50px;
    border-bottom: solid 2px #424242;
    white-space:nowrap;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.article-item .article-footer {
    margin-top: 10px;
}

a, a:hover, a:focus {
    color: #2635e2;
}

.circuit-panel {
    background-color: #fff;
    border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: solid 5px #FFFF;
    padding: 0px;
    margin-bottom: 0px;

}

.circuit-panel--red {
    background-color: #2635e2;
}

.panel__header {
    Color: Black;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: solid 2px #424242;
    white-space: nowrap;
    width: 100%;
    position: static;
    z-index: 10;
}

.circuit-panel__header--red {
    color: #2635e2;
    border-color: #fff;
}

.circuit-panel__content {
   padding: 0px 0;
    border-top: solid 1px #D6D6D6;
    margin-top: -1px;
}

.circuit-panel__content--border {

}

.circuit-panel__content--no-border {
	border-top: 0px;
}

.event-item {
    padding: 20px 0;
    border-top: solid 1px #D6D6D6;
    margin-top: -1px;
}

.event-item--no-border {
	border-top: 0;
}

.event-item__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.event-item__link {
    float: right;
    font-weight: bold;
}

.footer-section__header {
    text-transform: uppercase;
    font-weight:bold;
    color: #2635e2;
    padding-bottom: 10px;
    border-bottom: solid 1px #494A52;
    width: 50px;
    white-space:nowrap;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-section__content {
    color: #2635e2; <!-- font color for footer text, title and copyright info -->
}

.footer-section__item {
    margin: 15px 0;
}

.footer-section__link, .footer-section__link:hover {
    color: #2635e2;
}

.no-content {
	font-style: italic;
	color: #999;
}


.season-header {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.season-list {
	border-top: solid 1px #d0d0d0;
	margin-bottom: 20px;
}

.event-row {
	padding: 10px 0;
	border-bottom: solid 1px #d0d0d0;
}

.back-to-top {
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
}

img {
	max-width: 100%;
}

.custom-contact-right {
	float: right;
}

.custom-title-left {
	float: left;
}
.sticky-Band-background {
    position: sticky;
    background-image: url('https://vault.compsuite.io/2554/41ebc393282345ae8ed01cb4beccb679/splasha.jpg');
    background-repeat: no-repeat;
    background-size: 1900px 733px;

}
/*.text-responsive {
  font-size: calc(100% + 1vw + 1vh);
}*/