/* #cover{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    height: 100vh;
    color: #0C1220;
} */

#mainContainer {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;

  #logo {
    width: 50%;
    margin-top: 15.5rem;
    margin-bottom: 15.5rem;
  }

  #presentation {
    width: 75%;
    gap: 4rem;
    font-family: RedHatR;
    font-size: 1.40rem;
    text-align: justify;
    text-align-last: center;
    word-spacing: -0.05em;
    letter-spacing: 0.065rem;
    text-indent: 0.065rem;
    margin-bottom: 15rem;
  }
}

@media only screen and (max-width: 680px) {

  #mainContainer {
    width: 95%;

    #navContainer {
      margin-top: 1.25rem;
      width: 100%;

      #nav {
        flex-direction: column;
        height: fit-content;
        gap: 0.75rem;
      }

      a {
        font-family: RedHatB;
        font-size: clamp(1rem, 2vw, 1.25rem);
        letter-spacing: 0.75rem;
        text-indent: 0.75rem;
      }

      a:hover {
        border-top: none;
        border-bottom: none;
      }
    }

    #logo {
      width: 95%;
      margin-top: 5rem;
      margin-bottom: 5rem;
    }

    #presentation {
      width: 95%;
      font-size: clamp(1.1rem, 2vw, 1.25rem);
      margin-bottom: 5rem;
    }

    #footer {
      p {
        font-size: 0.9rem;
      }
    }
  }
}

@media only screen and (min-width: 681px) and (max-width: 768px) {

  #mainContainer {
    width: 90%;

    #navContainer {
      margin-top: 1.25rem;
      width: 90%;

      #nav {
        height: fit-content;
        gap: 0.5rem;
      }

      a {
        font-family: RedHatSB;
        font-size: clamp(1rem, 2vw, 1.25rem);
        letter-spacing: 0.5rem;
        text-indent: 0.5rem;
      }

      a:hover {
        border-top: none;
        border-bottom: none;
      }
    }

    #logo {
      width: 90%;
      margin-top: 7.5rem;
      margin-bottom: 5rem;
    }

    #presentation {
      width: 90%;
      font-size: clamp(1.1rem, 2vw, 1.25rem);
      margin-bottom: 5rem;
    }

    #footer {
      p {
        font-size: 0.9rem;
      }
    }
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {

  #mainContainer {
    width: 85%;

    #navContainer {
      margin-top: 1.25rem;
      width: 90%;

      #nav {
        height: fit-content;
        gap: 0.5rem;
      }

      a {
        font-family: RedHatSB;
        font-size: clamp(1rem, 2vw, 1.25rem);
        letter-spacing: 0.5rem;
        text-indent: 0.5rem;
      }

      a:hover {
        border-top: none;
        border-bottom: none;
      }
    }

    #logo {
      width: 60%;
      margin-top: 7.5rem;
      margin-bottom: 5rem;
    }

    #presentation {
      width: 90%;
      font-size: clamp(1.1rem, 2vw, 1.25rem);
      margin-bottom: 5rem;
    }

    #footer {
      p {
        font-size: 0.9rem;
      }
    }
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {

  #mainContainer {
    width: 80%;

    #navContainer {
      margin-top: 1.25rem;
      width: 90%;

      #nav {
        width: 100%;
        height: fit-content;
        gap: 0.5rem;
      }

      a {
        font-family: RedHatSB;
        font-size: clamp(1rem, 2vw, 1.25rem);
        letter-spacing: 0.65rem;
        text-indent: 0.65rem;
      }
    }

    #logo {
      width: 50%;
      margin-top: 7.5rem;
      margin-bottom: 5rem;
    }

    #presentation {
      width: 90%;
      font-size: clamp(1.1rem, 2vw, 1.25rem);
      margin-bottom: 5rem;
    }

    #footer {
      p {
        font-size: 1rem;
      }
    }
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1360px) {

  #mainContainer {

    #navContainer {
      margin-top: 1.25rem;
      width: 90%;

      #nav {
        height: fit-content;
        gap: 0.5rem;
      }

      a {
        font-family: RedHatSB;
        font-size: clamp(1rem, 2vw, 1.25rem);
        letter-spacing: 0.5rem;
        text-indent: 0.5rem;
      }

    }

    #logo {
      width: 50%;
      margin-top: 7.5rem;
      margin-bottom: 5rem;
    }

    #presentation {
      width: 90%;
      font-size: clamp(1.1rem, 2vw, 1.25rem);
      margin-bottom: 5rem;
    }

    #footer {
      p {
        font-size: 1rem;
      }
    }
  }
}