@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  background-color: rgb(242, 125, 0);
  color: white;
  min-height: 100vh;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

a:link {
  color: rgb(80, 34, 7);
  text-decoration: none;
}

a:visited {
  color: rgb(87, 72, 59);
  text-decoration: none;
}

.teaser {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: fit-content;
}
@media only screen and (max-width: 640px) {
  .teaser {
    width: 90vw;
  }
  .teaser img {
    width: inherit;
  }
}

.content-container {
  width: 60%;
  margin: 0 auto;
  padding: 20px;
}

.nja-core {
  text-transform: lowercase;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}
.nja-box {
  border-width: 16px 0 0 0;
  border-color: rgba(90, 68, 61, 0.5);
  border-style: ridge;
}
.nja-list {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.nja-list li span {
  font-size: 2rem;
}
.nja-list {
  /* Smartphones (portrait and landscape) */
}
@media only screen and (max-width: 640px) {
  .nja-list {
    /* Styles for mobile phones */
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  .nja-list li:nth-child(even) {
    width: 10vw;
    text-align: center;
  }
  .nja-list li:nth-child(even) span {
    font-size: 2rem;
  }
}

.dborder {
  border: brown 1px solid;
}

/* Smartphones (portrait and landscape) */
@media only screen and (min-width: 320px) {
  /* Styles for mobile phones */
}
/* Tablets (portrait and landscape) */
@media only screen and (min-width: 768px) {
  /* Styles for tablets */
}
/* Desktops and laptops */
@media only screen and (min-width: 1200px) {
  /* Styles for desktops */
}

/*# sourceMappingURL=nja.css.map */