* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
}

.kalnia-semibold {
  font-family: "Kalnia", serif;

  font-weight: 600;
  font-style: normal;
}

.josefin-sans-semibold {
  font-family: "Josefin Sans", sans-serif;

  font-weight: 600;
  font-style: normal;
}

.josefin-sans-italic {
  font-family: "Josefin Sans", sans-serif;

  font-weight: 300;
  font-style: italic;
}

.desktop-header {
  display: none;
}

.mobile-header {
  overflow: hidden;
  background-color: #232630;
  position: relative;
}

.desktop-footer {
  display: none;
}

.mobile-header #mobileLinks {
  display: none;
}

.mobile-header #desktopLinks {
  display: none;
}

.mobile-header a {
  color: #d3d6e0;
  padding: 5px 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  display: block;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
}

.mobile-header a:first-of-type {
  padding-top: 5px;
}

.mobile-header:last-child {
  padding-bottom: 5px;
}

/* Hamburger Icon */
.mobile-header a.icon {
  background: #000000;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 25px;
  color: white;
}

.mobile-header a:hover {
  color: #59ace7;
}

.logo {
  background-color: #000000;
  color: white;
}

h2 {
  font-family: Kalnia, serif;
  color: white;
  font-size: 40px;
  text-transform: uppercase;
}

#mobileLinks {
  border-bottom: #59ace7 1px solid;
}

#mobileLinks a {
  border-bottom: #4f5667 1px solid;
  margin-top: 5px;
}

#desktopLinks {
  border-bottom: #59ace7 1px solid;
}

#desktopLinks a {
  border-bottom: #4f5667 1px solid;
  margin-top: 5px;
}

.subheader {
  color: white;
  text-align: center;
  background-color: black;
  padding: 0px 0px 5px 0px;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  border-bottom: #59ace7 1px solid;
}

.hero {
  background-image: url(../assets/hero.webp);
  background-size: cover;
  padding: 150px 0px;
  font-family: Josefin Sans, sans-serif;
  border-bottom: 1px #59ace7 solid;
}

.herotext {
  background-color: rgb(0, 0, 0, 0.7);
  color: white;
  padding: 40px 50px 40px 50px;
  text-align: center;
}

.herotext p {
  font-size: 24px;
  font-family: Josefin Sans, sans-serif;
  color: white;
  padding: 0;
  padding-bottom: 10px;
  text-align: center;
  line-height: 30px;
}

.herotext h1 {
  font-size: 40px;
}

.underconstruction {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 500px;
  color: red;
}

#mobileLinks .active {
  color: #59ace7;
}

#desktopLinks .active {
  color: #59ace7;
}

.btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #59ace7;
  width: 225px;
  padding: 10px 0px;
  border-radius: 30px;
  margin-top: 20px;
}

.center {
  display: flex;
  justify-content: space-around;
}

.herotext a {
  text-decoration: none;
  color: white;
  font-size: 24px;
  letter-spacing: 0.15rem;
}

.herotext a:hover {
  color: #232630;
  font-size: 24px;
}

.btn1:hover {
  background-color: #358fcf;
}

body {
  background-color: #2c2f3b;
}

.arrows {
  display: block;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.grid_1-2 {
  background-color: #42475a;
  padding-top: 20px;
  margin-bottom: 50px;
}

.p1_s1_header {
  background-image: url(../assets/library.webp);
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

p {
  color: #d3d6e0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  padding: 15px 40px;
  text-align: justify;
  line-height: 1.5rem;
}

.grid_1-2 h2 {
  text-align: center;
  background-color: rgb(0, 0, 0, 0.7);
  padding: 5px 0px;
}

.inter-regular {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 225px;
  padding: 10px 0px;
  border-radius: 30px;
  margin-top: 20px;
  text-decoration: none;
  margin-bottom: 30px;
}

.btn2:hover {
  background-color: #59ace7;
}

a {
  text-decoration: none;
  color: #358fcf;
  font-family: Josefin Sans, sans-serif;
  font-size: 24px;
}

a:hover {
  color: #232630;
}

.grid_1-1-1 {
  background-color: #42475a;
  margin-bottom: 75px;
}

h3 {
  color: white;
  font-family: Inter, sans-serif;
  font-size: 28px;
  text-align: center;
  background-color: rgb(0, 0, 0, 0.7);
  padding: 20px 0px;
}

.p1_s2_header {
  background-image: url(../assets/characters.webp);
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
}

.p1_s3_header {
  background-image: url(../assets/guildhouse.webp);
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
}

.p1_s4_header {
  background-image: url(../assets/session-notes.webp);
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer {
  background-color: #000000;
}

.icon {
  width: 40px;
  height: 40px;
  margin: auto;
}

.grid_1-1 {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px #358fcf solid;
}

.top {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.topbtn {
  margin: auto;
  padding: 10px;
  font-size: 20px;
}

.scrolltopbtn {
  padding-top: 7px;
}

.lowerfooter {
  background-image: url(../assets/banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: bottom;
}

.btn3 {
  color: white;
  font-size: 20px;
  margin-bottom: 40px;
}

.btn3:hover {
  color: #59ace7;
}

.locationtext p {
  color: #59ace7;
  text-align: center;
  margin: 0;
  padding: 5px;
  font-size: 20px;
}

h5 {
  font-size: 32px;
  color: white;
  font-family: Inter, sans-serif;
  text-align: center;
  padding-top: 30px;
}

.contact {
  margin-left: 50px;
  margin-right: 50px;
  color: #96a2bb;
}

.copyright {
  color: #4f5667;
  text-align: center;
  font-family: Josefin Sans, sans-serif;
}

details {
  color: #d3d6e0;
  font-family: Josefin Sans, sans-serif;
  background-color: #232630;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 10px;
  font-size: 20px;
}

.faqsection {
  background-color: #42475a;
  margin-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

h4 {
  font-family: Kalnia, serif;
  text-transform: uppercase;
  color: white;
  font-size: 30px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}

details p {
  background-color: #1e2028;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 15px;
  border-radius: 10px;
  color: #96a2bb;
  font-size: 16px;
}

summary::marker {
  color: #59ace7;
}

.joinussection {
  background-color: #42475a;
  margin-top: 40px;
  margin-bottom: 50px;
}

input {
  width: 300px;
  height: 30px;
  border-radius: 10px;
  background-color: #d9d9d9;
  padding: 5px;
  margin: 3px;
}

h7 {
  color: white;
  font-family: Josefin Sans, sans-serif;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.mobile-hidden {
  display: none;
}

.submitbtn {
  background-color: #59ace7;
  color: white;
  font-family: Josefin Sans, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

@media (min-width: 900px) {
  main {
    margin-left: 10%;
    margin-right: 10%;
    background-color: #343745;
    padding-bottom: 50px;
  }

  .faqmain {
    padding-top: 20px;
  }

  .herotext p {
    font-size: 30px;
  }

  .herotext h1 {
    font-size: 58px;
  }

  .herotext h1:last-of-type {
    padding-bottom: 50px;
  }

  .herotext {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero {
    height: 700px;
  }

  .arrows {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .mobile-hidden {
    display: block;
    object-fit: cover;
    height: 100%;
    border-radius: 30px;
  }

  .p1_s1_header {
    background-image: none;
  }

  #mobileLinks .active {
    background-color: #4f5667;
    color: #ffffff;
  }

  #desktopLinks .active {
    background-color: #4f5667;
    color: #ffffff;
  }

  p {
    font-size: 16px;
    line-height: 1.8rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p1_s1_header h2 {
    background-color: transparent;
  }

  .p1_s2_header {
    height: 200px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .p1_s2_header h3 {
    margin-top: 126px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .p1_s3_header {
    height: 200px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .p1_s3_header h3 {
    margin-top: 126px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .p1_s4_header {
    height: 200px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .p1_s4_header h3 {
    margin-top: 126px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .desktop-hidden {
    display: none;
  }

  .joinusmain {
    padding-top: 20px;
  }

  .joinussection {
    border-radius: 30px;
    padding-bottom: 40px;
  }

  .joinusdesktop {
    background-image: url(../assets/joinus-mobile.webp);
    border-top: solid 1px #59ace7;
    border-bottom: solid 1px #59ace7;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .joinusdesktop p {
    width: 70%;
  }

  .joinusbackground {
    background: #232630;
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1280px) {
  .mobile-header {
    display: none;
  }

  .desktop-header {
    display: block;
  }

  .mobile-footer {
    display: none;
  }

  .desktop-footer {
    display: block;
    padding-bottom: 100px;
  }

  .grid_1-2-1-1 {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 1fr;
    background-color: black;
    border-bottom: 1px solid #358fcf;
  }

  .subheader {
    border: none;
    font-size: 20px;
    padding-top: 30px;
  }

  .desktop-header .btn2 {
    width: 150px;
  }

  .footernav {
    border-left: 1px solid #4f5667;
    border-right: 1px solid #4f5667;
  }

  #mobileLinks {
    border-bottom: none;
    padding-left: 15%;
    padding-right: 15%;
    background-color: #232630;
  }

  #mobileLinks a {
    border-bottom: none;
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    margin-top: 0;
  }

  #mobileLinks a:hover {
    color: #59ace7;
    background-color: #4f5667;
  }

  #desktopLinks {
    border-bottom: none;
    padding-left: 15%;
    padding-right: 15%;
    background-color: #232630;
  }

  #desktopLinks a {
    border-bottom: none;
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    margin-top: 0;
  }

  #desktopLinks a:hover {
    color: #59ace7;
    background-color: #4f5667;
  }

  .contact {
    width: 300px;
    margin-left: 20%;
    padding: 0;
  }

  .align-right {
    display: flex;
    justify-content: end;
    margin-right: 20%;
    padding-top: 30px;
  }

  .desktop-footer h5 {
    text-align: left;
    margin-left: 20%;
  }

  .desktop-footer h6 {
    text-align: left;
    margin-left: 20%;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #59ace7;
  }

  .desktop-footer h6:hover {
    color: white;
  }

  .locationtext p {
    text-align: right;
    margin-right: 20%;
    line-height: 1.3rem;
    color: #96a2bb;
    font-size: 16px;
    padding-top: 10px;
  }

  h4 {
    font-size: 40px;
  }
}
