* {
  font-family: "Raleway";
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.wrapgrid {
  overflow-x: hidden;
}

.loader {
  z-index: 100;
  position: fixed;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: #111111;
  transition: opacity 0.75s, visibility 0.75s;
}

.loader-hidden {
  opacity: 0;
  visibility: hidden;
}

.loaderlogo {
  width: 20vw;
  height: auto;
  animation: loading 2.5s ease-in-out infinite;
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

/* START OF INDEX PAGE */
.indexfirstcontainer {
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background-image: url(images/webp/indexbackground.webp);
  background-repeat: repeat;
  background-position: top;
  background-size: cover;
}

.firstcontainer {
  background-color: #111111;
}

#navbar {
  min-height: 3vw;
  position: fixed;
  display: flex;
  height: auto;
  width: 100%;
  align-items: center;
  transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  z-index: 4;
  background-color: white;
}

.logo {
  margin-left: 20px;
  width: 175px;
  height: auto;
  cursor: pointer;
  opacity: 0.8;
}

.logo:hover {
  opacity: 1;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.menuicon {
  position: absolute;
  right: 20px;
  width: 50px;
  cursor: pointer;
  display: inherit;
  opacity: 0.5;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.menuicon:hover {
  opacity: 1;
}

.closeicon {
  position: absolute;
  right: 20px;
  width: 50px;
  cursor: pointer;
  display: inherit;
  opacity: 0.5;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transform: rotate(45deg);
}

.closeicon:hover {
  opacity: 1;
}

ul {
  list-style-type: none;
}

.menu {
  position: fixed;
  width: auto;
  height: 100vh;
  right: -100vw;
  background-color: rgba(255, 255, 255, 1);
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  z-index: 3;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  text-decoration: none;
}

.menu ul {
  margin-top: 125px;
}

.menu ul li a {
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  text-decoration: none;
}

.menu ul li a:hover {
  color: #ed0a1e;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

nav {
  position: absolute;
  flex: 1;
  text-align: center;
  margin-top: 35px;
  left: 49%;
  transform: translate(-50%, -50%);
}

.navcolour a {
  color: white;
}

nav ul li {
  overflow: hidden;
  white-space: nowrap;
  list-style-type: none;
  display: inline-block;
}

nav ul li a {
  text-decoration: none;
  color: black;
  padding: 20px;
  font-size: 2rem;
}

nav ul li a:hover {
  color: #ed0a1e !important;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

#active {
  color: #ed0a1e !important;
}

.indexcameronsplashscreen {
  width: 100%;
  height: 102vh;
  display: flex;
  position: relative;
  gap: 50vw;
  overflow: hidden;
}

.indexcameronsplashfloat {
  text-align: right;
  width: auto;
  height: auto;
}

.indexcameronsplashfloat img {
  height: 90vh;
  width: auto;
  position: absolute;
  left: 50px;
  bottom: 0;
  animation: fadeIn 2s;
}

.indexcameronsplashtext {
  height: auto;
  width: auto;
  position: relative;
  top: 150px;
  text-align: right;
}

.indexcameronsplashtext img {
  width: 45vw;
  height: auto;
  animation: fadeIn 2s;
}

.hidden {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100%);
  transition: opacity 1s, filter 1s, transform 1s;
  -moz-transition: opacity 1s, filter 1s, transform 1s;
  -webkit-transition: opacity 1s, filter 1s, transform 1s;
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

.trans:nth-child(2) {
  transition-delay: 200ms;
}

.trans:nth-child(3) {
  transition-delay: 400ms;
}

.indexsecondcontainer {
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #111111;
}

.indexsecondcontainerflex-wide {
  display: flex;
  text-align: center;
  justify-content: space-between;
  z-index: 1;
}

.indexsecondcontainerflexone-wide {
  position: relative;
  overflow: hidden;
  flex-basis: 40vw;
  width: 40vw;
  height: 100%;
  z-index: 0;
}

.indexsecondcontainerimg {
  display: flex;
  position: relative;
  height: auto;
  width: auto;
  min-height: 100%;
  align-items: center;
  justify-content: center;
}

.indexsecondcontainerflexone-wide img {
  height: 600px;
  width: auto;
}

.indexsecondcontainerrightflex {
  overflow: hidden;
  width: 55vw;
  flex-basis: 60vw;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.indexsecondcontainerflextwo-wide {
  overflow: hidden;
  position: relative;
  min-height: 190px;
}

.indexsecondcontainerflextwo-wide img {
  position: relative;
  height: 225px;
}

.indexsecondcontainerflexthree-wide {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  min-height: 100%;
  color: white;
}

.indexbioplacement-wide {
  position: relative;
  width: 85%;
  align-self: center;
  text-align: center;
}

.indexinfoflex-wide {
  display: flex;
  text-align: center;
  position: relative;
  justify-content: center;
  gap: 5vw;
  top: 20px;
  width: 100%;
}

.indexbioplacement-wide p {
  font-size: 1.1rem;
}

.indexbioplacement-wide h1 {
  font-style: italic;
  font-size: 1.5rem;
  padding: 10px;
}

.indexbioplacement-wide h1:hover {
  text-shadow: 0 0 10px #ed0a1e, 0 0 20px #ed0a1e;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.indexinfoflex-wide h1 {
  font-size: 2rem;
}

.indexsecondcontainerflex-narrow {
  width: 100vw;
  display: none;
  flex-direction: column;
  z-index: 1;
  text-align: center;
}

.indexsecondcontainerflexone-narrow {
  height: auto;
  position: relative;
  overflow: hidden;
}

.indexsecondcontainerflexone-narrow img {
  width: 50vw;
  height: auto;
}

.indexsecondcontainerflextwo-narrow {
  position: relative;
}

.indexbioplacement-narrow {
  margin: auto;
  color: white;
  width: 80dvw;
  width: 80vw;
}

.indexbioplacement-narrow h1 {
  font-style: italic;
  padding: 5px;
}

.indexinfoflex-narrow {
  height: 100px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}

.indexthirdcontainer {
  width: 100%;
  min-height: 40vmin;
  box-sizing: border-box;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(images/webp/indexthirdcontainer.webp);
  display: flex;
  justify-content: center;
  align-items: center;
}

.indexcalendar {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.indexeventstext {
  text-align: center;
  width: 650px;
  margin-left: 17px;
  margin-right: 17px;
  padding: 2px 15px;
  background-color: #ed0a1e;
  -ms-transform: skew(-15deg, 0);
  -webkit-transform: skew(-15deg, 0);
  transform: skew(-15deg, 0);
}

.indexeventstext h1 {
  color: white;
  font-size: 2.5rem;
  text-decoration: none;
  height: auto;
}

.indexeventslink {
  text-align: center;
  width: 200px;
  border: 5px solid #ed0a1e;
  -ms-transform: skew(-15deg, 0);
  -webkit-transform: skew(-15deg, 0);
  transform: skew(-15deg, 0);
}

.indexeventslink:hover {
  background-color: #ed0a1e;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.indexeventslink a {
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  text-decoration: none;
  height: auto;
}

.indexfourthcontainer {
  width: 100%;
  height: auto;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #111111;
}

.indexsponsortitle {
  position: relative;
  text-align: center;
  padding: 10px;
}

.indexsponsortitle a {
  color: white;
  font-size: 2rem;
  font-style: italic;
  text-decoration: none;
  font-weight: bold;
}

.indexsponsortitle a:hover {
  color: #ed0a1e;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.indexsponsorlogos {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  width: auto;
  gap: 3vw;
}

.indexsponsorlogos img {
  max-width: 400px;
  max-height: 100px;
  opacity: 0.8;
}

.indexsponsorlogos img:hover {
  opacity: 1;
}

.indexfihthcontainer {
  width: 100%;
  min-height: 500px;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #111111;
}

#image-track {
  display: flex;
  width: 3800px;
  gap: 4vmin;
  position: relative;
  left: 50%;
  top: 250px;
  transform: translate(-42%, -50%);
  user-select: none;
}

#image-track > .image {
  position: relative;
  width: 400px;
  height: 400px;
  object-fit: cover;
  object-position: 50% center;
  opacity: 80%;
}

#image-track > .image:hover {
  opacity: 100%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

/* INDEX PAGE ENDS */
/* CALENDAR PAGE STARTS */
.calendarfirstcontainer {
  min-height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #111;
}

.calendarheadertext {
  position: relative;
  text-align: center;
  width: 100%;
  display: flex;
  gap: 2vw;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  top: 100px;
}

.calendartwenty {
  align-self: center;
  border: none;
  width: 300px;
  -ms-transform: skew(-15deg, 0);
  -webkit-transform: skew(-15deg, 0);
  transform: skew(-15deg, 0);
}

#calendartwentyfour {
  border: none;
}

#calendartwentyfive {
  border: 5px solid white;
}

#calendartwentysix {
  border: none;
}

.calendarheadertext button {
  position: relative;
  color: white;
  font-size: 2.5rem;
  text-decoration: none;
  border: none;
  height: auto;
  width: 300px;
  background-color: #ed0a1e;
  padding: 5px;
}

#calendareventgrid2024 {
  position: relative;
  margin-top: 125px;
  margin-bottom: 50px;
  display: none;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-self: center;
  grid-gap: 3vw;
  transition: 2s;
  animation: fadeIn 1s;
}

#calendareventgrid2025 {
  position: relative;
  margin-top: 125px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-self: center;
  grid-gap: 3vw;
  transition: 2s;
  animation: fadeIn 1s;
}

#calendareventgrid2026 {
  position: relative;
  margin-top: 125px;
  margin-bottom: 50px;
  display: none;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-self: center;
  grid-gap: 3vw;
  transition: 2s;
  animation: fadeIn 1s;
}

.calendarbox {
  position: relative;
  width: 30vw;
  height: 350px;
  text-align: center;
}

.calendarboxjan24 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/24/jan.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxfeb24 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/24/feb.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxmar24 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/24/mar.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxapr24 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/24/apr.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxmay24 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/24/may.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxjun24 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/24/jun.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxjul24 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/24/jul.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxaug24 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/24/aug.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxsep24 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/24/sep.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxoct24 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/24/oct.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxnov24 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/24/nov.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxdec24 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/24/dec.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxjan25 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/25/jan.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxfeb25 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/25/feb.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxmar25 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/25/mar.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxapr25 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/25/apr.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxmay25 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/25/may.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxjun25 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/25/jun.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxjul25 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/25/jul.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxaug25 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/25/aug.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxsep25 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/25/sep.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxoct25 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/25/oct.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxnov25 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/25/nov.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxdec25 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/calendar/25/dec.webp);
  background-position: 50% 70px;
  background-size: cover;
}

.calendarboxheader {
  height: 100px;
  background-color: #ed0a1e;
}

.calendarboxheader h1 {
  display: grid;
  place-items: center;
  position: relative;
  height: 100%;
  color: white;
  -ms-transform: skew(-15deg, 0);
  -webkit-transform: skew(-15deg, 0);
  transform: skew(-15deg, 0);
}

.calendarboxinformation {
  position: relative;
  color: white;
}

.calendarboxinformation h1 {
  font-size: 1.5rem;
}

.calendarboxinformation h2 {
  margin-top: 10px;
}

.calendarboxinformation h3 {
  margin-top: 10px;
}

.calendarboxinformation p {
  font-size: 1.25rem;
  margin-top: 10px;
}

/* CALENDAR PAGE ENDS */
/* BIOGRAPHY PAGE STARTS */
.biofirstcontainer {
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #111111;
}

.bioflexcontainer {
  margin: auto;
  overflow: hidden;
  display: flex;
  min-height: auto;
  width: 90%;
  margin-top: 100px;
  justify-content: center;
  align-self: center;
  animation: fadeIn 2s;
}

.bioimg {
  justify-content: center;
  align-self: center;
  position: relative;
  overflow: hidden;
}

.bioimg img {
  width: 400px;
  height: auto;
}

.biopictureflex {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-basis: 50vw;
}

.bioname {
  margin-top: 50px;
  position: relative;
  justify-content: center;
  align-self: center;
  overflow: hidden;
}

.bioname img {
  width: 450px;
  height: auto;
}

.biostats {
  display: flex;
  gap: 3vw;
  position: relative;
  justify-content: center;
  align-self: center;
  box-sizing: border-box;
  color: white;
  text-align: center;
}

.biostats h1 {
  font-size: 2.5rem;
}

.biostats p {
  font-size: 2rem;
}

.biosecondcontainer {
  height: 100%;
  display: flex;
  background-color: #111111;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.biotext {
  width: auto;
  color: white;
  text-align: center;
  font-weight: normal;
}

.biotext p {
  margin: auto;
  width: 55%;
  font-size: 1.25rem;
  padding: 10px;
}

.biocalendar {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 40vmin;
  border-top: 5px solid #ed0a1e;
  border-bottom: 5px solid #ed0a1e;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(images/webp/biocalendar.webp);
  display: flex;
}

.bioeventstext {
  text-align: center;
  width: 600px;
  margin-left: 17px;
  margin-right: 17px;
  padding: 2px 15px;
  background-color: #ed0a1e;
  -ms-transform: skew(-15deg, 0);
  -webkit-transform: skew(-15deg, 0);
  transform: skew(-15deg, 0);
}

.bioeventstext h1 {
  color: white;
  font-size: 2.5rem;
  text-decoration: none;
  height: auto;
}

.bioeventslink {
  text-align: center;
  width: 200px;
  border: 5px solid #ed0a1e;
  -ms-transform: skew(-15deg, 0);
  -webkit-transform: skew(-15deg, 0);
  transform: skew(-15deg, 0);
}

.bioeventslink:hover {
  background-color: #ed0a1e;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.bioeventslink a {
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  text-decoration: none;
  height: auto;
}

/* BIOGRAPHY PAGE ENDS */
/* SPONSORS PAGE STARTS */
.sponsorfirstcontainer {
  min-width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #111111;
}

.sponsorheadertext {
  position: relative;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
}

.sponsorheadertextone {
  top: 150px;
}

.sponsorheadertexttwo {
  margin-top: 50px;
  margin-bottom: 50px;
}

.sponsorheadertext h1 {
  color: white;
  font-size: 2.5rem;
  text-decoration: none;
  height: auto;
  width: 600px;
  background-color: #ed0a1e;
  margin-left: 17px;
  margin-right: 17px;
  padding: 5px;
  -ms-transform: skew(-15deg, 0);
  -webkit-transform: skew(-15deg, 0);
  transform: skew(-15deg, 0);
}

.sponsorflex {
  margin-top: 175px;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 5vh;
  animation: fadeIn 2s;
}

.sponsorpartners {
  position: relative;
  justify-content: center;
  align-self: center;
  display: flex;
  height: auto;
  gap: 5vw;
  color: white;
}

.sponsorpartners p {
  margin: 10px;
}

.sponsortoyota {
  position: relative;
  width: 45vw;
  height: auto;
}

.sponsor100 {
  position: relative;
  width: 45vw;
  height: auto;
}

.sponsortop {
  position: relative;
  min-height: auto;
}

.sponsortop img {
  position: relative;
  bottom: 0;
  max-height: 100px;
  max-width: 90%;
  padding-top: 20px;
}

.sponsorbottom {
  min-height: 300px;
  line-height: 120%;
  font-size: 1.1rem;
}

.sponsorsgrid {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: center;
  align-self: center;
  grid-row-gap: 5px;
  grid-column-gap: 5vw;
  animation: fadeIn 2s;
}

.sponsorcontainer {
  position: relative;
  width: 15vw;
  min-height: 100px;
  display: flex;
  flex-direction: column;
}

.sponsorcontainerup {
  width: 15vw;
  height: auto;
  z-index: 0;
}

.sponsorcontainerup img {
  margin: 10px;
  max-width: 90%;
  max-height: 180px;
  z-index: 2;
}

.sponsorcontainerup img:hover {
  opacity: 50%;
  transition: 0.5s all;
}

.sponsorcontainerdown {
  width: 100%;
  height: 100px;
  font-size: 2rem;
  color: white;
}

/* SPONSORS PAGE ENDS */
.footercontainer {
  position: relative;
  width: 100%;
  text-align: left;
  background-color: #0e0e0e;
  color: #adadad;
  overflow-x: hidden;
  display: flex;
}

.footerfirsthalf {
  width: 50vw;
  text-align: left;
  flex-basis: 70vw;
  overflow: hidden;
}

.footersecondhalf {
  flex-basis: 30vw;
  width: 20vw;
  text-align: right;
  overflow-y: hidden;
}

.footersecondhalf img {
  width: 40px;
  position: relative;
  justify-content: center;
  align-items: center;
  right: 50px;
  height: 100%;
}

.footercontainer h1 {
  font-size: 1.3rem;
  font-style: italic;
  padding: 10px;
}

.footercontainer h2 {
  font-size: 1rem;
  padding: 10px;
}

.footercontainer p {
  font-size: 1rem;
  padding: 10px;
}

.madefooter {
  color: #adadad;
  text-decoration: none;
  font-size: 1rem;
  padding: 10px;
}

.madefooter:hover {
  color: white;
  text-decoration: underline;
}

/* Error Page */
.errorcontainer {
  width: 100%;
  min-height: 101vh;
  min-height: 101dvh;
  box-sizing: border-box;
  overflow: hidden;
  background-image: url(images/webp/errorbackground.webp);
  background-repeat: repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
}

.errortext {
  color: white;
  position: relative;
  text-align: center;
  top: 40vh;
}

.errortext h1 {
  font-size: 6rem;
}

.errortext h2 {
  font-size: 4rem;
}

.errortext p {
  font-size: 2rem;
}

/* MEDIA QUERIES DONT TOUCH THEY'RE NOT SORTED VERY WELL*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 1450px) {
  .indexsecondcontainerflexthree-wide {
    width: 90%;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1119px) {
  nav {
    display: none;
  }

  .menu ul {
    margin-top: -100px;
  }

  .menu {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 4rem;
    justify-content: center;
  }

  .menuicon {
    display: inherit;
  }

  .closeicon {
    display: inherit;
  }

  .indexfirstcontainer {
    min-height: 100vh;
    background-attachment: local;
  }

  .indexcameronsplashfloat img {
    left: -20px;
    height: 80vh;
  }

  .indexthirdcontainer {
    background-attachment: unset;
  }

  #image-track > .image {
    opacity: 100%;
  }

  .biofirstcontainer {
    background-attachment: unset;
  }

  .calendarfirstcontainer {
    background-attachment: unset;
  }

  .biocalendar {
    background-attachment: unset;
  }

  .indexcameronsplashtext img {
    width: 50vw;
  }

  .indexsecondcontainerflex-wide {
    display: none;
  }

  .indexsecondcontainerflex-narrow {
    display: flex;
  }

  .footercontainer h1 {
    font-size: 1rem;
  }

  .footercontainer h2 {
    font-size: 0.8rem;
  }

  .footercontainer p {
    font-size: 0.8rem;
  }

  .footersecondhalf img {
    right: 5vw;
  }

  .footercontainer {
    flex-direction: column;
  }

  .footerfirsthalf {
    flex-basis: 120px;
    overflow-y: hidden;
    width: 100vw;
  }

  .footersecondhalf {
    flex-basis: 50px;
    width: 100%;
    padding-bottom: 10px;
  }

  .indexcameronsplashtext img {
    animation: none;
  }

  .sponsorpartners {
    flex-direction: column;
    gap: 0;
  }

  .sponsortoyota {
    width: 85vw;
  }

  .sponsor100 {
    width: 85vw;
  }

  .sponsorcontainer {
    width: 20vw;
  }

  .sponsorcontainerup {
    width: 20vw;
  }
}

@media only screen and (max-width: 1000px) {
  .bioimg img {
    width: 40vw;
  }

  .bioname img {
    width: 45vw;
  }

  .biostats h1 {
    font-size: 2rem;
  }

  .biostats p {
    font-size: 1.5rem;
  }

  .biotext p {
    font-size: 1.25rem;
    width: 80%;
  }

  .bioeventstext {
    width: 50vw;
  }

  .sponsorheadertext h1 {
    width: 60vw;
    font-size: 2rem;
  }

  .sponsorsgrid {
    grid-template-columns: auto auto;
    grid-row-gap: 5px;
    grid-column-gap: 10vw;
  }

  .sponsorcontainer {
    width: 30vw;
  }

  .sponsorcontainerup {
    width: 30vw;
  }
}

@media only screen and (max-width: 720px) {
  .menu {
    font-size: 2rem;
  }

  .indexsponsorlogos {
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
    gap: 10px;
  }
  
  .indexsponsorlogos img {
    max-width: 80vw;
    max-height: 80px;
    padding: 20px;
  }

  .calendarfirstcontainer {
    background-image: none;
    background-color: #0e0e0e;
  }

  .calendarheadertext {
    flex-direction: column;
    gap: 2vh;
  }

  #calendareventgrid2024 {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 1.5vh;
  }

  #calendareventgrid2025 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5vh;
  }

  .calendarbox {
    width: 80vw;
  }

  .biostats {
    flex-direction: column;
  }

  .bioeventstext h1 {
    font-size: 1.75rem;
  }

  .bioeventslink a {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 670px) {
  .indexcameronsplashfloat img {
    left: -100px;
    height: 70vh;
  }

  .indexeventstext {
    width: 70vw;
  }

  .indexeventstext h1 {
    font-size: 1.75rem;
  }

  .indexeventslink {
    width: 30vw;
  }

  .indexeventslink a {
    font-size: 1.5rem;
  }

  .closeicon {
    opacity: 1;
  }

  .logo {
    width: 130px;
  }

  .menuicon {
    right: 20px;
    width: 50px;
  }

  .closeicon {
    right: 20px;
    width: 50px;
  }

  .sponsorcontainer {
    width: 40vw;
  }

  .sponsorcontainerup {
    width: 40vw;
  }

  .sponsorcontainerdown {
    font-size: 1.5rem;
  }

  .bioname {
    margin-top: 0;
  }

  .bioimg img {
    width: 45vw;
  }

  .bioname img {
    width: 40vw;
  }
}

@media only screen and (min-width: 605px) {
  #navbar {
    background-color: rgba(0, 0, 0, 0);
  }
}

@media only screen and (max-width: 605px) {
  .indexsecondcontainerflexone-narrow img {
    width: 80vw;
    height: auto;
  }

  .errortext h1 {
    font-size: 3rem;
  }

  .errortext h2 {
    font-size: 2rem;
  }

  .errortext p {
    font-size: 1.5rem;
  }

  .sponsorheadertext h1 {
    width: 75vw;
  }
}

@media only screen and (max-width: 430px) {
  .indexinfoflex-narrow h1 {
    font-size: 1.5rem;
  }

  .biostats h1 {
    font-size: 1.5rem;
  }

  .biostats p {
    font-size: 1rem;
  }

  .biotext p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 350px) {
  .indexinfoflex-narrow h1 {
    font-size: 1.3rem;
  }
}
