@charset "UTF-8";
/* CSS Document */

a {
	color: #073055;
}

.navbar-wrapper {
  background-color:#073055;
  border-bottom: #00aeff solid 10px;
}

.navbar-nav {
	background-color: #073055;
}

.navbar-nav > li > a {
  background-color: #073055;
}

.navbar-nav > li > a:active,
.navbar-nav > li > a:hover {
	background-color: #00aeff;
}

.navbar-nav .active {
	background-color: #00aeff;
}

.navbar-brand {
	background-color: #FFFFFF;
}

.navbar-brand:hover,
.navbar-brand:focus {
  background: #FFFFFF !important;
}

.carousel-caption {
	background-color: rgba(7, 48, 84, 0.8);
}

.carousel-caption .date {
	color: #0099ff;
}

.carousel-caption .more {
	color: #0099ff;
}

.carousel-caption .more a {
	color: #0099ff;
}

.counter-wrapper {
  background-color:#00aeff;
}

#overlay {
	background:rgba(0,51,102,.75);
}

#homeChampionshipContainer .title {
	background-color: #0099ff;
}

#homeChampionshipContainer .links {
	background-color: #003366;
}

.title-container {
	background-color:#00aeff;
}

.col-md-3 h3 {
	background-color:#FF0000;
}

.col-md-3 .btn {
	background-color:#003366;
}

.newsBox {
	background-color:#003366;
}

.newsBox .date a {
	color: #0099ff;
}

.eventDash {
	color: #003366;
}

.eventPanel h1 {
	background-color: #073055;
	color: #fff;
}

#eventResults .date td {
	background-color:#ff1b07;
	color: #fff;
	border: 3px solid #fff;
}

#eventResults .date td a {
	color: #fff;
}

#eventResults .resultHeader {
	background-color:#0099ff;
	color: #fff;
}

#eventResults .times {
	background-color:#999999;
	color: #fff;
	border: 1px solid #fff;
}

.resultsSelect h4 a {
	color: #0099ff;
}


.eventDateBox {
	background-color: #0099ff;
}

.eventNameBox {
	background-color: #073055;
}

.colouredText {
	color: #0099ff;
}

.eventPanel h1 {
	background-color: #073055;
}

.eventPanel h2 {
	background-color:#f2e300;
}

.eventPanel h2 a {
	color: #000;
}


/*==========  Mobile First Method  ==========*/
.footerLight h1 {
	color: #00aeff;
}

.footerLight h2 {
	color:#003366;
	text-align:center;
	width:100%;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.footerLight h1 {
		font-size: 33px;
		line-height: 33px;
		text-align:center;
	}  
	.footerLight h2 {
		font-size: 25px;
		line-height: 20px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.footerLight h1 {
		font-size: 42px;
		line-height: 40px;
		text-align:center;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.footerLight h1 {
		font-size: 75px;
		line-height: 70px;
		text-align:center;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.footerLight h1 {
		font-size: 45px;
		line-height: 45px;
	}
	
	.footerLight h2 {
		font-size: 35px;
		line-height: 30px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.footerLight h1 {
		font-size: 55px;
		line-height: 60px;
	}
	
	.footerLight h2 {
		font-size: 42px;
		line-height: 42px;
	}
}

.footerDark {
	background-color: #003366;
}

.footerLine {
	background-color: #0099ff;
}

.horizontal_dotted_line{
  border-bottom: 2px dashed #003366;
}