body {
	background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bgSuperBlue {
	background-color: var(--superBlue);
}
.mainCarousel {
  height: auto;
  aspect-ratio: 3/2;
  margin-bottom: 30px;
}
.mainCarousel picture,  .mainCarousel picture img{
	height: 100%;
}
.flickity-button {
    background: hsla(0, 0%, 100%, 0.55);
}
.flickity-prev-next-button {
	width: 32px;
	height: 32px;
	border-radius: 0;
}
.flickity-prev-next-button.previous{
	left: 30px;
}
.flickity-prev-next-button.next{
	right: 30px;
}
.sponsorCarousel .flickity-prev-next-button.previous, .sponsorCarousel .flickity-prev-next-button.next{
	border: 1px solid var(--superBlue);
}
.flickity-page-dots {
  bottom: 15px;
}
.mainCarousel .flickity-page-dots .dot {
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	opacity: .60;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}
.mainCarousel .flickity-page-dots .dot.is-selected {
	opacity: 1;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.6);
}
.teamIntro {
	padding-top: 30px;
	padding-bottom: 0px;
}
.teamIntro P {
    font-weight: bold;
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-style: italic;
    background-color: var(--superBlue);
}
.teamIntro h1{
	font-family:ethnocentricitalic;
	color: #fff;
	font-size: 3rem;
	text-shadow: 3px 3px 0px var(--superBlue);
}

.carouselWrap {
	position: relative;
}
.sectionHeader{
	position: relative;
	top: 30px;
	width: calc(100vw - 45px);
	padding: 8px 12px;
	text-align: center;
	background-color: #1e5799 ;
	border-top: 2px solid var(--superRed);
	border-bottom: 4px solid var(--superBlue);
	z-index: 500;
	background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	clip-path: polygon(0 0, 100% 0%, 92% 100%, 8% 100%);
	margin: 0px auto;
}
.sectionHeader p{
	font-family:ethnocentricitalic;
	font-size: 1.5rem;
	color: #fff;
	margin-bottom: 0px;
	text-shadow: 2px 2px 2px var(--superBlue);
}
.sponsorCarousel{
	padding: 35px 0px;
	border-top: 3px solid var(--superBlue);
	border-bottom: 5px solid var(--superBlue);
	margin-bottom: 60px;
	background-color: #fff;
}
.sponsorCarousel .flickity-viewport{
	height: 325px;
}
.sponsorCarousel .flickity-slider a {
	display: flex;
	height:300px;
	margin: 0px 45px;
	align-items: center;
}
.sponsorCarousel img{
	width: 100%;
}
.ourGearSection{
	position: relative;
	top: 30px;
	margin-bottom: 120px;
  background: linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
}
.gearCard .bg-body-tertiary {
	background-color: rgba(248, 249, 250, .85)!important;
	transition: all .3s;
}
.gearCard:hover .bg-body-tertiary {
	background-color: rgba(248, 249, 250, .95)!important;
}
.gearCard div.border {
	border-color: #fff!important;
}
.gearCard h3{
	font-family:ethnocentricitalic;
	color: var(--superBlue);
	font-size: 1.5rem;
}
button.btn-outline-primary {
  max-width: 100%;
  overflow: hidden;
  word-wrap: break-word;
}
button.btn-outline-primary:hover a, button.btn-outline-secondary:hover a {
	color: #fff;
}
.tournamentsSection {
	background-color: #000;
}
.ourTournamentsWrap .card {
	padding: 1rem;
}
.ourTournamentsWrap .row, .ourTournamentsWrap .cardBodyWrap {
	height:100%;
}
.ourTournamentsWrap .card .card-body {
	height: 100%;
}
.ourTournamentsWrap .card .card-title{
	font-family:ethnocentricitalic;
}
.ourTournamentsWrap .card button {
	position: relative;
}
.ourTournamentsWrap .card button a {
	font-weight: bold;
}
.clubCard {

}
.clubCardBody {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: rgba(255,255,255,0.85);
	border: 1px solid #fff;
	border-radius: 6px;
	box-shadow: none;
	transition: all .3s;
}
.clubCardBody h4 a{
	font-family:ethnocentricitalic;
	font-size: 1.25rem;
	color: var(--superBlue);
}
.clubCardBody:hover {
	background-color: rgba(255,255,255,0.95);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.6);
}



/*
*
*
*
	LG & Up Styles
*
*
*
*/
@media (min-width: 992px){
	.sectionHeader{
		top: 35px;
		width: 60%;
		padding: 8px 15px;
	}
	.mainCarousel {
	  height: 500px;
	  margin-bottom: 30px;
	}
	.mainCarousel picture,  .mainCarousel picture img{
		height: 100%;
	}
	.flickity-prev-next-button {
		width: 38px;
		height: 38px;
	}
	.teamIntro P {
		background-color: transparent;
	}
	.sponsorCarousel img{
		max-height: 150px;
	}
	.ourTournamentsWrap .card{
		max-width: calc(50% - 15px);
		margin-right: 30px;
	}
	.ourTournamentsWrap .card:nth-child(2n) {
		margin-right: 0px;
	}
	.ourTournamentsWrap .card .card-title {
		font-size: 1.5rem;
	}
	.ourTournamentsWrap .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px;
    padding-left: 15px;
	}
	.clubCard {
		display: flex;
	}
	.clubsSection {
		margin-bottom: 60px!important;
	}
}




/*
*
*
*
	XL & Up Styles
*
*
*
*/
@media (min-width: 1200px){
	.sectionHeader{
		width: 43%;
		max-width: 850px;
	}
	.sectionHeader p{
		font-size: 2rem;
	}
	.mainCarousel {
	  height: 600px;
	}
	.footerLogoWrap {
		position: relative;
		top: -55px;
		padding: 0 30px;
	}
}



/*
*
*
*
	XXL & Up Styles
*
*
*
*/
@media (min-width: 1440px){
	.mainCarousel {
	  margin-bottom: 0px;
	}
	.flickity-prev-next-button.previous{
		left: 90px;
	}
	.flickity-prev-next-button.next{
		right: 90px;
	}

}



/*
*
*
*
	1800 & Up Styles
*
*
*
*/
@media (min-width: 1800px){
	.mainCarousel {
	  height: 1100px;
	}
}