@charset "UTF-8";

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fdfdfd;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

img,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

p,
ol {
  line-height: 1.5;
}

/* Navigation */
.navigation {
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 70px;
  background: #fff url("img/colorsmall60.gif") no-repeat 2% 38%;
  border-bottom: thin solid #c2c2c2;
  font-size: 0.9em;
}

.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

.brand {
  position: absolute;
  float: left;
  line-height: 70px;
  color: #000;
  font-family: "Josefin Slab", serif;
  font-size: x-large;
}

nav {
  float: right;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav ul li {
  position: relative;
  float: left;
}

nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  background-color: #fff;
  color: #7b7b7b;
  text-decoration: none;
}

nav ul li a:hover,
nav ul li a:visited:hover {
  background-color: #68acf0;
  color: #fff;
}

nav ul li a:not(:only-child)::after,
nav ul li a:visited:not(:only-child)::after {
  content: " ▾";
  padding-left: 4px;
}

nav ul li ul li {
  min-width: 190px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  z-index: 5;
  display: none;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: #fff;
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0;
}

#nav-toggle span,
#nav-toggle span::before,
#nav-toggle span::after {
  position: absolute;
  display: block;
  width: 35px;
  height: 5px;
  content: "";
  cursor: pointer;
  background: #000;
  border-radius: 1px;
  transition: all 300ms ease-in-out;
}

#nav-toggle span::before {
  top: -10px;
}

#nav-toggle span::after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span::before,
#nav-toggle.active span::after {
  top: 0;
}

#nav-toggle.active span::before {
  transform: rotate(45deg);
}

#nav-toggle.active span::after {
  transform: rotate(-45deg);
}

/* Links */
a.text:link,
a.text:visited {
  display: inline-block;
  padding: 4px;
  background-color: #68acf0;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

a.text:hover,
a.text:active {
  background-color: #fff;
  color: #000;
}

/* Hero */
.hero {
  position: relative;
  display: flex;
  width: 100%;
  height: 90vh;
  justify-content: center;
  align-items: center;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url("img/chapman-vivian3.jpg") center / cover no-repeat;
}

.hero-content {
  position: relative;
  margin: 0.625rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
}

.hero-title {
  margin: 0.5rem 0 0;
  font-size: clamp(3rem, 10vw, 6.5rem);
  font-weight: 700;
  line-height: 0.9;
}

.hero-subtitle {
  margin: 1rem 0 0;
  font-size: clamp(2rem, 7vw, 4rem);
  font-weight: 500;
}

.hero-button {
  margin: 2.5rem 0;
  padding: 1rem;
  color: #000;
  background-color: #fff;
  border: 0;
  font: inherit;
  font-size: 1.6rem;
  font-weight: 800;
  cursor: pointer;
  appearance: none;
}

.hero-button:hover {
  background-color: #000;
  color: #fff;
}

/* Parallax images */
.parallax-1,
.parallax-2,
.parallax-3 {
  background: transparent;
}

.parallax-1 {
  min-height: 500px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}

.parallax-1 h1 {
  line-height: 1.3;
}

.parallax-1 h1 span {
  padding-bottom: 12px;
  color: #e8f380;
  border-bottom: 2px solid #e8f380;
  line-height: 3;
}

.parallax-2 {
  min-height: 400px;
	padding-top: 15vh;
	margin-bottom: 40px; /* adjust as needed */
}

.parallax-3 {
  min-height: 400px;
  padding-top: 15vh;
margin-bottom: 40px; /* adjust as needed */
}

/* Content */
.row {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

article {
  max-width: 900px;
  margin: -7px auto 0;
  line-height: 20px;
  border-top: 4px solid #676767;
}

.image-wrapper {
  float: left;
  width: 220px;
  padding-right: 25px;
  padding-bottom: 10px;
}

.image-wrapper img {
  width: 100%;
}

.image-wrapper span {
  color: #7d7d7d;
  font-family: sans-serif;
  font-size: 11px;
}

h1 {
  font-family: "Josefin Slab", serif;
  font-size: x-large;
  line-height: 1.5;
  text-transform: uppercase;
}

h3 {
  font-family: sans-serif;
  font-size: large;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
}

h5 {
  color: pink;
  font-family: "Corinthia", cursive;
  font-weight: 600;
  text-shadow: 1px 1px 2px #000;
}

h6 {
  font-family: "Josefin Slab", sans-serif;
  text-shadow: 1px 1px 2px #000;
}

.columns {
  column-count: 3;
  column-gap: 40px;
}

.googleCalendar {
  position: relative;
  width: 100%;
  height: 0;
  min-width: 0;
  padding-bottom: 100%;
}

.googleCalendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
}

/* Responsive event table */
.responsive-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}

.responsive-table td {
  padding: 10px;
  vertical-align: top;
}

.event-image {
  width: 304px;
}

.event-image img {
  display: block;
  width: 304px;
  max-width: 100%;
}

.event-details h2 {
  margin-top: 0;
}

/* Footer */
.footer {
  margin: 0 auto;
  padding: 45px 15px 10px;
  text-align: center;
  font-size: 10px;
}

.footer a {
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.footer a:hover {
  color: #f5b833;
}

/* Slideshow */
#slider {
  position: relative;
  z-index: 1;
  width: 90%;
  height: 90%;
  margin: 0 auto;
}

.cycle-prev,
.cycle-next {
  position: absolute;
  top: 0;
  z-index: 800;
  width: 30%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.cycle-prev {
  left: 0;
  background: url("img/arrow-left.png") 50% 50% no-repeat;
}

.cycle-next {
  right: 0;
  background: url("img/arrow-right.png") 50% 50% no-repeat;
}

.cycle-prev:hover,
.cycle-next:hover {
  opacity: 1;
  filter: alpha(opacity=70);
}

#alt-caption {
  width: 88%;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #fff;
  color: #000;
  font-family: Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}

.line,
.flier {
  display: block;
  margin: auto;
}

.line {
  width: 30%;
  padding-bottom: 40px;
}

.flier {
  width: 80%;
  max-width: 780px;
  padding-bottom: 20px;
}

.container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.container > div {
  padding: 2px;
  border-radius: 2px;
}

.column {
  float: left;
  width: 50%;
}

.cols::after {
  display: table;
  clear: both;
  content: "";
}

.videoWrapper {
  position: relative;
  height: 0;
  padding-top: 25px;
  padding-bottom: 56.25%;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Responsive styles */
@media only screen and (max-width: 980px) {
  .brand {
    padding-left: 90px;
    font-size: large;
  }
	 .hero::before {
    background-position: left center;
  }
}

@media screen and (min-width: 800px) {
  .nav-list {
    display: block !important;
  }
	 .hero::before {
    background-position: left center;
  }
}

@media only screen and (max-width: 700px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }

  nav ul {
    display: none;
  }

  nav ul li {
    float: none;
  }

  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }

  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }

  .hero {
    height: 70vh;
    background-size: contain;
  }
	
	 .hero::before {
    background-position: left center;
  }

  .row {
    width: 92%;
  }

  .image-wrapper {
    float: none;
    width: 100%;
    max-width: 320px;
    padding-right: 0;
  }

  .responsive-table,
  .responsive-table tbody,
  .responsive-table tr,
  .responsive-table td {
    display: block;
    width: 100%;
  }

  .responsive-table {
    border-spacing: 0;
  }

  .responsive-table tr {
    margin-bottom: 1rem;
  }

  .responsive-table td {
    padding: 10px 0;
  }

  .event-image img {
    width: 100%;
  }

  .container {
    grid-template-columns: 1fr;
  }

  .column {
    float: none;
    width: 100%;
  }
	@media (max-width: 800px) {
  img {
    width: 100%;
    height: auto;
  }

  .image-wrapper {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  .image-wrapper img {
    width: 100%;
  }
}
}
