@media only screen and (max-width: 1320px) {
  /* ============ Contact ============ */

  main#contact-us section#one .wrapper > .container {
    flex-direction: column;
    width: 100%;
  }

  main#contact-us #image-wrapper {
    margin-top: 100px;
    width: 100%;
  }

  main#contact-us #image-wrapper img {
    width: 80%;
  }

  /* ============ Single Song ============ */

  main#single-song .song-container {
    align-items: unset;
    flex-direction: column;
    align-self: center;
  }

  main#single-song .image-wrapper iframe {
    aspect-ratio: 16/9;
  }

  main#single-song .image-wrapper img,
  main#single-song .image-wrapper video,
  main#single-song .image-wrapper iframe {
    width: 50%;
    height: auto;
    align-self: start;
  }

  main#single-song .image-wrapper video,
  main#single-song .image-wrapper iframe {
    margin-bottom: 100px;
  }

  main#single-song h1 {
    font-size: 30px;
    letter-spacing: normal;
  }

  .song-sheet,
  .audio-file {
    align-self: start;
    margin-block: 10px;
    width: 80%;
  }

  .song-sheet *,
  .audio-file * {
    font-size: 12px !important;
  }

  .events .title {
    width: 50% !important;
  }
}

@media only screen and (max-width: 1280px) {
  section {
    border-bottom-left-radius: unset !important;
    border-bottom-right-radius: unset !important;
  }

  section .container > * {
    width: 100% !important;
  }

  section .wrapper > * {
    width: 100% !important;
  }

  section .wrapper > img {
    width: fit-content !important;
    align-self: start;
  }

  section .container > img {
    width: fit-content !important;
    align-self: start;
  }

  #news .featured-image {
    width: 100% !important;
  }

  .events .featured-image {
    width: 70% !important;
  }

  main#home section#one .container {
    flex-direction: column-reverse;
  }

  main#home section#one img {
    width: 80%;
  }

  main#home section#one .text {
    width: 80%;
    text-align: start;
    align-items: start;
    margin-block: 50px;
  }

  main#home section#two {
    padding-bottom: 40px;
  }

  main#home section#two .container {
    flex-direction: column;
  }

  main#home section#two img {
    width: 80%;
    margin-block: 50px;
  }

  main#home section#two .text {
    width: 80%;
    text-align: start;
    align-items: start;
  }

  main#single-song .image-wrapper img,
  main#single-song .image-wrapper video,
  main#single-song .image-wrapper iframe {
    width: 100%;
  }

  /* ============ Become a Member ============ */

  main#become-a-member section#two .wrapper {
    gap: 150px;
  }

  main#become-a-member .outro {
    margin-top: 100px;
  }

  /* ============ Songs ============ */

  main#songs .songs-grid {
    grid-template-columns: 1fr 1fr;
    place-items: center;
    column-gap: 100px;
  }

  main#songs .songs-grid img {
    width: 100% !important;
  }

  /* ============ Why Join ============ */

  main#why-join .container:has(.link-wrapper) {
    flex-direction: column;
    gap: 100px;
  }

  main#why-join .link-wrapper {
    width: 100%;
  }

  #become-a-member .container:has(.step-number) {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  /* ============ Notices ============ */

  main#notices span {
    align-items: start;
    gap: 0px;
    flex-direction: column;
    margin-bottom: 20px;
  }

  main#notices span h1 {
    font-size: 30px;
    line-height: 110%;
  }

  main#notices p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.36px;
  }

  /* ============ Single News ============ */

  main#single-news section#one .wrapper > img {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  /* ============ Banner ============ */

  .banner .wrapper {
    gap: 50px;
  }

  .banner p {
    font-size: 20px;
  }

  section.intro {
    margin-bottom: 50px;
  }

  /* ============ Intros ============ */

  section.intro .text {
    width: 80% !important;
  }

  .intro p {
    font-size: 20px !important;
  }

  /* ============ Events Pages ============ */

  main.events .event {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  main.events .post-wrapper {
    width: 75%;
  }

  main.events .featured-image {
    width: 80%;
  }

  main.events .event .title {
    align-self: flex-start;
    gap: 15px;
    width: 80%;
  }

  .wrapper iframe {
    margin-bottom: 0px !important;
  }

  main.events .container .text {
    gap: 10px;
    width: 100% !important;
  }

  main.events .event .arrow-link {
    margin-top: 30px;
    width: 200px;
    height: 50px;
  }

  /* ============ News ============ */

  main#news .post {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  main#news .post > .wrapper {
    width: 80%;
  }

  main#news section > .wrapper {
    width: 90%;
  }

  main#news .featured-image {
    width: 80%;
  }

  main#news .post .title {
    align-self: flex-start;
    margin-left: 10%;
    gap: 15px;
    width: 80%;
  }

  main#news .post h1 {
    font-size: 44px;
  }

  main#news .post h2 {
    font-size: 36px;
  }

  main#news .post p {
    font-size: 18px;
  }

  main#news .post .arrow-link {
    width: 200px;
    height: 50px;
  }

  /* ============ Become A Member ============ */

  main#become-a-member #step {
    gap: 30px;
  }

  /* ============ Log In ============ */

  main#login rect {
    display: none;
  }

  main#login .form-container {
    flex-direction: column;
    width: unset;
    margin-block: 20px;
    gap: 50px;
    height: unset;
  }

  main#login input {
    width: 80vw !important;
  }

  /* ============ Link Cards ============ */

  .link-card > * {
    transform: translate(-50%, -50%) !important;
  }

  .link-card img {
    margin-top: 30px;
    top: calc(50% - 100px) !important;
    left: 50% !important;
  }

  .link-card .text {
    top: calc(50% + 100px) !important;
    left: 50% !important;
  }
}

@media only screen and (max-width: 1100px) {
  /* ============ Info Pages ============ */

  main#info-page .container {
    flex-direction: column !important;
  }

  main#info-page .container img {
    width: 80% !important;
  }

  main#info-page .info-section .text {
    text-align: start !important;
    width: 80%;
  }

  main#info-page section.info-section:nth-child(odd) .button {
    align-self: start;
  }
}

@media only screen and (max-width: 1000px) {
  /* ============ Header ============ */

  header .container {
    width: 100%;
  }

  header .logo {
    margin-left: 50px;
  }

  header #burger {
    margin-right: 20px;
  }

  /* ============ Banner ============ */

  .banner p {
    font-size: 25px;
  }

  /* ============ Home ============ */

  main#home section#two {
    padding-bottom: 100px;
  }

  /* ============ Songs ============ */

  main#songs .songs-grid {
    column-gap: 50px;
  }

  main#songs .songs-grid h1 {
    font-size: 25px;
  }

  main#songs .songs-grid h2 {
    font-size: 20px;
  }

  /* ============ Footer ============ */

  footer .wrapper nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-self: center;
    place-content: center;
  }
}

@media only screen and (max-width: 900px) {
  main#songs .songs-grid {
    grid-template-columns: 1fr;
  }

  /* ============ Banner ============ */

  .banner .row * {
    font-size: 20px !important;
  }

  .banner .button-wrapper {
    width: 100%;
  }

  /* ============ Intros ============ */

  section.intro {
    border-bottom-left-radius: 50% 50px;
    border-bottom-right-radius: 50% 50px;
  }

  /* ============ Outros ============ */

  section.outro .text {
    width: 70%;
    text-align: start;
  }

  /* ============ Home ============ */

  main#home section#two {
    border-bottom-left-radius: 50% 50px;
    border-bottom-right-radius: 50% 50px;
  }

  /* ============ Link Cards ============ */

  .link-card img {
    width: 100%;
  }

  .link-card .text {
    width: 90%;
  }

  .link-card .text > h1 {
    width: 95%;
    font-size: 4vw !important;
  }

  .link-card .text > h1:after {
    width: 100%;
    left: 0;
  }

  .link-card .text > p {
    width: 90%;
  }

  /* ============ Become a Member ============ */

  main#become-a-member section#two .wrapper {
    margin-top: 50px;
    gap: 70px;
  }

  /* ============ Footer ============ */

  footer {
    border-top-left-radius: 50% 50px;
    border-top-right-radius: 50% 50px;
  }

  footer .wrapper {
    width: 80%;
  }
}

@media only screen and (max-width: 800px) {
  /* ============ Banner ============ */

  .banner .wrapper {
    width: 95%;
  }

  /* ============ Header ============ */

  header .logo {
    width: unset;
  }

  header .logo a {
    margin-left: 0px;
  }

  header .logo h1 {
    font-size: 30px;
    margin-left: 0;
  }

  header .logo h1 strong {
    font-size: 30px;
  }

  header .logo em {
    font-size: 15px;
    letter-spacing: 5px;
  }

  header .logo img {
    height: 54px;
    right: -30px;
  }

  .legal {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 812px) and (orientation: landscape) {
  #menu .wrapper {
    margin-top: 80%;
  }
}
