@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200;300;400;500&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  text-decoration: none;
  font-family: "lato", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  background-color: #18134d;
}

.formContainer {
  width: 30%;
  background-color: #2c4383;
  padding: 2rem 4rem;
  margin: 2rem 2rem 5rem 2rem;
  border-radius: 5px;
}

h1 {
  margin-bottom: 1rem;
  color: dodgerblue;
  font-family: "lato";
  font-size: 3.5rem;
  font-weight: 500;
}

.fortKnox {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

a {
  color: #fff;
}

.navItems {
  list-style: none;
  display: flex;
  min-width: 13rem;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 8rem;
  color: #fff;
  font-size: 2rem;
}

.navItems li {
  border-bottom: 1.5px solid #18134d;
}

.navItems li:hover {
  border-bottom: whitesmoke 1.5px solid;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}

div label {
  font-size: 2.1rem;
  color: #fea80c;
  font-weight: 600;
}

div input {
  font-size: 2rem;
  margin-bottom: 1.2rem;
  height: 2.8rem;
  padding-left: 0.2rem;
}

.cautionHeader,
.passHeader {
  margin-bottom: 1.5rem;
  color: #fe790c;
}

.passHeader {
  font-size: 1.5rem;
  color: #28c928;
}

.passResult {
  margin-bottom: 2rem;
  width: 100%;
}

.cautionMessageContainer,
.passResultsContainer {
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
}

.cautionMessage,
.passResult {
  margin-bottom: 1rem;
  color: whitesmoke;
  font-size: 1.8rem;
  font-weight: 600;
}

.footerHeader {
  color: whitesmoke;
  font-size: 1.5rem;
}

.btn-Container {
  width: 100%;
  display: flex;
  text-align: center;
  margin: auto;
  justify-content: space-between;
}

.phraseContainer,
.domainContainer {
  display: flex;
  flex-direction: column;
}

.generate,
.reset {
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  background-color: whitesmoke;
  border: none;
  border-radius: 5px;
}
.generate:hover,
.reset:hover {
  cursor: pointer;
  background-color: #8b99af;
  color: white;
  transition: ease-in-out 0.3s;
}

#myInput {
  width: 100%;
}

.passResult {
  display: flex;
}

.copyBtn {
  width: 7rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 2.8rem;
  padding: 0.5rem 0.6rem;
  font-size: 1.6rem;
  margin-left: 1rem;
}
.copyBtn:hover {
  cursor: pointer;
}

.fa-copy {
  margin-right: 0.3rem;
  padding-left: 0.3rem;
}

.linkToPortfolio {
  border-bottom: 1px solid white;
}

h2 {
  color: dodgerblue;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.testLinks {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  margin-bottom: 10rem;
}

.testLinks a {
  margin-bottom: 1rem;
  border-bottom: 1px solid #18134d;
}
.testLinks a:hover {
  border-bottom: 1px solid #fff;
}

@media (max-width: 1250px) {
  .formContainer {
    min-width: 50vw;
  }
}
@media (max-width: 750px) {
  .formContainer {
    min-width: 90vw;
  }

  .generate,
.reset {
    font-size: 1.2rem;
  }

  .copyBtn {
    font-size: 1.3rem;
  }

  div input {
    font-size: 1.5rem;
  }

  div label {
    font-size: 1.7rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  .fa-copy {
    font-size: 1.2rem;
  }
}
.aboutBody {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  background-color: #18134d;
  width: 50%;
  margin: auto;
}

.aboutH1 {
  font-size: 3rem;
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.aboutP {
  font-size: 2rem;
  color: #fff;
  width: 75%;
  margin-bottom: 3rem;
}

.aboutUL {
  font-size: 2rem;
  color: #d1c1c1;
  width: 62%;
}

.aboutLI {
  margin-bottom: 2rem;
}

.AboutNav {
  list-style: none;
  display: flex;
  min-width: 13rem;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 8rem;
  color: #fff;
  font-size: 2rem;
}

.AboutNav li {
  border-bottom: 1.5px solid #18134d;
}

.AboutNav li:hover {
  border-bottom: whitesmoke 1.5px solid;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}

.aboutUL {
  margin-bottom: 4rem;
}

@media (max-width: 1200px) {
  .aboutBody {
    width: 80vw;
  }

  .aboutP {
    font-size: 1.4rem;
  }

  .aboutUL {
    font-size: 1.5rem;
  }

  .aboutH1 {
    font-size: 2.3rem;
  }
}
@media (max-width: 530px) {
  .aboutBody {
    width: 100vw;
  }

  .aboutH1 {
    font-size: 1.7rem;
  }

  .aboutP {
    font-size: 1.2rem;
  }

  .aboutUL {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=style.css.map */