/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
@font-face {
  font-family: "Neuropol-Regular";
  font-stretch: 0; /* Note that font-stretch is a % of normal width */
  font-style: normal; /* See note below */
  font-weight: 300;
  src: url(http://3one5.net/assets/fonts/Neuropol-Regular/Neuropol-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "RobotoFlex-Regular";
  font-stretch: 0; /* Note that font-stretch is a % of normal width */
  font-style: normal; /* See note below */
  font-weight: 300;
  src: url(http://3one5.net/assets/fonts/RobotoFlex-Regular/RobotoFlex-Regular.woff2) format("woff2");
}
html {
  font-size: 10px;
  line-height: normal;
  letter-spacing: normal;
  background-color: #000;
  font-weight: 400;
  color: #fff;
}

body {
  font-size: 10px;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-fit-content 1fr -webkit-fit-content;
  -ms-grid-rows: fit-content 1fr fit-content;
  grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
  grid-template-rows: min-content 1fr min-content;
  height: 100vh;
}
body .header {
  width: 100%;
  font-size: 10px;
  line-height: normal;
  letter-spacing: normal;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  border-bottom: 6px solid #1c5a7c;
  position: relative;
  padding-top: 25px;
}
body .header::before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5px;
  border-bottom: 2px solid #427AA9;
}
body .header .logo {
  background-image: url(http://3one5.net/assets/images/LogoDark.webp);
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: 20.6rem;
  height: 13.5rem;
  width: 20.6rem;
  margin-bottom: 3rem;
}
body .header h1 {
  font-size: 33px;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-family: "Neuropol-Regular";
  font-weight: 100;
}
body main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 400px 1fr;
  grid-template-columns: 400px 1fr;
  margin: 10px;
  overflow-y: auto;
}
body main #page-content {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: normal;
  font-family: "RobotoFlex-Regular";
  padding: 10px 50px;
}
body main .sidebar {
  padding-top: 3rem;
  text-align: center;
  border-right: 4px solid #a4644a;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
body main .sidebar::before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 5px;
  bottom: 0px;
  border-right: 1px solid #a4644a;
}
body main .sidebar header {
  font-size: 36px;
  line-height: normal;
  letter-spacing: normal;
  font-family: "Neuropol-Regular";
  font-weight: 100;
  color: #fff;
  margin: 0 auto;
}
body main .sidebar ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
body main .sidebar ul li {
  padding: 20px 0;
}
body main .sidebar button {
  cursor: pointer;
  border: none;
  background: none;
  font-size: 22px;
  line-height: normal;
  letter-spacing: normal;
  font-family: "RobotoFlex-Regular";
  font-weight: 400;
  color: #fff;
  background-color: #427AA9;
  padding: 10px 20px;
  border-radius: 5px;
  border-radius: 20px 0 20px 5px;
  width: 100%;
}
body main .sidebar button:hover {
  background-color: #a4644a;
}
body main .sidebar button.active {
  background-color: #a4644a;
  color: #fff;
  border-radius: 5px 20px 0 20px;
}
body .footer {
  font-size: 30px;
  FONT-FAMILY: "RobotoFlex-Regular";
  font-style: italic;
  text-align: center;
  padding: 30px 0;
  border-top: 3px solid white;
  bottom: 0;
  width: 100%;
  margin-top: 10px;
  position: relative;
}
body .footer::before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid white;
}
body .footer p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
body .footer a {
  font-size: 24px;
  line-height: normal;
  letter-spacing: normal;
  font-family: "RobotoFlex-Regular";
  font-weight: 100;
  color: #427AA9;
  font-weight: 600;
  margin-block: 0;
  text-decoration: none;
}
body .footer a:hover {
  text-decoration: underline;
  color: #a4644a;
}
