@font-face {
  font-family: SourceSansPro;
  src: url(../fonts/SourceSansPro-Regular.ttf); }
@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-Regular.ttf); }
* {
  font-family: SourceSansPro;
  color: #002333;
  font-size: 1.25rem; }

body {
  background-color: #f9f9f9;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

h1 {
  font-family: Rubik;
  font-size: 3rem; }

input, select, textarea {
  border-radius: 5px;
  border: 1px solid #deefe7;
  padding: .5rem;
  background-color: white;
  resize: none;
  max-width: 350px; }

label {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.25rem; }

button, .button {
  background-color: #159a9c;
  color: #f9f9f9;
  padding: .5rem 2rem;
  border-radius: 5px;
  text-decoration: none;
  user-select: none;
  font-weight: bold;
  font-family: Rubik;
  border: 1px solid #b4bec9;
  cursor: pointer;
  text-align: center;
  white-space: nowrap; }
  button:hover, .button:hover {
    background-color: #1bc6c9; }

#neapolitan {
  display: flex; }
  #neapolitan .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  #neapolitan div.object-list {
    flex: 1; }
    #neapolitan div.object-list p {
      color: #b4bec9;
      font-weight: bold; }
    #neapolitan div.object-list .header div {
      display: flex;
      align-items: center; }
    #neapolitan div.object-list .header a {
      background-color: #159a9c;
      color: #f9f9f9;
      padding: .5rem 2rem;
      border-radius: 5px;
      text-decoration: none;
      user-select: none;
      font-weight: bold;
      font-family: Rubik;
      border: 1px solid #b4bec9;
      cursor: pointer;
      text-align: center;
      white-space: nowrap; }
      #neapolitan div.object-list .header a:hover {
        background-color: #1bc6c9; }
    #neapolitan div.object-list table {
      width: 100%;
      border-spacing: 0; }
      #neapolitan div.object-list table thead {
        background-color: #deefe7; }
      #neapolitan div.object-list table td, #neapolitan div.object-list table th {
        text-align: left;
        white-space: nowrap;
        font-size: 1rem;
        padding: 0.5rem 0; }
      #neapolitan div.object-list table th {
        color: #159a9c; }
      #neapolitan div.object-list table td {
        border-bottom: 1px solid #b4bec9; }
      #neapolitan div.object-list table tbody tr:hover {
        background-color: #eff1f4;
        cursor: pointer; }
  #neapolitan div.object-form div {
    margin-bottom: 1.5rem; }
  #neapolitan div.object-confirm-delete h1 {
    font-size: 1.5rem;
    color: #f27457; }
  #neapolitan div.object-confirm-delete button {
    background-color: #f27457; }
    #neapolitan div.object-confirm-delete button:hover {
      background-color: #f69b86; }
  #neapolitan div.object-detail {
    width: 100%; }
    #neapolitan div.object-detail div.header .options {
      display: flex;
      flex-direction: row;
      gap: 1rem;
      align-items: center;
      justify-content: center; }
      #neapolitan div.object-detail div.header .options a {
        background-color: #159a9c;
        color: #f9f9f9;
        padding: .5rem 2rem;
        border-radius: 5px;
        text-decoration: none;
        user-select: none;
        font-weight: bold;
        font-family: Rubik;
        border: 1px solid #b4bec9;
        cursor: pointer;
        text-align: center;
        white-space: nowrap; }
        #neapolitan div.object-detail div.header .options a:hover {
          background-color: #1bc6c9; }
        #neapolitan div.object-detail div.header .options a.delete {
          background-color: #f27457; }
          #neapolitan div.object-detail div.header .options a.delete:hover {
            background-color: #f69b86; }
    #neapolitan div.object-detail div.field {
      margin-bottom: 1rem; }
    #neapolitan div.object-detail dt {
      color: #b4bec9;
      font-weight: bold; }
    #neapolitan div.object-detail dd {
      margin: 0; }

#content {
  display: flex;
  flex-direction: row;
  flex: 1; }
  #content > div:last-child {
    flex: 1;
    padding: .5rem 1rem;
    margin-left: 250px; }

#sidebar {
  width: 250px;
  background-color: #002333;
  min-height: 100vh;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 5px 0 4px 0px rgba(0, 0, 0, 0.25); }
  #sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 0.5rem;
    margin-top: 4rem; }
    #sidebar ul:last-of-type {
      margin-bottom: 4rem; }
  #sidebar li {
    margin-top: 1rem; }
  #sidebar a {
    color: #deefe7;
    text-decoration: none;
    font-size: 1.5rem;
    display: block;
    pointer-events: all; }
    #sidebar a:hover {
      color: #f9f9f9; }
  #sidebar li.premember a {
    color: #f27457; }

.home {
  width: 100%; }
  .home#neapolitan {
    display: flex;
    flex-direction: column; }
  .home ul {
    width: 100%;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap; }
    .home ul li {
      color: #b4bec9;
      font-weight: bold;
      font-size: 2rem;
      text-align: center;
      max-width: 300px;
      margin-top: 2rem; }
      .home ul li span {
        display: block;
        font-size: 3rem;
        color: #159a9c; }
        .home ul li span.premembers {
          color: #f27457; }
  .home ul.links {
    flex-direction: column; }
    .home ul.links li {
      max-width: 100%;
      text-align: left;
      margin: 2rem 0; }
      .home ul.links li a {
        color: #159a9c;
        font-size: 2rem;
        display: inline;
        text-decoration: none;
        white-space: nowrap; }

form#login {
  display: flex;
  background-color: #b4bec9;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  margin: auto;
  border-radius: 5px; }

div.helptext {
  color: #b4bec9;
  font-size: 1rem;
  margin-bottom: 0.25rem !important; }

div.object-detail div.password dd {
  font-size: 1rem;
  color: #b4bec9;
  max-width: 300px;
  overflow: hidden; }

body.signup {
  padding: 2rem; }
  body.signup div.object-form form {
    margin: auto; }
  body.signup div.object-form div {
    margin-bottom: 1rem; }
  body.signup button {
    margin-top: 2rem; }

.errorlist {
  list-style: none;
  padding: 0; }
  .errorlist li {
    max-width: 300px;
    color: #f27457;
    font-weight: bold;
    background-color: #deefe7;
    padding: 0.25rem;
    text-align: center; }

#search {
  margin-left: 1rem;
  border-radius: 50px;
  padding: .3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border: 2px solid #159a9c; }

.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .container > div {
    flex: 1; }
    .container > div:last-of-type {
      flex: 2; }
  .container h1 {
    font-size: 1.5rem;
    color: #159a9c; }
  .container .dashboard {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap; }
    .container .dashboard ul {
      padding: 0;
      list-style: none;
      max-width: 200px;
      display: flex;
      flex-direction: column; }
      .container .dashboard ul li {
        flex: 1;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center; }
        .container .dashboard ul li.error {
          color: #f27457 !important; }
      .container .dashboard ul li:first-child {
        font-size: 1rem; }
      .container .dashboard ul li:last-child {
        font-size: 1.5rem;
        font-weight: bold;
        color: #159a9c; }
  .container summary {
    background-color: #deefe7;
    color: #159a9c;
    padding: .25rem;
    cursor: pointer;
    font-weight: bold;
    user-select: none;
    font-size: 1rem;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .container details {
    overflow-x: hidden;
    margin-bottom: .5rem; }
    .container details span {
      color: #f27457; }
    .container details form {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      flex-wrap: wrap; }
  .container table {
    width: 100%;
    border-spacing: 0; }
    .container table thead {
      background-color: #deefe7; }
    .container table td, .container table th {
      text-align: left;
      white-space: nowrap;
      font-size: 1rem;
      padding: 0.5rem 0; }
    .container table th {
      color: #159a9c; }
    .container table td {
      border-bottom: 1px solid #b4bec9; }
    .container table tbody tr:hover {
      background-color: #eff1f4;
      cursor: pointer; }
    .container table thead {
      display: none; }
    .container table td {
      font-size: 1.25rem; }

div.error h1 {
  font-size: 1.5rem;
  color: #f27457;
  margin-bottom: 2rem; }

div.member div.header form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

#burger-menu {
  display: none;
  position: absolute;
  top: .5rem;
  left: .5rem;
  cursor: pointer; }

@media screen and (max-width: 1200px) {
  body {
    padding: 0 .5rem; }

  h1 {
    font-size: 1.25rem; }

  .button {
    font-size: 1.25rem; }

  div.member div.object-list table td:nth-child(4), div.member div.object-list table td:nth-child(5), div.member div.object-list table th:nth-child(4), div.member div.object-list table th:nth-child(5), div.pre-member div.object-list table td:nth-child(4), div.pre-member div.object-list table td:nth-child(5), div.pre-member div.object-list table th:nth-child(4), div.pre-member div.object-list table th:nth-child(5) {
    display: none; }

  div.options a, button {
    font-size: 1rem;
    padding: .25rem 1rem !important; }

  #search {
    margin-left: .5rem;
    border-radius: 25px;
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 2px solid #159a9c; }

  #content > div:last-child {
    margin: 0;
    margin-top: 3rem; }

  #burger-menu {
    display: block; }

  #sidebar {
    z-index: 5;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    padding-top: 20px;
    transition: all 0.3s ease-in-out;
    display: none; }
    #sidebar li {
      text-align: center; }
    #sidebar.overlay {
      visibility: visible;
      opacity: 1;
      display: block; }
    #sidebar a {
      display: inline; }

  #neapolitan {
    padding: 0 !important; } }
@media screen and (max-width: 550px) {
  #neapolitan {
    padding: 0 !important; }

  .header {
    flex-direction: column !important; }
    .header div {
      margin-bottom: .5rem; }

  details {
    align-self: center; }

  .container > div {
    flex: 1;
    min-width: 300px; }
  .container .member-options {
    display: flex;
    flex-direction: column; }
    .container .member-options form {
      display: flex;
      flex-direction: column; }
      .container .member-options form input, .container .member-options form button {
        margin: .5rem 0; }
      .container .member-options form label {
        text-align: center; }

  .home .links, .home a {
    overflow: hidden;
    max-width: 400px;
    display: block; } }

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