
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  font-family: "Roboto", sans-serif;
  background-color: black;
}

* {
  box-sizing: border-box;
}


h1,h2,h3,h4,h5,li, button {
  font-family: "Orbitron", sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1rem;
  padding-bottom: 0.25rem;
}

h5 {
  font-size: 0.5rem;
  width: 100%;
  text-align: left;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #fff;
}

h6 {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: #fff;
  margin: 0;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
  word-wrap: normal;
  /* width: 40rem; */
}

button {
  width: auto;
  height: auto;
  padding: 1rem;
  background-color: transparent;
  border: 1px solid #fff;
}

button:hover {
  color: #ff7300;
  border-color: #ff7300;
}

.spread-out{
  margin-top: 50vh;
  margin-bottom: 50vh;
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  max-width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  margin: 0;
  background-color: transparent;
}

.container::before {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.text-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.text-fade {
  opacity: 0;
}

.fixed-bg {
  background-image: url(../img/image1.jpg);
  background-size: cover !important; 
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  height: 100vh;
}

.landing {
  display: flex;
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 2rem;
  z-index: 100;
  background: rgba(0,0,0, 0.2);
}


.landing p {
  font-size: 1.5rem;
  width: 100%;
}

.services {
  display: flex;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  background-image: url(../img/image1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 2rem;
}

.contact {
  background-color: #000;
}


.specs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: auto;
  padding: 2rem 0;
}

.specs-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 12rem;
}

.specs-numbers {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  column-gap: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
}


.calendar {
  min-height: 100vh;
  padding: 4rem 2rem;
  background-color: #000;
}


.calendar-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
  gap: 4rem;
}

.calendar-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  font-weight: 300;
  line-height: 1.6;
  font-size: 1rem;
}

.date {
  font-size: 1.25rem;
}

.track {
  font-size: 1rem;
  font-weight: 400;
}

.spots-remaining {
  margin-bottom: 1rem;
}


footer {
  width: 100%;
  height: 3rem;
  padding: 0 2rem;
  display: flex;
  position: relative;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
}

footer h6 {
  display: flex;
  color: #fff;
  font-size: 0.75rem;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.icon-logo {
  width: 2.857421875em;
}


/*-----------------------------VIDEO CSS--------------------------------*/
*, ::before, ::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.video-bg {
  height: 100vh;
  position: relative;
}
video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*-----------------------------ACORDIAN CSS--------------------------------*/

.wrapper {
  width: auto;
  max-width: 24rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media (max-width: 768px) {
  .wrapper {
    width: auto;
  }
}

input[type=radio] {
  display: none;
}
input[type=radio]:checked + .item .title {
  color: #fff;
}
input[type=radio]:checked + .item .title:after {
  transform: rotate(180deg);
}
input[type=radio]:checked + .item .content {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s, opacity 0.7s;
  padding: 1rem 0;
}

label {
  margin: 0;
}

label::before {
  content: "";
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}

.item {
  display: block;
}

.title {
  color: #fff;
  font-size: 1rem;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.title:after {
  content: "▼";
  display: inline-block;
  font-size: 0.5rem;
}

.content {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 1.6;
  color: #fff;
  font-size: 1rem;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}



@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }
  
  h2 {
    font-size: 2.5rem;
  }

  p {
    width: 40rem;
  }

  .container {
    padding: 4rem;
  }

  .specs {
    display: flex;
    flex-direction: row;
  }

  .calendar {
    height: 100%;
    min-height: 100vh;
  }

  .calendar-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 4rem;
  }
}

@media only screen and (min-width: 1024px) {
  .container {
    padding: 8rem;
  }
}