@charset "utf-8";
/*general*/

html, body {
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: black;
}

a {
  color: inherit;
}

hr {
  height: 1px;
  border: 0px;
  margin-bottom: 30px;
}

button:hover {
  cursor: pointer;
}

/* classes */

.content {
  width: 1000px;
  padding: 60px;
  line-height: 1.8;
  margin: auto;
}

.whitebg {
  width: 100%;
  color: black;
  background-color: white;
}

.whitebg a, #links a, #edit a {
  color: inherit;
  text-decoration: none;
}

.whitebg a:hover, #links a:hover, #edit a:hover {
  text-decoration: underline;
  opacity: 0.5
}

.whitebg hr {
  background-color: black;
}

.section {
  height: 50vh;
  width: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0% 10%;
}

.blocktable {
  border-spacing: 40px;
  border-collapse: separate;
  margin: auto;
}

.blocks {
  color: black;
  background-color: white;
  border-radius: 40px;
  padding: 30px;
  text-align: center;
  height: 100%;
  box-shadow: 5px 10px 18px #00000080;
}

.blocks img {
  width: 60%;
}

.blackbutton {
  font-family: "Montserrat", sans-serif;
  padding: 15px;
  background-color: transparent;
  border: 2px solid;
  border-radius: 25px;
  color: black;
  border-color: black;
  font-size: 16px;
  font-weight: bold;
}

.blackbutton:hover {
  opacity: 0.5;
}

/*navbar*/

#nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

#nav li {
  display: inline;
}

#nav li a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  margin: 10px;
  text-decoration: none;
  border-radius: 20px;
}

#nav li a:hover:not(#navregister) {
  background-color: rgba(0, 0, 0, 0.7);
}

#navregister {
  font-family: Montserrat;
  background-color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  color: white;
  border-radius: 20px;
  padding: 14px 16px;
  border: 0px;
}

#navregister:hover {
  background-color: #6382B1;
}

#navopen {
  display: none;
}

#navclose {
  display: none;
}

/*header*/

#home {
  background-image: url('bg-header.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
  width: 70%;
  z-index: 1;
  height: 60vh;
  color: black;
}

#home table {
  padding-top: 64px;
}

#line1, #line2 {
  color: white;
  font-weight: bold;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

#line1 {
  font-size: 3vh;
  margin-bottom: 0.5vh;
}

#line2 {
  font-size: 6vh;
  margin-bottom: 3vh;
}

/*about*/

#about td {
  padding: 15px;
}

#membership {
  background-color: #6382B1;
  color: white;
  border-radius: 50px;
  padding: 40px;
  width: auto;
}

#membership hr {
  margin: 30px 0px;
  background-color: white;
}

.icons {
  padding-right: 10px;
  height: 20px;
  width: 20px;
}

#map {
  width: 90%;
  margin: 20px;
  margin: auto;
  height: 300px;
}

#aboutimg {
  width: 200px;
  padding-top: 10px;
  margin: auto;
  display: block;
}

#notices, #notices a {
  text-align: left;
}

#notices a:hover {
  color: #6382B1;
}

#shirts {
  width: 50%;
}

/* schedule */

#year1, #year2 {
  margin: 0em 0.5em;
}

#year1 {
  opacity: 1;
}

#year2 {
  opacity: 0.2;
}

.scroll {
  margin: 30px 0px;
}

#schedule1, #schedule2 {
  margin: auto;
  text-align: center;
  width: 700px;
}

#schedule1 {
  display: block;
}

#schedule2 {
  display: none;
}

.dates {
  width: 100%;
  border-collapse: collapse;
  margin: auto;
}

.dates td, th {
  font-size: 14px;
  padding: 10px;
  text-align: center;
  border: 1px solid black;
}

/* links and resources */

#links {
  background-image: url('bg-links.jpg');
  height: auto;
  color: white;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

#links table {
  margin: auto;
  width: auto;
}

#links td {
  width: 30%;
  text-align: center;
  text-shadow: none;
}

#links img {
  width: 80%;
  margin: 20px;
  border-radius: 50%;
  box-shadow: 5px 10px 18px #00000080;
}

#links img:hover: not(#shirtsimg) {
  opacity: 0.7;
}

#links ul {
  text-align: left;
}

#links .blocks a:hover {
  opacity: 1;
  color: #6382B1;
}

/* people */

#people {
  background-color: #6382B1;
  color: white;
  height: auto;
  text-align: center;
}

#membertable hr {
  background-color: white;
  display: none;
}

#membertable {
  border-left: 1px solid white;
  padding-left: 40px;
}

.label {
  background-color: white;
  font-weight: bold;
  color: #6382B1;
  border-radius: 20px;
  padding: 14px 16px;
}

#staff {
  vertical-align: center;
  width: 100%;
  text-align: center;
}

#staff td {
  text-align: left;
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
}

#staff img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  padding-right: 10px;
  margin: auto;
}

.slideshow-container {
  width: 100%;
  height: 400px;
  position: relative;
  margin: auto;
  vertical-align: middle;
  overflow: hidden;
}

.mySlides {
  display: none;
  background-size: cover;
  background-position: center;
}

.mySlides img {
  width: 100%;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
}

.prev {
  left: 0;
  border-radius: 0 50% 50% 0;
}

.next {
  right: 0;
  border-radius: 50% 0 0 50%;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.text {
  color: #f2f2f2;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
}

/* Fading animation */

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-name: fade;
  animation-duration: 1s;
}

@-webkit-keyframes fade {
  from {
    opacity: 1
  }
  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: 1
  }
  to {
    opacity: 1
  }
}

/* contact */

#contact {
  text-align: center;
}

#contactinfo {
  padding-right: 20px;
  padding-top: 20px;
}

#contact a:hover {
  text-decoration: underline;
  opacity: 1;
}

#mailicon {
  width: 60px;
  padding-bottom: 20px;
  display: block;
  margin: auto;
}

.textbox, #contact textarea {
  font-family: "Montserrat", sans-serif;
  padding: 1.5%;
  width: 97%;
}

#contact textarea {
  height: 200px;
}

#sendicon {
  width: 15px;
  height: 15px;
  margin-left: 0.5em;
}

/*footer*/

#foot {
  background-color: #6382B1;
  padding: 20px;
  color: white;
  font-size: 12px;
  text-align: center;
}

/* for thankyou.html */

#thankyou {
  vertical-align: middle;
  text-align: center;
  background-color: #6382B1;
  height: 100%;
  width: 100%;
  padding: 10%;
  color: white;
}

/*for update.php*/

#edit {
  width: 80%;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

#edit textarea {
  width: 100%;
  font-family: "Courier";
  font-size: 16px;
  padding: 10px;
  height: 300px;
  line-height: 1.8;
  margin: 10px 0px;
}

#edit .blackbutton {
  margin-top: 10px;
}

/*for registration.html*/

#registration a {
  color: inherit;
  font-weight: bold;
}

#registration {
  height: auto;
  text-align: center;
  color: white;
  padding-top: 64px;
  background-image: url('bg-registration.jpg');
  background-position: top;
}

#registration li {
  font-size: 14px;
  text-align: left;
}

#registration .blocks a:hover {
  color: #6382B1;
  opacity: 1;
}

/* for ipad screens */

@media only screen and (max-width: 1400px) {
  html, body, td, th, div {
    font-size: 14px;
  }
  h2 {
    font-size: 18px;
  }
  /* responsive navbar*/
  #nav {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
  }
  #navopen {
    float: left;
    display: block;
    position: fixed;
    margin: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  #navclose {
    float: left;
    display: none;
    position: fixed;
    padding: 30px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 3;
  }
  #nav li a:not(#navregister) {
    display: block;
    margin: 5px;
  }
  #nav li a:hover:not(#navregister) {
    background-color: rgba(0, 0, 0, 0);
    display: block;
    font-weight: bold;
  }
  /* classes for ipad */
  .content {
    width: 100%;
    padding: 0px;
  }
  .whitebg, #links, #registration, #people, #news {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /* header for ipad */
  #line1 {
    display: none;
  }
  #line2 {
    font-size: 40px;
  }
  /* people for ipad */
  #membertable, #stafftable {
    width: 100%;
    display: block;
    clear: both;
    width: auto;
    padding: 0;
  }
  #staff {
    width: auto;
    margin: auto;
  }
  #peopletable {
    width: 100%;
  }
  #membertable {
    border-left: 0px;
    padding-left: 0px;
  }
  #membertable hr {
    display: block;
    margin-top: 30px;
  }
  .slideshow-container {
    width: 100%;
    height: auto;
  }
  .blackbutton {
    padding: 12px;
    border: 2px solid;
    border-radius: 25px;
    font-size: 14px;
  }
}

/* for mobile screens */

@media only screen and (max-width: 765px) {
  html, body, td, th, div {
    font-size: 12px;
  }
  h2 {
    font-size: 20px;
  }
  #about td, #news td, #links td, #people td {
    display: block;
    clear: both;
    width: auto;
    padding: 0;
  }
  ul li:not(#navbar) {
    margin: 0;
    padding: 0;
  }
  /* classes for mobile */
  .whitebg, #links, #registration, #people {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .blackbutton {
    padding: 10px;
    border: 2px solid;
    border-radius: 20px;
    font-size: 12px;
  }
  .blocktable {
    border-spacing: 0px;
  }
  .blocks {
    display: block;
    clear: both;
    width: auto;
    margin: 20px 0px;
  }
  /* header for mobile */
  #line2 {
    font-size: 30px;
  }
  #home table {
    padding-top: 0px;
  }
  /* about for mobile */
  #aboutimg {
    display: none;
  }
  #membership {
    padding: 15px;
    text-align: center;
  }
  #map {
    height: 200px;
    margin: 2%;
  }
  #about table {
    width: 100%;
  }
  /* schedule for mobile */
  .dates {
    width: 500px;
  }
  .dates td, th {
    font-size: 12px;
    padding: 5px 10px;
  }
  #schedule1, #schedule2 {
    width: auto;
  }
  .scroll {
    overflow-x: auto;
    margin: 20px 0px;
  }
  /* links and resources for mobile */
  #links img {
    width: 50%;
    margin: 10px;
  }
  #links td:not(.blocks) {
    padding: 15px 0px;
  }
  #links .blocks {
    padding: 15px;
  }
  /* people for mobile */
  #people td {
    width: 100%;
  }
  #staff td {
    float: left;
    display: inline-block;
    text-align: center;
  }
  #staff .name {
    margin-bottom: 20px;
  }
  #membertable hr {
    display: block;
    margin-top: 30px;
  }
  .prev, .next {
    padding: 10px;
    font-size: 12px;
  }
  .text {
    padding: 5px 8px;
    bottom: 5px;
  }
  /* contact for mobile */
  .textbox, #contact textarea {
    padding: 10px;
    width: 90%;
  }
  /* footer */
  #foot {
    font-size: 10px;
  }
  /* registration.html for mobile*/
  #registration li {
    font-size: 12px;
    text-align: left;
  }
}