/* global */


@font-face {
  font-family: 'Komika';
  src: url('Komika_display-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}



* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: auto;
  font-family: 'Komika',cursive;
}

body {

  backdrop-filter: blur(50px);
  background-image: url(../images/1356275836021pale2.jpg);
 /*
  background-repeat: fill;
*/
}

h1 {
  text-align: center;
  font-size: 3rem;
}

h2 {
  margin-bottom: 20px;
  text-align: center;
}

ul {
  list-style-type: none;
}

footer {
  text-align: center;



  /*  Main Page */

}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: auto;
}


.page {
  position: relative;
}

.title {
  top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  color: rgb(255, 253, 253);
  text-shadow: 12px 12px 30px black;
  width: 100%;
  font-weight: bolder;
  text-align: center;
}

.moved {
  top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  color: rgb(27, 26, 26);
  text-shadow: 12px 12px 30px black;
  width: 100%;
  font-weight: bolder;
  text-align: center;
}


.moved2 {
  top: 150px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  color: rgb(27, 26, 26);
  text-shadow: 12px 12px 30px black;
  width: 100%;
  font-weight: bolder;
  text-align: center;
}

.line1 {
  font-size: 5rem;
}

.line2 {
  font-size: 3rem;
}


.menubar {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0%;
}

.menubar .list1 {
  display: flex;
  justify-content: center;
  gap: 50px;

  padding-bottom: 0;
}

.menubar .list2 {
  display: flex;
  justify-content: center;
  gap: 50px;

  padding-bottom: 20px;
}

.list1 a,
.list2 a {
  margin: 0;
  font-size: 1.8rem;
  color: rgb(77, 72, 72);
  text-decoration: none;
  text-shadow: 8px 8px 20px rgba(14, 74, 96, 1);
}

.list1 a:hover,
.list2 a:hover {
  color: white;
  transition: .5s;
}


/* events */



.events {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 80px;
}

.events h2 {
  margin-top: 50px;
}


/* history */





.history-text {
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 35px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;

}

.history .para1 {
  width: 60%;
  margin: 40px auto 40px auto;
  text-align: center;

}

.history .one {

  margin: 40px auto 40px auto;
  display: flex;
  width: 70%;

}


.history .two {

  display: flex;
  margin: 40px auto 40px auto;
  width: 70%;

}


.history .three {
  margin: 40px auto 40px auto;
  width: 70%;

}

.para2,
.para3 {

  align-items: center;
  vertical-align: middle;
}

.para4 {
  text-align: center;
}

.photo1,
.photo2 {

  object-fit: fill;
}

.video {

  object-fit: fill;
  text-align: center;
  margin-bottom: 40px;
}


/*  ----  members   ---  */


.intro { 
  width: 80%;
  margin-top:40px;
  margin-left: auto;
  margin-right: auto;
  
  }
  
  .intro-text {
    text-align: center;
    padding-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.3;
  
  }
  
  .members li {
    font-size: 1.2rem;
  }
.current {
  margin-top:40px;
  margin-bottom: 40px;
  width: 80%;
 
   margin-left: auto;
  margin-right: auto;
  
}

.currlist {
 
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15%;

}
.past {
  
  margin-bottom: 40px;

}

.pastlist {
  width: 90%;
  align-items: center;
  justify-content: center;
  column-gap: 12%;
  display: flex;
}


.pastlist1,
.pastlist2,
.pastlist3 {

margin-left: 10px;  

}

li .right {
  float: right;
  margin-left: 50px;

}


/* links */



.links {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 80px;
}

.links h2 {
  margin-top: 50px;
}


/* Rules */
.rules {

  height: auto;
}

.rules_intro {
  width: 80%;
  margin: 40px auto;

}

.rules_text {
  width: 75%;

  margin: 40px auto;

}
p.text-intro {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 35px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.3;
}

p.text {
  
  padding-left: 50px;
  padding-bottom: 35px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;

}
p.header {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  padding: 50px;
}

p.footer {
  text-align: right;
  margin-right: 100px;
  font-size: medium;
  font-weight: 200;
}

.rules .number {
  font-weight: bold;
}

/*   map   */

.display {

  display:flex;
  width: 90%;
  margin: 40px auto;
 
  column-gap: 10px;
}

.map {
 
  width: 60%;
}

.map p {
  text-align: center;
  padding-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.data {

  width:35%;
  margin-top: 10%;
  margin-left: 20px;
  margin-bottom: 10%;
  text-align: center;
}

.mappage .data p {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
}

/* listings */

.listing h1 {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
}

.listing .center {

  margin-left: auto;
  margin-right: auto;
  border:5;

}
 
.listing .return {
  text-align: center;
  word-spacing: 10px;
}


th,
td {
  padding-left:10px;
  padding-right: 10px;
}


/* --------------------------------- media queries  -------------------------------- */


@media screen and (max-width: 1480px) {

  /* main page  */
  .line1 {
    font-size: 4rem;
  }

  .line2 {
    font-size: 2rem;
  }

  .list1 a,
  .list2 a {
    margin: 0;
    font-size: 1.6rem;
  }


}


/*  ----------------- 1250px ----------------------- */

@media screen and (max-width: 1250px) {


  /* main page  */
  img {
    width: 90%;
  }


  /* history  */

  .one,
  .two {
    flex-direction: column;
  }

  .photo1,
  .photo2 {

    margin-bottom: 40px;
  }

  .video {
    max-width: 800px;
    object-fit: contain;
  }

  /* members */

  

  .pastlist {

    column-gap: 3%;
  }

 .pastlist1,
.pastlist2,
.pastlist3 {
  margin-left: 5px;

}

}


/* ---------------------------- 1070px  ----------------------------- */

@media screen and (max-width: 1070px) {

  /* main page  */
  img {
    width: 100%;
  }

  .line1 {
    font-size: 3.5rem;
  }

  .line2 {
    font-size: 1.8rem;
  }



  .list1 a,
  .list2 a {
    font-size: 1.5rem;
  }
}


/*  ------------------------------- 870px ---------------------------------- */

@media screen and (max-width: 870px) {

  /* main page  */

  .line1 {
    font-size: 2.8rem;
  }

  .line2 {
    font-size: 1.6rem;
  }


  .list1 a,
  .list2 a {
    margin: 0;
    font-size: 1.4rem;
  }


/*  Events  */
.events-page h1 {
  font-size: 2rem;
}


/* history */

.history-text {
  font-size: .8rem;
}

/*  rules  */

p.text-intro {
  padding-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 200;
}

.rules_text {
  width: 85%;
  margin: 20px auto;
}

p.header {
  font-size: 2.2rem;
   padding: 20px;
}



p.text {
  
  padding-left: 12px;
  padding-bottom: 25px;
  font-size: 1.1rem;
  font-weight: 200;


}


/*  map  */

.display {

  flex-direction: column-reverse;

}

.data,
.map {
  width:90%;
}

}


/* -------------------------- 670px ---------------------------------   */

@media screen and (max-width: 670px) {

  /* main page  */
  footer {
    font-size: .8rem;
  }


  .line1 {
    font-size: 2rem;
  }

  .line2 {
    font-size: 1.4rem;
  }

  .menubar .list1,
  .menubar .list2 {

    column-gap: 25px;
  }

  .list1 a,
  .list2 a {
    font-size: 1.2rem;
  }

/*  members  */


.currlist,
.pastlist {
  flex-direction: column;
align-items: flex-start;

}

.currlist1,
.currlist2
 {
  padding-left: 40px;
}

.pastlist1,
.pastlist2,
.pastlist3 {

  padding-left: 80px;
  width: 410px;
}


/*  rules  */




}

/*  ------------------------------ 550 px ------------------------------  */

@media screen and (max-width: 550px) {

  /* main page  */
  .line1 {

    font-size: 1.5rem;
  }

  .line2 {
    font-size: 1.1rem;
  }

  .menubar .list1,
  .menubar .list2 {
    column-gap: 25px;
  }

  .list1 a,
  .list2 a {
    margin: 0;
    font-size: .8rem;
  }

}