@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Arsenal+SC:ital,wght@0,400;0,700;1,400;1,700&family=Beiruti:wght@200..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* CSS Document */
* {
  box-sizing: border-box;
}
/* HTML TAGS */
section {
  margin-bottom: 150px;
}
footer {
  height: 300px;
  background-color: whitesmoke;
}
p {
  line-height: 1.3;
  word-spacing: 2px;
}
h1 {
  font-size: 7.8rem;
  margin: 0px auto 0px 25px;
}
h2 {
  color: black;
  font-family: "Arsenal SC", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.5rem;
}
a {
  color: #3E4F56;
  padding: 0 5px 0 5px;
}
a:hover {
  background-color: #3E4F56;
  color: white;
  text-decoration: none;
}
em {
  color: #D9002E;
}
html, body {
  margin: 25px 25px auto 25px;
  padding: 0px;
  background: white;
  font-size: 10px;
  scroll-behavior: smooth;
}
/* CAROUSEL */
.carousel {
  position: relative;
  margin-top: 25px;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-open:checked + .carousel-item {
  position: static;
  opacity: 50;
}
.carousel-item {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
.carousel-item img {
  display: block;
  height: auto;
  max-width: 100%;
}
.carousel-control {
  margin-left: -35px;
  margin-right: -35px;
  background: rgba(0, 0, 0, 0.05);
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 40px;
  height: 100%;
  line-height: 35px;
  position: absolute;
  top: 0%;
  align-content: center;
  text-align: center;
  width: 75px;
  z-index: 10;
}
.carousel-control.prev {
  left: 2%;
}
.carousel-control.next {
  right: 2%;
}
.carousel-control:hover {
  background: rgba(0, 0, 0, 0.15);
  color: #aaaaaa;
}
#carousel-1:checked ~ .control-1, #carousel-2:checked ~ .control-2, #carousel-3:checked ~ .control-3, #carousel-4:checked ~ .control-4 {
  display: block;
}
.carousel-indicators {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}
.carousel-indicators li {
  display: inline-block;
  margin: 0 5px;
}
.carousel-bullet {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 3.5rem;
}
.carousel-bullet:hover {
  color: #aaaaaa;
}
#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet, #carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet, #carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet, #carousel-4:checked ~ .control-4 ~ .carousel-indicators li:nth-child(4) .carousel-bullet {
  color: #D9002E;
}
#title {
  width: 100%;
  position: absolute;
  padding: 0px;
  margin: 0px auto;
  text-align: center;
  font-size: 27px;
  color: rgba(255, 255, 255, 1);
  font-family: 'Open Sans', sans-serif;
  z-index: 9999;
  /* text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0); */
}
/* IMAGE STYLES */
.logo {
  position: absolute;
  display: inline-block;
  top: 33%;
  margin: 0% 30% 30% 30%;
  width: 45%;
  place-content: center;
}
.icon-watch {
  width: 16px;
  margin: 0px 5px -1px 0px;
  align-items: baseline;
}
.icon-location {
  width: 11px;
  margin: 0px 5px -1px 0px;
  align-items: baseline;
}
.img-membership {
  width: 300px;
  height: 200px;
}
/* FLEXBOX STYLES */
.flex-container {
  display: flex;
  justify-content: space-evenly;
  column-gap: 20px;
  margin: 50px auto 75px auto;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.reverse-row {
  flex-direction: row-reverse;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-nested-row {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  padding: 0 10px 0 10px;
}
.flex-nested-column {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin-top: -20px;
  padding: 0px 10px 0 10px;
}
.align-bottom {
  align-items: flex-end;
}
.hero-spacer {
  height: 780px;
  width: 100%;
  background-color: whitesmoke;
  color: lightgray;
  font-size: 4em;
  text-align: center;
  align-content: center;
}
.panel-big {
  height: 300px;
  width: 60%;
  font-size: 6em;
  color: white;
  text-align: left;
  padding: 25px;
}
.panel-med {
  height: auto;
  width: 60%;
  font-size: 6em;
  color: white;
  text-align: left;
  padding: 25px;
}
.panel-small {
  height: 20px;
  width: 40%;
  font-size: 8em;
  color: white;
  text-align: center;
}
.panel-white {
  height: 280px;
  background-color: white;
}
.section-end {
  height: 20px;
  width: 100%;
}
.img-placeholder {
  background-color: whitesmoke;
  color: lightgray;
  height: 200px;
  width: 300px;
  min-width: 300px;
  text-align: center;
  align-content: center;
  margin-right: 20px;
}
.membership-panel {
  flex-direction: column;
  min-width: 50%;
}
/* NEWS & EVENTS CALENDAR STYLES */
.news-panel {
  flex-direction: column;
  height: 65vh;
  width: 40%;
  font-size: 8em;
  overflow-y: scroll;
}
.news-panel-header-bar {
  height: 20px;
}
.news-panel-footer-bar {
  height: 20px;
  align-items: flex-end;
}
.news-item {
  height: 100px;
}
.events-panel {
  flex-direction: column;
  height: 65vh;
  width: 60%;
  font-size: 8em;
  overflow-y: scroll;
}
.events-month-header {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  height: 75px;
  font-weight: 800;
  font-style: normal;
  font-size: 3.6rem;
  color: white;
  padding: 0px 0px 0px 20px;
  align-content: center;
  top: 0;
}
.event-white {
  height: auto;
}
.event-gray {
  background-color: whitesmoke;
  height: auto;
}
.cal-date-column {
  min-width: 20%;
  text-align: center
}
.cal-time-column {
  min-width: 25%;
}
/* COLORS */
.red {
  background-color: #D9002E;
}
.redbrown {
  background-color: #98111F;
}
.purple {
  background-color: #A8005D;
}
.brown {
  background-color: #740D11;
}
/* TEXT FORMATTING STYLES */
.general-body, .subtitle, .cal-time-place, .cal-event-title, .news-item-date, .news-item-title, .news-article-text, .img-caption {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.img-caption {
  position: absolute;
  font-size: 1.4rem;
  color: white;
  bottom: 4%;
  right: 5%;
}
h1, .events-month-header {
  color: white;
  font-family: "Arsenal SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.general-body {
  color: black;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  margin-top: -15px;
  margin-right: 25px;
}
.subtitle {
  color: white;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  margin: 0px 100px 50px 25px;
  line-height: 1.2;
}
.cal-date {
  color: #A8005D;
  font-family: "Arsenal SC", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 7.2rem;
  margin: -35px 25px 0px 25px;
  padding-top: 30px;
}
.cal-day {
  color: #A8005D;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 2.2rem;
  margin: 0px 25px 0px 25px;
  padding-top: 30px;
}
.cal-time-place {
  color: #3E4F56;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  word-spacing: 0.25rem;
  margin-right: 25px;
  padding-top: 10px;
}
.cal-event-title {
  color: black;
  line-height: 1.2;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  margin: 10px auto 0 0;
}
.news-item-date {
  color: #3E4F56;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  margin-bottom: -25px;
}
.news-item-title {
  color: #A8005D;
  line-height: 1.2;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  margin-bottom: -10px;
}
.news-article-text {
  color: #3E4F56;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  padding-right: 50px;
}
.btn {
  color: white;
  border: solid white 2px;
  padding: 0.75rem 0.5rem 0.5rem 0.5rem;
  margin: auto;
  text-decoration: none;
}
.btn:hover {
  color: #98111F;
  background-color: white;
  text-decoration: none;
}
/* RESPONSIVE */
@media only screen and (max-width: 1080px) {
  html, body {
    margin: 0 10px 0 10px;
  }
  h1 {
    font-size: 3.9rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  .general-body, .cal-time-place {
    font-size: 1rem;
  }
  .subtitle, .cal-event-title {
    font-size: 1.2rem;
    margin: 25px;
  }
  .events-month-header {
    font-size: 2rem;
  }
  .cal-date {
    font-size: 3.6rem;
  }
  .cal-day, .news-item-date, .news-article-text {
    font-size: 1.1rem;
  }
  .news-item-title {
    font-size: 1.4rem;
  }
  .img-caption {
    font-size: 1.2rem;
  }
  .img-placeholder {
    width: 150px;
    height: 100px;
  }
  .img-membership {
    width: 150px;
    height: 100px;
  }
}
@media only screen and (max-width: 926px) {
  .flex-container {
    display: flex;
    flex-direction: column;
  }
  .flex-nested-column {
    margin-top: 0;
  }
  .panel-big {
    height: auto;
    width: 100%;
    font-size: 6em;
    color: white;
    text-align: left;
    padding: 25px;
  }
  .panel-med {
    height: auto;
    width: 100%;
    font-size: 6em;
    color: white;
    text-align: left;
    padding: 25px;
  }
  .panel-small {
    height: 10px;
    width: 100%;
    font-size: 8em;
    color: white;
    text-align: center;
    display: none;
  }
  .panel-white {
    height: auto;
    display: none;
  }
  .news-panel {
    flex-direction: column;
    height: 65vh;
    width: 100%;
    font-size: 8em;
    overflow-y: scroll;
    margin-bottom: 20px;
  }
  .events-panel {
    flex-direction: column;
    height: 65vh;
    width: 100%;
    font-size: 8em;
    overflow-y: scroll;
  }
  h1 {
    font-size: 3.9rem;
    text-align: center;
    margin: auto;
  }
  h2 {
    font-size: 1.25rem;
  }
  .btn {
    margin: auto;
  }
  .carousel-bullet {
    font-size: 2.5rem;
  }
}