@media screen and (max-width: 2000px) {
.topnav {
  overflow: hidden;
  background-color: #000844;
  background-color: #000844;
  color: #EFDBB2;
  font-family: "Impact", "Arial Black", Arial;
  font-size: 35px;
  height: 7%;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-sizing: border-box;
  align-content: center;
  margin-bottom: 15px;
  border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4), 
                0px 8px 16px rgba(0, 0, 0, 0.3),
                0px 16px 32px rgba(0, 0, 0, 0.2);
}
.staticbannercontainer {
	width: 100%;
    height: 100%;
    max-height: 200px;
    display: flex;
    justify-content: left;
    align-items: center;
    overflow: hidden;
    margin-top: -10px;
}
.staticbannercontainer img {
    width: auto; /* Keeps aspect ratio */
    object-fit: scale-down; /* Ensures the full image is visible */
    zoom: 50%;
}
h3 {
	color: #EFDBB2;
	font-size: 30px;
}

.topnav a {
  float: left;
  display: block;
  color: tan;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 25px;
  font-family: "Impact", "Arial Black", Arial;
}

.topnav a:hover {
  /* border-bottom: 5px solid #EFDBB2; */
  color: #F0C060;
}

.topnav a {
  color: #EFDBB2;
}

.topnav a.active {
  color: #F0C060;
}

.topnav .icon {
  display: none;
}
.topborder {
  border-top: 1px solid #EFDBB2;
}

.currentnav { /*to show what nav page they are on*/
  color: #F0C060;
}

.navlogo { /*logo in the nav panel on the left*/
  width: 45px;
  height: 40px;
  float: left;
}

body {
  background-color: #EFDBB2;
}

.mainwrapper {
  width: 85%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4), 
                0px 8px 16px rgba(0, 0, 0, 0.3),
                0px 16px 32px rgba(0, 0, 0, 0.2);
}

footer {
  background-color: #000844;
  width: 100%;
  height: 100px;
  text-align: center;
  align-content: center;
  margin-top: 12px;
  margin-bottom: -8px;
}

.footerdecor {
  max-height: 100px;
  width: 100%;
  margin-bottom: -35px;
}

.footerleft {
  width: 42%;
  height: 100%;
  float: left;
  align-content: center;
  padding-right: 10px;
  padding-left: 10px;
  /*background-color: red;*/
}

.footerleft p {
  font-family: Arial;
  font-size: 15px;
  color: #EFDBB2;
}

.footerright {
  width: 42%;
  height: 100%;
  float: right;
  align-content: center;
  padding-right: 10px;
  padding-left: 10px;
  /*background-color: red;*/
}

.footerrightlogo {
  height: 50px;
  width: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
}

.footerfacebooklogo {
  height: 50px;
  width: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
}

/* this is only for the HOME page ----------------------------------------------------------------------*/

#teamslogan {
  width: 100%;
  font-family: "Impact", "Arial Black", Arial;
  background-color: #000844;
  color: #EFDBB2;
  font-size: 35px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

#mainwrapper2 {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
  overflow-x: auto;
  background-color: #000844;
}

.scroll-container-wrapper {
    display: flex;
    align-items: center;
}

.scroll-container {
    display: flex;
    overflow-x: auto;
    width: 100%;
    margin: 5px 10px;
    gap: 450px;
}

.scroll-item {
    max-width: 100%;
    max-height: 500px;
    background-color: #EFDBB2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 10px;
}

.scroll-item1 {
    max-width: 100%;
    max-height: 500px;
    background-color: #EFDBB2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 10px;
    margin-left: 200px;
}

.scroll-item4 {
    max-width: 100%;
    max-height: 500px;
    background-color: #EFDBB2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 10px;
    margin-right: 203px;
}

.scroll-itemimg {
  width: 100%;
}

.scroll-itemtext {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}

.scroll-itemtext p {
  font-family: "Times New Roman";
  font-size: 16px;
  color: #000844;
}

.scroll-itemtext h3 {
  font-family: "Impact", "Arial Black", Arial;
  font-size: 24px;
  color: #000844;
}

.arrow {
    background-color: #EFDBB2;
    color: #000844;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    margin-left: 20px;
    margin-right: 20px;
}

.arrow:hover {
  background-color: #F0C060;
  color: white;
}

#slogantext {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}
#slogantext h2 {
  font-family: "Impact", "Arial Black", Arial;
  font-size: 25px;
  color: #000844;
}
#slogantext p {
  font-family: "Times New Roman";
  font-size: 20px;
  color: #000844;
}

/* this is only for the SCHEDULE page ----------------------------------------------------------------------*/
#calendartitle {
  width: 100%;
  text-align: center;
}
#scheduletable {
  width: 100%;
  background-color: #EFDBB2;
}
#scheduletable h2 {
     font-family: "Impact", "Arial Black", Arial;
     font-size: 30px;
     color: #000844;
     margin-left: auto;
     margin-left: auto;
}
#scheduletable table {
     width: 100%;
     font-family: "Times New Roman";
     color: #000844;
     border-collapse: collapse;
}
#scheduletable th, td {
    border: 2px solid #000844;
    text-align: center;
    font-family: "Times New Roman";
    padding: 4px;
}
#scheduletable th {
    background-color: #EFDBB2;
    color: #000844;
}
#scheduletable td {
  height: calc(100% / 6);
}
#scheduletable td h3 {
  font-size: 20px;
}
#scheduletable td a {
  font-size: 15px;
  color: #EFDBB2;
  text-decoration: none;
}
#scheduletable td a:hover {
  text-decoration: underline;
  color: #F0C060;
}
#scheduletable p {
  font-size: 15px;
}
.homegames {
  background-color: #000844;
  color: #EFDBB2;
  border: 2px solid #EFDBB2;
}
.awaygames {
  color: #000844;
  background-color: #EFDBB2;
}
.awaygames p {
  color: #000844;
}
.awaygames h3 {
	color: #000844;
}
#calendarkey {
  width: 100%;
  align-content: center;
  text-align: center;
  margin-top: 15px;
}
#calendarkey h3 {
  font-family: "Impact", "Arial Black", Arial;
  color: #000844;
  font-size: 25px;
}
#calendarkey p {
  font-family: "Times New Roman";
  color: #000844;
  font-size: 15px;
}
.promotext {
  width: 100%;
  padding-left: 15px;
  box-sizing: border-box;
  margin-top: -12px;
  margin-bottom: 20px;
}
.promotext li, p {
  color: #EFDBB2;
  font-family: "Times New Roman";
  font-size: 18px;
}
#calpromo1, #calpromo2, #calpromo3, #calpromo4 {
  width: 100%;
  background-color: #000844;
  padding: 5px;
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 15px;
  scroll-margin-top: 100px;
}
#calpromo1, #calpromo2, #calpromo3, #calpromo4 h3 {
  color: #EFDBB2;
  font-family: "Impact", "Arial Black", Arial;
  font-size: 30px;
}
.calpromopic {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  zoom: 35%;
}

.calpromoimg {
  max-width: 100%;
  max-height: 300px;
  width: auto;
  height: auto;
  border-radius: 10px;
  border: 3px solid #EFDBB2;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.scrollToTopBtn {
    font-family: "Times New Roman";
    float: right;
    padding: 10px;
    margin: 20px;
    background-color: #F0C060;
    color: #000844;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
/* this is only for the SCORES page ----------------------------------------------------------------------*/

.contentwrap {
  background-color: #000844;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  box-sizing: border-box;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
  border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  overflow: hidden;
}
.scorehead {
  background-color: #EFDBB2;
  width: 100%;
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.scorehead p {
  font-family: "Times New Roman";
  color: #000844;
  font-size: 22px;
}
span {
  float: right;
}
#currgametime p {
  font-family: "Times New Roman";
  color: #000844;
}
.scorerow1 {
  width: 100%;
  align-content: center;
}
.scorerow1 .scorecol1 {
  width: 33.33%;
  text-align: center;
  align-content: center;
  float: left;
}
.scorerow1 .scorecol1 p {
  font-size: 20px;
  color: #F0C060;
  border-radius: 20px;
  font-family: "Impact", "Arial Black", Arial;
}
.scorerow1 .scorecol1 h2 {
  font-size: 80px;
  font-family: "Impact", "Arial Black", Arial;
  color: #F0C060;
}
.scorerow1:after {
  content: "";
  display: table;
  clear: both;
}
.scorerow2 {
  width: 100%;
  align-content: center;
}
.scorerow2 .scorecol2 {
  width: 25%;
  text-align: center;
  float: left;
  box-sizing: border-box;
  max-height: 25%;
  align-content: center;
  border: 2px solid #EFDBB2;
}
.pastdaytime {
  background-color: #EFDBB2;
  width: 20%;
  text-align: center;
  margin-top: 40px;
}
.pastdaytime p {
  font-size: 20px;
  color: #000844;
  font-family: "Times New Roman";
}
.scorerowimgdiv {
  width: 100%;
  height: 152px;
  align-content: center;
}
.scorerowimg {
  zoom: 10%;
  padding: 8px;
}
.scorerow2 .scorecol2 h2 {
  font-size: 50px;
  font-family: "Impact", "Arial Black", Arial;
  color: #000844;
}
.winscore {
  background-color: #F0C060;
  border: 4px solid #000844;
}
.losescore {
  background-color: #EFDBB2;
  border: 4px solid #000844;
}
.scorerow2:after {
  content: "";
  display: table;
  clear: both;
}
#loadmorebutton {
  background-color: #F0C060;
  text-align: center;
  width: 10%;
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #000844;
}
#loadmorebutton p {
  font-family: "Times New Roman";
  font-size: 16px;
  color: #000844;
}
#loadmorebutton:hover {
  background-color: #000844;
}
#loadmorebutton:hover p {
  color: #EFDBB2;
}
.mainscoreimg {
  zoom: 20%;
}

/* this is only for the NEWS page ----------------------------------------------------------------------*/

.newscol1 {
  width: 48%; /* Ensures two columns fit with some spacing */
  background-color: #000844;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #EFDBB2;
  padding: 8px;
  margin-bottom: 15px;
}
.newscol1 a {
  color: #F0C060;
}
.newsmainpics {
  margin-left: auto;
  margin-right: auto;
  zoom: 65%;
  border: 1px solid #EFDBB2;
}
.newstexts {
  margin-left: auto;
  margin-right: auto;
}
.newstexts h3 {
  font-size: 22px;
  font-family: "Impact", "Arial Black", Arial;
  color: #EFDBB2;
}
.newstexts p {
  font-size: 17px;
  font-family: "Times New Roman";
  color: #EFDBB2;
}
.scorerow1:after {
  content: "";
  display: table;
  clear: both;
}
/* this is only for the ABOUT page ----------------------------------------------------------------------*/

#aboutTitle {
  width: 100%;
  text-align: center;
}
#aboutTitle h3 {
  font-size: 26px;
  font-family: "Impact", "Arial Black", Arial;
  color: #EFDBB2;
  text-decoration: underline;
}
#aboutTitle p {
  font-size: 19px;
  font-family: "Impact", "Arial Black", Arial;
  color: #EFDBB2;
}
.aboutrow {
  width: 100%;
  align-content: center;
  box-sizing: border-box;
}
.aboutcol {
  background-color: #000844;
  width: 100%;
  text-align: center;
  float: left;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}
.aboutTextContent {
  align-content: center;
  padding-right: 10px;
  padding-left: 10px;
}
.aboutTextContent h2 {
  font-size: 22px;
  font-family: "Impact", "Arial Black", Arial;
  color: #EFDBB2;
}
.aboutTextContent p {
  font-size: 17px;
  font-family: "Times New Roman";
  color: #EFDBB2;
}
.mapImgDiv {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.mapImg {
  zoom: 48%;
}
.aboutContImg {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#about1, #about2, #about3, #about4 {
  width: 100%;
}
.aboutrow:after {
  content: "";
  display: table;
  clear: both;
}
figcaption {
  font-size: 13px;
  font-family: "Times New Roman";
  color: #EFDBB2;
  margin-top: 10px;
}
/* this is only for the individual news pages -----------------------------------------------------------*/

.indnewsimg {
  text-align: center;
  box-sizing: border-box;
  border-bottom: 4px solid #EFDBB2;
}
.indnewsimg img {
  zoom: 40%;
  border: 2px solid #EFDBB2;
}
.indnewstxt {
  width: 100%;
}
.indnewstxt p {
  font-size: 18px;
  font-family: "Times New Roman";
}
.indnewstxt h3 {
  color: #F0C060; 
  font-size: 30px;
  font-family: "Impact", "Arial Black", Arial;
}
.indnewstxt h2 {
  color: #F0C060;
  font-family: "Impact", "Arial Black", Arial;
  font-size: 23px;
}
.videowrap {
	text-align: center;
}
iframe {
	margin-bottom: 35px;
	border: 2px solid #F0C060;
	width: 80%;
	box-sizing: border-box;
}
}

/* this is the css responsive viewport code ---------------------------------------------------------------*/
@media screen and (max-width: 900px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .horizontal-scrolling-container {
    height: 125px;
  }
  .footerrightlogo {
    padding: 15px;
    zoom: 40%;
  }
  .footerfacebooklogo {
  padding: 15px;
  zoom: 40%;
}
  .footerleft p {
    font-family: Arial;
    font-size: 12px;
    color: #EFDBB2;
}
.scroll-container-wrapper {
    display: none;
}
.mainwrapper2 {
	display: none;
}
h3 {
	font-size: 20px;
}

/* animation for moving the banner across the screen */
@keyframes infiniteScroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  .horizontal-scrolling-container {
    display: none;
  }

  .horizontal-scrolling-items {
    display: flex;
    animation: infiniteScroll 20s linear infinite;
    width: 200%;
  }

  .horizontal-scrolling-items img {
    width: 150%;
    height: 100%;
    object-fit: cover;
  }

  .horizontal-scrolling-items .image {
    flex-shrink: 0;
    width: 100%;
  }
  table {
  	display: none;
  }
  .mobileschedule {
  	width: 100%;
  }
  .mobileaway {
  	border-radius: 10px;
  	width: 85%;
  	margin-left: auto;
  	margin-right: auto;
  	border: solid 2px #000844;
  	box-sizing: border-box;
  	align-items: center;
  }
  .mobileaway p {
  	color: #000844;
  	text-align: right;
  }
  .mobilehome h3 {
  	text-align: center;
  	border-bottom: solid 2px #EFDBB2;
  }
  .textdiv {
  	width: 40%;
  	flex: 1;
  }
  .textdiv p {
  	text-align: center;
  }
  .mobileaway h3 {
  	margin-top: -1px;
  	text-align: center;
  	border-bottom: solid 2px #000844;
  	color: #000844;
  }
  .mobilehome {
  	border-radius: 10px;
  	width: 85%;
  	background-color: #000844;
  	margin-left: auto;
  	margin-right: auto;
  	box-sizing: border-box;
  	align-items: center;
  }
  .mobileteamlogo {
  	flex: 1;
  	width: 40%;
	justify-content: center;
    align-items: center;
    text-align: center;
  }
  .mobContainer {
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
}
.scheduleimg {
	zoom: 8%;
}
.mobileschedule a {
	font-size: 15px;
  color: #EFDBB2;
  text-decoration: none;
}
.mobileschedule a:hover {
	text-decoration: underline;
  color: #F0C060;
}
.newscol1 {
	overflow: hidden;
  width: 100%;
}
.scorerow1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -20px;
  }
  .scorecol1 h2 {
    font-size: 10px;
  }
  .scorerow1 h2 {
    font-size: 10px;
  }
  .scorerow1 h1 {
    font-size: 40px;
    font-family: "Impact", "Arial Black", Arial;
    color: #EFDBB2;
  }
  .mainscoreimg {
  zoom: 8%;
}
.scorerowimgdiv {
  overflow: hidden;
}
.indnewsimg {
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  zoom: 50%;
}
.newsmainpics {
  margin-left: auto;
  margin-right: auto;
  zoom: 65%;
  border: 1px solid #EFDBB2;
}
}
@media screen and (min-width: 900px) { 
    .mobileschedule {
        display: none;
    }
}
/* Ensure it resets when screen gets larger than 900px */
@media screen and (min-width: 901px) {
  .scorerow1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; /* Distributes evenly */
    align-items: flex-start;
  }

  .newscol1 {
    width: 48% !important; /* Ensures two columns */
    overflow: visible;
  }

  /* Fix for last column when there's an odd number of items */
  .newscol1:nth-child(odd):last-child {
    width: 100%; /* Make the last item full width if it's alone */
  }
}
