@charset "utf-8";
/* CSS Document */



/* Generic styles ----------------------------------------------*/


body {
  font-family: 'Quicksand', sans-serif;
	line-height: 1.75;
}

* + * {
  margin-top: 1.5em;
 
}

	* {
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}



*, *:before, *:after {
  box-sizing: border-box;
}
	

h1, h2, h3, h4, p, ul, ol {
  margin: 0 10px 1em 10px;
	
}

	h1,
	h2,
	h3,
	h4
	{
		 text-align: center;
		 margin-top: 1.5em;
		text-wrap: balance;
	}

.about dl{
    max-width: 70ch;
    margin: 0 auto;
}


dl {
	padding-left:1.5em;
}

dt {
	font-weight: bold;
	margin-top: 10px;
}

dd {
    margin-left: 1.5em;
	margin-bottom: 1em;
}	
	

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

figure {
  text-align: center;
  font-size: smaller;
  text-indent: 0;
  margin: 0.5em;
  padding: 0.5em;
  display: table;
}
 
figure img { 
  	max-width: 300px;
}
 
figcaption {
  color: #666666;
  display: table-caption;
  caption-side: bottom;
}


.illPhoto{
	float: left;
	margin: 10px 20px 10px 10px;
    max-width: 100%;
}

.illPhotoRight{
	float: right;
	margin: 10px 10px 10px 20px;
	max-width: 100%;
}

@media (max-width:500px)	{
	
.illPhotoRight{
   display: block;
   margin: 10px auto;
   float: none;	
}
	
}


.text{
	padding: 0px 10px;
}

.justify{
	 text-align: justify;
}

.left
{
    text-align: left;
}

.center {
		text-align: center;
}

.responsiveimage {
	max-width: 100%;
}


/*-- Header and Nav --*/
header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  background: #993333;
  padding: 1rem;
}

header .nameplate{
  font-weight: bold;
  color: #fff;
font-size: calc(1.2em + 1vw);
}

header button {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  color: #000;
  background: #fff;
  font-size: 16px;
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
}

@media (max-width: 937px) {
  header button {
    display: block;
  }
}

.c-nav {
  display: flex;
list-style: none;
margin-bottom: 0px;
}

@media (max-width: 937px) {
  .c-nav {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #B63C3C;
    border-radius: 5px;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s linear;
      
  }
  .c-nav li {
    display: block;
  }
    
  .c-nav a {
    display: block;
    color: #B63C3C;
    padding: 0.5rem 1rem;
  }
    
  .c-nav a:hover {  
     color:#993333;
     background-color: #FFF;
     border-radius: 5px;
    }
    
  .c-nav.is-active {
    max-height: 22rem;
      z-index: 1;
  }
}

.c-nav li {
  margin-right: 1rem;
}

.c-nav a {
  text-decoration: none;
  color: #fff;
}


/*--tables--*/
	
	.fixtable { 
	min-width: 300px;
		width: 100%;
		margin: 0 5px;
}

.cuptable { 
	min-width: 300px;
		width: 100%;
	margin: 0 5px;
	flex-grow: 1;
}

@media (min-width:600px) {
	.cuptable { 
	min-width: 550px;
		width: 100%;
		flex-grow: 1;
}
}

.hoftable{
	max-width: 600px;
	margin: 0 5px;
	width: 100%;
    line-height: 2rem;
	height: 100%
}

.hoftable tr:nth-of-type(odd) {
  background-color:#efefef;
}

.hoftable tr:nth-of-type(even) {
  background-color:#ffffff;
}

.hofhead2 {
	text-align:center;  
	font-weight: bold; font-style:normal; color:#fff;
	background-color: #B63C3C;  
}

	.hightable { 
		min-width: 300px;
		width:100%;
         table-layout: auto;
}

	.hightable th,td{
		padding: 5px;
}
	
table { 
		padding:5px 10px 30px 10px ;
		border-spacing: 0px;
}
	
	
table tr:nth-of-type(even) {
  background-color:#efefef;
}
	table  th,td{
		padding: 3px;
		
	}
	
table td:nth-child(odd){
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

table td:nth-child(even){
 	text-align:center;
}

table .spacer{
	background-color: #ffffff;
	
}

.fixthead {
	text-align:center; 
	color:#FFF;
	background-color: #993333; 
	
}
.fixthead2 {
	text-align:center;  
	font-weight: bold; font-style:normal; color:#000;
	background-color: #cecece;  
}
	
	table td a.linkbox {
			position: relative;
	top: 10px;
	}
	
	/*--end table--*/
	
	a.linkbox {
    font-weight: bold; font-style:normal; color:#FFF;
    padding: 5px 10px; 
    background-color: #993333;
    border-radius: 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 5px;
}

a:hover.linkbox {
    font-weight: bold; font-style:normal; color:#993333;
    padding: 3px 8px; 
    background-color: #FFF;
    border-radius: 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 5px;
	border: #993333 solid 2px;
}


footer  {
	padding: 10px 0px;
	}

  .footCol{
            display: flex;
            flex-direction: column;
            padding: 10px;
            text-align: center;
            line-height: 2em;
           min-width: 250px;
        }

  .footCol2 {
    align-content: center;
    text-align: center;
     min-width: 250px;
   padding-top: 10px;
        }
 
.column50{
	display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
	padding: 20px;
}

.map{
	width:100%;
	margin: 1em;
}

@media (min-width:700px)	{
	
	.map{
		max-width: 45%;
	}
	
	.columnContainer{
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
		
.calendar {		
		width: 700px;
		}
	
	}

	.calendar {
		max-width: 100%;
		margin: 1.5em auto 30px;
		padding: 0px 10px;
	}

.cards {
  max-width: 1200px;
  margin: 0 auto 30px;
	
}

.updates{
	font-size:0.9em;
	padding: 10px 10px 20px 10px;
	list-style:outside;
}

main 
 {
  max-width: 1200px;
	margin: 0 auto 30px;
	display: block;
     padding: 0 10px ;
	}
	
article {
  position: relative;
	 justify-self: center;
        flex-grow: 1;
	}

.cup article  {
  width:100%;
	}

	article:only-child {
    display: flex;
    justify-content: center;
}

	.leaguetable {
		max-width: 1200px;
		margin: 0 auto 30px;
		padding: 0px 10px;
	}
	
	
	/* Flex styles -------------------------------------------------*/


.container {
  display: flex;
  flex-direction: column;
}


	@media (min-width: 768px) {
	
  .container  {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-template-rows: 1fr auto;
  }	
}

.homeMain {	
 	 flex: 1 0 0;
	padding: 20px;
}

.homeLeft {
	 padding: 0px 10px 10px 20px;
		}
	
.cards, .hof, .footerlink{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	padding: 10px;
	margin: 10px;
	align-self: center;
	}

.footerlink{
    background-color: #efefef;
}	
	

@supports (display:grid) {
/* Grid styles -------------------------------------------------*/
.cards{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
    grid-gap: 30px;
    justify-content: center;
}

	.cup {
		
		grid-template-columns: repeat(auto-fill, minmax(260px,1fr));
	}
}


/* Add " (PDF)" text after links that go to PDFs */
a[href$=".pdf"]:after { content: " (PDF)"; }

	
.toTopBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #B63C3C; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

.toTopBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

/*responsive map code*/
	#map {
  height: 400px;
  width: 80%;
		margin: auto;
  background-color: grey;
}


.subheader {
    text-align: center;
    color:#993333; 
    font-weight:bold;
    font-style: italic;
    font-size: 1.5em;
}

main p:first-of-type::first-line { 
font-weight: 700; }

.about h2{
     transform: skewY(-5deg);
    background-color: #993333;
    color: white;
   
    margin: 1.5em auto;
    padding: 0.5em 1em ;
	width: 100vw;
  margin-left: calc(50% - 50vw);
}

.tabletest {width: 100%;
  max-width: 100%;}


 .tabletest table {
  
  font-family: "Fraunces", serif;
  font-size: 125%;
  white-space: nowrap;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid black;
     
}

.tabletest table thead th {
  padding: 3px;
  position: sticky;
  top: 0;
  z-index: 1;
  width: 25vw;
  background: white;
}
table tbody th {
  
  position: relative;
    
}
.tabletest table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
    text-align: left;
}


.tabletest table tbody th {
  position: sticky;
  left: 0;
  background: white;
  z-index: 1;
    text-align: left;
    font-size:16px;
}

.tabletest table td,
.tabletest table th {
  border: 1px solid black;
  padding: 0.5rem 1rem;
}


.tabletest  table td {
 background: #fff;
  padding: 4px 5px;
    text-align: center;}


details > summary {
  padding: 2px 6px;
  background-color: #993333;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 1.5em;
  margin-bottom: 1.5em;
}


.ruleSummary {
  padding: 2px 6px;
  background-color: #efefef;;
  border: none;
  color: #000000;
  cursor: pointer;
  font-size: 1em;
  margin-bottom: 1.5em;
	margin-top: 1em;
	font-weight: bold;
	
}


.containerHome {
    display: grid;
    padding: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 1rem;
		
}
	
	.griditem {
	display: flex;
	flex-direction: column;
	background-color:#efefef;
		align-items: center;
	
		
}
		
		.griditem a{
			text-decoration: none;
			
		}
		
		.gridtext{
    flex: 1 1 auto;
		}
		
		.griditem .linkbox {
			
	margin: 10px;
			width: 90%;
		}
		
.relegated {
	
	background-color: #ff9090!important;
}
.champion {
	
	background-color: #7bff84!important;
}
.playoff {
	
	background-color: #a6fdac!important;
}


.measure {
  max-inline-size: 60ch;
  margin: 0 auto;
}

