* {
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

nav {
  background-color: rgb(128 133 55 / 75%);
  padding: 2px;
  position: fixed;
  width: 100%;
  padding: 0 15px;
  z-index: 5;
  transition-duration: 0.3s;
  box-sizing: border-box;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
}

dimm {
  opacity: 0.5;
}

nav ul {
  position: relative;
  white-space: nowrap;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

nav ul li {
  margin: 2px;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

#download a {
  background-color: rgb(89, 160, 89);
  padding: 6px;
  border-radius: 3.5px;
  color: white;
  text-decoration: none;
  font-size: 26px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#download a:hover {
  background-color: rgb(80, 143, 80);
}

nav > ul > li > .nav_logo {
  background: url(../../../../../media/logo.ico);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 0;
}

nav ul li a {
  text-decoration: none;
  color: white;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  padding: 16px;
  touch-action: auto;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

nav ul li a:hover {
  color: rgb(223, 230, 235);
  transition-duration: 0.2s;
}

.page_cover > img {
  background-color: black;
  width: 100%;
  height: 50vh;
  object-fit: cover;
  object-position: 70%, 55%;
  pointer-events: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.text_content {
  margin: 0 25% 0 25%;
  transition-duration: 0.3s;
  text-align: justify;
}

.text_content > p {
  font-size: 18px;
}

.text_content h1,
.text_content h2,
.text_content h3,
.text_content h4,
.text_content h5,
.text_content h6 {
  text-align: left;
}

@media only screen and (max-width: 1000px) {
  .text_content {
    margin: 0 5% 0 5%;
    transition-duration: 0.3s;
  }

  nav {
    padding: 0 8px;
    transition-duration: 0.3s;
  }
}

hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

footer {
  position: absolute;
  background-color: rgb(22, 22, 22);
  color: rgb(245, 245, 245);
  width: 100%;
  text-align: center;
}

footer > .flex_footer {
  justify-content: space-evenly;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 2px;
  margin: 0 25% 0 25%;
  transition-duration: 0.3s;
  padding-bottom: 5px;
}

@media only screen and (max-width: 1550px) {
  footer .flex_footer {
    margin: 0 8% 0 8%;
    transition-duration: 0.3s;
  }
}

footer .info,
footer .logo {
  padding: 0 7%;
  width: 80px;
  line-height: 6pt;
  font-size: 12px;
}

.flex_footer > .logo a img {
  margin-top: 7px;
  height: 60px;
}

.flex_footer .info a {
  color: rgb(245, 245, 245);
  margin: 1px;
}

footer > .copyright,
footer > .copyright a {
  color: grey;
  width: 100%;
  padding: 1px 0;
  font-size: 11px;
  background-color: rgb(22, 22, 22);
}

.card {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.card_item {
  display: flex;
  align-items: center;
  min-width: 150px;
  padding: 0px 20px 0px 20px;
  margin: 10px;
  background-color: rgb(226, 207, 171);
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgb(212, 212, 212);
  flex-direction: column;
  flex-grow: 20;
}

.card_item > h1 {
  font-size: 30px;
  font-weight: 600;
}

.card_item > h2 {
  font-size: 25px;
  font-weight: 400;
}

label > b {
  text-align: left !important;
}

.overlay_box_cover {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 32%;
  transform: translate(-50%, -50%);
  color: white;
}
