@import url("../fontawesome/css/fontawesome.min.css");
@import url("../fontawesome/css/brands.min.css");
@import url("../fontawesome/css/regular.min.css");
@import url("../fontawesome/css/solid.min.css");

/* Modern CSS Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Base Container Styles */
.container {
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  width: 1140px;
}

/* Container Width Classes */
.container.\31 25\25 { width: 100%; max-width: 0.95vw; min-width: 0.75vw; }
.container.\37 5\25 { width: 855px; }
.container.\35 0\25 { width: 570px; }
.container.\32 5\25 { width: 285px; }

a,
article,
b,
big,
body,
code,
div,
em,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
img,
label,
li,
menu,
ol,
p,
s,
section,
span,
th,
time,
u,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
footer,
header,
menu,
section {
  display: block;
}
body {
  line-height: 1;
}
body {
  -webkit-text-size-adjust: none;
}
*,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1680px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 1200px;
    min-width: 960px;
  }
  .container.\37 5\25 {
    width: 720px;
  }
  .container.\35 0\25 {
    width: 480px;
  }
  .container.\32 5\25 {
    width: 240px;
  }
  .container {
    width: 960px;
  }
}
@media screen and (max-width: 1080px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 118.75%;
    min-width: 95%;
  }
  .container.\37 5\25 {
    width: 71.25%;
  }
  .container.\35 0\25 {
    width: 47.5%;
  }
  .container.\32 5\25 {
    width: 23.75%;
  }
  .container {
    width: 95%;
  }
}
body {
  background-color: #183026;
  background-image: url(../images/overlay.png), url(../images/bg.webp);
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-position: top left, center 0;
  background-attachment: fixed, fixed;
  /* https://systemfontstack.com */
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui,
    helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial,
    sans-serif;
  font-size: 18pt;
  line-height: 1.75em;
  font-weight: 300;
  letter-spacing: 1px;
  color: #fffbfb;
  text-shadow: 0 0 0.5px rgba(58, 57, 57, 0.25);
  -webkit-text-stroke: 0.25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.75em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
h2 {
  font-size: 1.25em;
  letter-spacing: 8px;
}
h3 {
  font-size: 1em;
  letter-spacing: 5px;
}
b {
  font-weight: 400;
}
em,
i {
  font-style: italic;
}
a {
  transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
  color: #35b88f;
  text-shadow: 0 0 0.5px rgba(53, 184, 143, 0.25);
  text-decoration: none;
  border-bottom: dotted 1px rgba(53, 184, 143, 0.5);
}
a:hover {
  border-bottom-color: rgba(53, 184, 143, 0);
}
ol,
p,
ul {
  margin-bottom: 1em;
}
header {
  margin-bottom: 1em;
}
header p {
  display: block;
  margin: 0.5em 0 0 0;
  padding: 0 0 1.5em 0;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 9em;
  height: 9em;
  border-radius: 4px;
}
footer {
  margin-top: 1em;
}
article,
section {
  margin-bottom: 3em;
}
article:last-child,
article > :last-child,
section:last-child,
section > :last-child {
  margin-bottom: 0;
}
ul {
  list-style: disc;
  padding-left: 1em;
}
ul li {
  padding-left: 1.5em;
  margin-top: 1.5em;
}
ul li:first-child {
  margin-top: 0;
}
ul.icons {
  cursor: default;
}
ul.icons li {
  padding-left: 0;
  margin-top: 0;
  display: inline-block;
}
ul.icons a {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  border: 0;
}
ul.menu {
  cursor: default;
}
ul.menu li {
  display: inline-block;
  line-height: 1em;
  border-left: solid 1px #161616;
  padding: 0 0 0 0.5em;
  margin: 0 0 0 0.5em;
}
ul.menu li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}
ol {
  margin-bottom: 1em;
  list-style: decimal;
  padding-left: 1.25em;
}
ol li {
  padding-left: 1.25em;
  margin-top: 1.5em;
}
.box {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
}
.box :last-child {
  margin-bottom: 0;
}
.box.style {
  /* 80% opacity using 8-digit hex (#161616CC) on top of the color #161616. */
  background: #161616CC;
  padding: 3em;
}
.box.style header {
  text-align: center;
}
.icon {
  text-decoration: none;
}
.icon:before {
  display: inline-block;
  font-size: 1.25em;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon > .label {
  display: none;
}
.header {
  position: relative;
  margin-top: 2em;
  margin-bottom: 0;
  text-shadow: 0 0 0.5px rgba(58, 57, 57, 0.25);
  text-align: center;
  border-left: solid 1px #161616;
  cursor: default;
  background: #161616;
  border-radius: 20px;
  padding: 2em;
}
.header header {
  display: inline-block;
}
.header header h1 {
  font-weight: 400;
  font-size: 2em;
  letter-spacing: 10px;
}
.header header p {
  border-top: solid 1px rgba(58, 57, 57, 0.25);
  text-shadow: 0 0 0.5px rgba(58, 57, 57, 0.25);
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 0;
}
.header header p:before {
  content: "";
  display: block;
  border-top: solid 1px rgba(58, 57, 57, 0.25);
  margin: 4px 0 0.8em 0;
}
#footer {
  position: relative;
  color: #161616;
  text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
  text-align: center;
  margin: 3em 0 0 0;
}
#footer a {
  color: #161616;
  text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
#footer a:hover {
  color: #35b88f;
  text-shadow: 0 0 0.5px rgba(69, 200, 159, 0.25);
  border-bottom-color: rgba(53, 184, 143, 0.5);
}
#footer .icons {
  padding: 0.75em 2em 0.75em 2em;
  display: inline-block;
  margin: 0 0 0.5em 0;
}
#footer .copyright {
  margin: 0 0 1em 0;
  font-size: 0.8em;
}

/* Main Navigation */
.main-nav {
  width: 100%;
  padding: 1em 0;
  margin-bottom: 2em;
}

.main-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-title h1 {
  margin: 0;
  font-size: 1.5em;
  letter-spacing: 4px;
  color: #fffbfb;
  text-transform: none;
}

.nav-items {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-items li {
  margin: 0 0 0 2em;
  padding: 0;
}

.nav-items li:first-child {
  margin-left: 0;
}

.nav-items a {
  color: #fffbfb;
  border-bottom: none;
  text-shadow: none;
  -webkit-text-stroke: 0;
  opacity: 0.7;
  transition: opacity 0.35s ease-in-out;
}

.nav-items a:hover,
.nav-items a.active {
  color: #35b88f;
  text-shadow: 0 0 0.5px rgba(53, 184, 143, 0.25);
  opacity: 1;
}
input[type="checkbox"].mobile-menu-toggle {
  display: none !important;
}

@media (max-width: 768px) {
  .main-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-menu-label {
    display: block;
    cursor: pointer;
    font-size: 1.5em;
    color: #35b88f;
    z-index: 1100;
    margin-left: auto;
  }
  .nav-title {
    flex: 1;
  }
  .nav-items {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #161616ee;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    gap: 2em;
  }
  input[type="checkbox"].mobile-menu-toggle:checked ~ .mobile-menu-label + .nav-items {
    display: flex;
  }
  .nav-items li {
    margin: 0;
  }
  .nav-items a {
    font-size: 1.5em;
    color: #fffbfb;
    opacity: 1;
    border-bottom: none;
    text-shadow: none;
  }
}
@media (min-width: 769px) {
  .mobile-menu-label {
    display: none;
  }
  .nav-items {
    display: flex !important;
    position: static;
    flex-direction: row;
    background: none;
    width: auto;
  }
}

@media screen and (max-width: 1024px) {
  * {
    text-shadow: none !important;
  }
  body {
    line-height: 1.5em;
    font-size: 12pt;
    letter-spacing: 0;
  }
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1em;
  }
  h2 {
    font-size: 1.25em;
    letter-spacing: 4px;
  }
  ul li {
    padding-left: 0.5em;
  }
  ul.icons a {
    width: 2em;
    height: 2em;
    line-height: 2em;
  }
  ul.menu li {
    display: block;
    padding: 0;
    border: 0;
    margin: 1em 0 0 0;
  }
  ul.menu li:first-child {
    margin-top: 0;
  }
  ol li {
    padding-left: 0.25em;
  }
  .box.style {
    padding: 1.5em 1em;
  }
  .header {
    margin-top: 0.5em;
    padding: 1.5em 1em;
  }
  .header header h1 {
    font-size: 1.5em;
    letter-spacing: 4px;
  }
  .header header p {
    font-size: 0.9em;
    letter-spacing: 2px;
  }
  .main-nav {
    padding: 0.5em 0;
    margin-bottom: 1em;
  }
  .nav-title h1 {
    font-size: 1.2em;
    letter-spacing: 2px;
  }
  .nav-items {
    display: none;
  }
  #footer {
    margin: 2em 0 0 0;
  }
  #footer .icons {
    padding: 0.5em 1em;
  }
  #footer .copyright {
    font-size: 0.9em;
    margin: 0 0 2em 0;
  }
}
