@import "https://unpkg.com/open-props";
@import "../js/tabulator-master/dist/css/tabulator.css";
.hero-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90dvh;
  background-image: url("../images/DrivePanels.png");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-image 0.5s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  /*
  &:before{
      //z-index: 0;
      position: absolute;
      content:"";
      width: 100%;
      height: 100vh;
      background-image: url("../images/C2GLogo2400x1200.png");
      background-size: cover;
  }
  */
}
.hero-image .banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.hero-image .banner-content > div {
  width: 35%;
  height: auto;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  background-color: rgba(244.8, 250.92, 255, 0.6);
  min-width: 280px;
}
@media (max-width: 800px) {
  .hero-image .banner-content > div {
    width: 100%;
  }
}
.hero-image .banner-content > div > img {
  width: 100%;
  height: auto;
  margin: 0px auto 0px auto;
}
.hero-image .banner-content > div > p {
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0px auto;
  color: rgb(0, 113.05, 193.8);
  font-weight: 600;
}

.full-navbar {
  z-index: 10000;
  position: sticky;
  top: 0;
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 2px 2px -1px rgb(163, 171, 189);
  flex-direction: row;
  justify-content: space-between;
  background-color: hsl(205, 100%, 38%);
}
.full-navbar .inner-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 900px) {
  .full-navbar .inner-links {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 900px) {
  .full-navbar {
    padding-top: 1rem;
    flex-direction: column;
    position: static;
  }
  .full-navbar ul {
    text-align: center;
    margin-bottom: 12px;
  }
}
.full-navbar > ul {
  display: flex;
  flex-direction: row;
  width: auto;
  height: 70px;
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding-right: 18px;
}
@media (max-width: 900px) {
  .full-navbar > ul {
    padding-right: 0px;
    flex-direction: column;
    height: auto;
  }
}
.full-navbar svg {
  width: calc(12px + 0.7vw);
  height: calc(12px + 0.7vw);
  fill: hsl(204, 100%, 98%);
  transition: all 0.2s;
}
.full-navbar svg:hover {
  fill: rgb(163, 171, 189);
}
.full-navbar img {
  height: 60px;
  padding: 0px;
  margin: 0px;
  -o-object-fit: contain;
     object-fit: contain;
}
.full-navbar li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 18px;
}
@media (max-width: 900px) {
  .full-navbar li {
    padding: 0px 8px;
  }
}
.full-navbar a {
  height: -moz-fit-content;
  height: fit-content;
  color: hsl(204, 100%, 98%);
  text-decoration: none;
  transition: all 0.2s;
  font-weight: 400;
}
.full-navbar a:hover {
  color: rgb(163, 171, 189);
}
.full-navbar .links p {
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.full-navbar .links svg {
  width: 35px;
  height: 35px;
}
.full-navbar .links svg path {
  fill: white;
}
@media (min-width: 900px) {
  .full-navbar .links svg {
    display: none;
  }
}
@media (max-width: 900px) {
  .full-navbar .links p {
    font-size: 0.8rem;
  }
}
.full-navbar .name {
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .full-navbar .name {
    width: calc(100vw - 16px);
  }
}
.full-navbar .name p {
  margin: 0px;
  font-weight: 600;
  font-size: 1.5rem;
}
.full-navbar .sub-bar {
  height: 30px;
  width: 100%;
  background-color: hsl(204, 100%, 98%);
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 900px) {
  .full-navbar .sub-bar {
    height: 60px;
    flex-direction: column;
    justify-content: center;
  }
  .full-navbar .sub-bar ul {
    justify-content: center;
  }
}
@media (max-width: 952px) {
  .full-navbar .social-links {
    display: none;
  }
}
.full-navbar .account-widget {
  height: 100%;
  display: flex;
  flex-direction: row;
  width: 100%;
  text-align: right;
  padding: 0px;
  margin: 0px;
  justify-content: flex-end;
}
.full-navbar .account-widget * {
  color: hsl(216, 16%, 12%);
  font-weight: 300;
  font-size: 0.9rem;
}
.full-navbar .account-widget *:hover {
  color: rgb(163, 171, 189);
}
@media (max-width: 425px) {
  .full-navbar .account-widget {
    flex-direction: column;
    justify-content: center;
  }
  .full-navbar .account-widget li {
    margin: auto;
  }
}
.full-navbar .breadcrumb {
  height: 100%;
  padding: 0px;
  padding-left: 1rem;
  margin: 0px;
  width: 100%;
  border-radius: 0px;
  background-color: hsl(204, 100%, 98%);
}
@media (max-width: 900px) {
  .full-navbar .breadcrumb {
    padding-left: 0px;
    display: none;
  }
}
.full-navbar .breadcrumb li {
  display: flex;
  flex-direction: row;
  padding: 0px;
  padding-top: 4px;
}
.full-navbar .breadcrumb li > a {
  color: hsl(216, 16%, 12%);
  font-weight: 300;
  font-size: 0.9rem;
}
.full-navbar .breadcrumb li > a:hover {
  color: rgb(163, 171, 189);
}
.full-navbar .breadcrumb li:not(:last-child)::after {
  padding: 0px 12px;
  color: rgb(163, 171, 189);
  content: ">";
  font-size: 0.9rem;
  font-weight: 300;
}

.hamburger-navbar {
  z-index: 10;
  position: sticky;
  top: 0;
  height: minmax(70px auto);
  width: 100%;
  flex-direction: column;
  background-color: hsl(216, 16%, 12%);
  border: 1px solid white;
  display: none;
  /*
  @media (max-width: 800px) {
      visibility: visible;
  }

  @media (min-width: 800px) {
      visibility: collapse;
      display: none;

      .full-navbar * {
          display: none;
      }
  }
  */
}
.hamburger-navbar#collapsable-links {
  display: none;
}
.hamburger-navbar .links {
  width: 100%;
  border: 1px solid yellow;
  padding: 0px;
  margin: none;
  list-style: none;
  list-style-type: none;
  text-align: center;
}
.hamburger-navbar .links a {
  color: hsl(204, 100%, 98%);
  border: 1px solid purple;
  display: block;
}

.footer {
  width: 100%;
  height: auto;
  min-height: 200px;
  background-color: hsl(216, 16%, 12%);
  padding: 5% 15%;
  overflow-x: hidden;
}
.footer > * {
  color: rgba(244.8, 250.92, 255, 0.9);
  font-weight: 100;
}

.contact-form-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  background-color: rgba(244.8, 250.92, 255, 0.4);
}
@media (max-width: 800px) {
  .contact-form-container {
    flex-direction: column;
  }
}
@media (min-width: 800px) {
  .contact-form-container {
    flex-direction: row;
  }
}
.contact-form-container input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
.contact-form-container label:has(input[type=checkbox]:checked) {
  color: hsl(205, 100%, 38%);
  font-weight: 600;
}
.contact-form-container .form-header-and-body {
  flex: 2;
  height: -moz-fit-content;
  height: fit-content;
}
.contact-form-container .form-header-and-body .form-header {
  padding: 1rem;
}
.contact-form-container .form-header-and-body .form-body {
  flex: 1;
  padding: 2rem;
  height: -moz-fit-content;
  height: fit-content;
}
.contact-form-container .form-header-and-body .form-body .name-input, .contact-form-container .form-header-and-body .form-body .company-input, .contact-form-container .form-header-and-body .form-body .email-input, .contact-form-container .form-header-and-body .form-body .phone-input {
  width: 100%;
  margin-bottom: 1.5rem;
}
.contact-form-container .form-header-and-body .form-body .name-input input, .contact-form-container .form-header-and-body .form-body .company-input input, .contact-form-container .form-header-and-body .form-body .email-input input, .contact-form-container .form-header-and-body .form-body .phone-input input {
  width: 70%;
  margin-left: 15%;
  padding: 0px 1.5rem;
  border-style: none;
  border-bottom: 1px solid rgb(163, 171, 189);
  font-weight: 300;
  background-color: rgba(244.8, 250.92, 255, 0);
}
.contact-form-container .form-header-and-body .form-body .name-input input:focus, .contact-form-container .form-header-and-body .form-body .company-input input:focus, .contact-form-container .form-header-and-body .form-body .email-input input:focus, .contact-form-container .form-header-and-body .form-body .phone-input input:focus {
  border-bottom: 1px solid hsl(216, 16%, 12%);
  outline: none;
}
.contact-form-container .form-header-and-body .form-body .service-select {
  margin: auto;
  padding-left: 15%;
}
.contact-form-container .form-header-and-body .form-body .service-select label {
  font-weight: 300;
  color: hsl(216, 16%, 12%);
}
.contact-form-container .form-header-and-body .form-body .message-input {
  width: 100%;
  height: 300px;
}
.contact-form-container .form-header-and-body .form-body .message-input textarea {
  width: 100%;
  height: 100%;
  border-style: none;
  border: 1px solid rgb(163, 171, 189);
  font-weight: 300;
}
.contact-form-container .form-header-and-body .form-body .submission {
  width: 100%;
  padding: 12px 0px;
  text-align: center;
  font-weight: 400;
  background-color: hsl(205, 100%, 38%);
  color: hsl(204, 100%, 98%);
  text-decoration: none;
  border: none;
}
.contact-form-container .form-header-and-body .form-body .submission:hover {
  box-shadow: 0px 0px 2px 2px rgb(63, 71, 86);
}
.contact-form-container .form-header-and-body .form-body .captcha {
  padding: 16px 0px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.contact-form-container .form-footer {
  flex: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 1rem;
  padding-top: calc(50.27px + 1rem);
}
.contact-form-container .form-footer h5 {
  width: 100%;
}
.contact-form-container .form-footer p {
  flex: 1;
}
.contact-form-container .form-footer .map {
  flex: 1;
  width: 100%;
  min-height: 250px;
}
.contact-form-container .form-footer .map p {
  text-align: center;
}
.contact-form-container .form-footer .map .addr {
  color: rgb(63, 71, 86);
  padding: 0px;
  margin: 0px;
}

.service-template {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: row;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
  background-color: hsl(204, 100%, 98%);
}
@media (min-width: 800px) {
  .service-template {
    flex-direction: row;
  }
}
@media (max-width: 800px) {
  .service-template {
    flex-direction: column;
  }
}
.service-template .service-image {
  flex: 1;
  height: 90vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 800px) {
  .service-template .service-image {
    position: sticky;
    top: 10vh;
    align-self: flex-start;
  }
}
@media (max-width: 800px) {
  .service-template .service-image {
    width: 100%;
    height: auto;
  }
}
.service-template .service-image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-template .service-text {
  flex: 2;
  display: flex;
  flex-direction: column;
  padding: 0px 4rem;
}
.service-template .service-text ul {
  list-style-type: square;
}
.service-template .service-text ul ::marker {
  color: hsl(205, 100%, 38%);
}
.service-template .service-text ul li {
  font-weight: 300;
}
.service-template .service-text ol > li::marker {
  color: hsl(205, 100%, 38%);
  font-weight: 500;
  font-size: 1.75rem;
}
.service-template .service-text .service-info {
  background-color: none;
}
.service-template .service-text .service-info > h3 {
  font-size: 2.618rem;
  text-align: center;
}
.service-template .service-text .service-list {
  margin-bottom: 2rem;
}
.service-template .service-text .button-return, .service-template .service-text .button-contact {
  width: 30%;
  margin: auto auto 2rem auto;
  padding: 12px 0px;
  text-align: center;
  font-weight: 400;
}
.service-template .service-text .button-return:hover, .service-template .service-text .button-contact:hover {
  box-shadow: 0px 0px 2px 2px rgb(63, 71, 86);
}
.service-template .service-text .button-return {
  background-color: none;
}
.service-template .service-text .button-return:visited {
  color: hsl(205, 100%, 38%);
}
.service-template .service-text .button-contact {
  background-color: hsl(205, 100%, 38%);
  color: hsl(204, 100%, 98%);
  text-decoration: none;
}
.service-template .service-text .button-contact:visited {
  color: hsl(204, 100%, 98%);
}

.text_section_full {
  width: 100%;
  background-color: hsl(204, 100%, 98%);
  margin: 0px;
  padding: 2.5rem 5rem;
}
.text_section_full h1, .text_section_full h2, .text_section_full h3, .text_section_full h4, .text_section_full h5 {
  text-align: center;
  margin: auto;
}

.text_section_full_inverted {
  width: 100%;
  background-color: hsl(205, 100%, 38%);
}
.text_section_full_inverted h1, .text_section_full_inverted h2, .text_section_full_inverted h3, .text_section_full_inverted h4, .text_section_full_inverted h5 {
  text-align: center;
  margin: auto;
}
.text_section_full_inverted h1, .text_section_full_inverted h2, .text_section_full_inverted h3, .text_section_full_inverted h4, .text_section_full_inverted h5, .text_section_full_inverted p {
  color: hsl(204, 100%, 98%);
}

.table-wrapper {
  height: auto;
  width: 100%;
  overflow: auto;
  max-height: 80%;
  margin: auto;
  border: 1px solid hsl(216, 16%, 12%);
}

.table-search {
  min-width: 240px;
  width: 30%;
  max-width: 450px;
  padding: 6px 12px;
  border: none;
  border-bottom: 1px solid hsl(216, 16%, 12%);
  margin-bottom: 14px;
  background: none;
  font-weight: 300;
  color: hsl(216, 16%, 12%);
  outline: none;
}

.default-table {
  width: 100%;
  height: 100%;
  background-color: hsl(204, 100%, 98%);
  border-collapse: collapse;
  overflow-x: auto;
}
@media (max-width: 1280px) {
  .default-table tbody tr th:nth-child(1), .default-table tbody tr td:nth-child(1) {
    display: none;
  }
  .default-table tbody tr th:nth-child(2), .default-table tbody tr td:nth-child(2) {
    display: none;
  }
}
@media (max-width: 800px) {
  .default-table tbody tr th:nth-child(5), .default-table tbody tr td:nth-child(5) {
    display: none;
  }
}
@media (max-width: 600px) {
  .default-table tbody tr th:nth-child(6), .default-table tbody tr td:nth-child(6) {
    display: none;
  }
}
.default-table tbody tr {
  width: 100%;
  border-bottom: 1px solid hsl(216, 16%, 12%);
  /*&:nth-child(even){
      background-color: $Grey_Friends_3;
  }*/
  /*&:first-child{
      background-color: $Grey_Friends_1;
      td{
          color: $Grey_Friends_5;
      }
  }*/
}
.default-table tbody tr:hover {
  background-color: rgb(63, 71, 86);
}
.default-table tbody tr:hover td, .default-table tbody tr:hover a {
  color: hsl(204, 100%, 98%);
}
.default-table th {
  padding: 6px 12px;
  font-weight: 500;
  color: hsl(204, 100%, 98%);
  background-color: hsl(205, 100%, 38%);
}
.default-table td {
  padding: 6px 12px;
  font-weight: 300;
  color: hsl(216, 16%, 12%);
}
.default-table a {
  font-weight: 300;
  text-decoration: underline;
  color: hsl(216, 16%, 12%);
}

.dark-table {
  width: 100%;
  background-color: hsl(216, 16%, 12%);
  border-collapse: collapse;
  overflow-x: auto;
}
.dark-table tr {
  width: 100%;
  border-bottom: 1px solid hsl(204, 100%, 98%);
}
.dark-table tr:nth-child(even) {
  background-color: rgb(163, 171, 189);
}
.dark-table tr:hover {
  background-color: rgb(63, 71, 86);
}
.dark-table tr:hover td {
  color: hsl(204, 100%, 98%);
}
.dark-table tr:first-child {
  background-color: hsl(205, 100%, 38%);
}
.dark-table tr:first-child td {
  color: hsl(204, 100%, 98%);
}
.dark-table td {
  padding: 6px 12px;
  font-weight: 300;
  color: hsl(216, 16%, 12%);
}

.table-flex-row {
  display: flex;
  flex-wrap: wrap;
}

.timeslot-table-card {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.timeslot-table-card .date, .timeslot-table-card .project, .timeslot-table-card .time, .timeslot-table-card .memo, .timeslot-table-card .delete, .timeslot-table-card .edit {
  font-weight: 400;
  margin: 0px;
}
.timeslot-table-card .date {
  width: 15%;
}
.timeslot-table-card .project {
  width: 20%;
}
.timeslot-table-card .time {
  width: 20%;
}
.timeslot-table-card .memo {
  width: 45%;
}
.timeslot-table-card .delete, .timeslot-table-card .edit {
  width: 9rem;
  margin: auto;
  margin-top: 10px;
  text-align: center;
  color: hsl(204, 100%, 98%);
}
.timeslot-table-card .edit {
  background-color: hsl(205, 100%, 38%);
}
.timeslot-table-card .edit:hover {
  box-shadow: 0px 0px 2px 2px rgb(63, 71, 86);
}
.timeslot-table-card .delete {
  background-color: red;
}
.timeslot-table-card .delete:hover {
  box-shadow: 0px 0px 2px 2px rgb(63, 71, 86);
}

.table-edit-form {
  width: 100%;
  border: 1px solid blue;
}

.client-timesheet-table {
  width: 100%;
  height: 100%;
  background-color: hsl(204, 100%, 98%);
  border-collapse: collapse;
  overflow-x: auto;
}
.client-timesheet-table tbody tr {
  width: 100%;
  border-bottom: 1px solid hsl(216, 16%, 12%);
}
.client-timesheet-table th {
  padding: 6px 12px;
  font-weight: 500;
  color: hsl(204, 100%, 98%);
  background-color: hsl(205, 100%, 38%);
}
.client-timesheet-table td {
  padding: 6px 12px;
  font-weight: 300;
  color: hsl(216, 16%, 12%);
}
.client-timesheet-table a {
  font-weight: 300;
  text-decoration: underline;
  color: hsl(216, 16%, 12%);
}

body {
  overflow-x: hidden;
}

.content {
  background-color: hsl(204, 100%, 98%);
}

.dashboard-content {
  display: flex;
  flex-direction: row;
  min-height: 90vh;
  height: auto;
  position: relative;
}
.dashboard-content .sidebar {
  padding-top: 1rem;
  display: flex;
  flex-direction: row;
  position: sticky;
  top: 100px;
  overflow-x: hidden;
  flex-basis: 240px;
  height: calc(100vh - 100px);
  background-color: hsl(204, 50%, 93%);
  transition-behavior: allow-discrete;
  transition: all 0.2s ease-in-out;
  z-index: 10;
}
@media (max-width: 868px) {
  .dashboard-content .sidebar {
    display: none;
  }
}
.dashboard-content .sidebar .tiny {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0;
  text-align: center;
  margin: 0;
  color: rgb(163, 171, 189);
}
.dashboard-content .sidebar .emphasis {
  font-weight: 900;
  color: hsl(216, 16%, 12%);
  text-align: center;
}
.dashboard-content .sidebar .main-list .category-name {
  font-weight: 300;
}
.dashboard-content .sidebar .main-list .dash-links li {
  font-weight: 300;
}
.dashboard-content .sidebar * {
  color: hsl(216, 16%, 12%);
  letter-spacing: 0;
}
.dashboard-content .sidebar .link-wrapper {
  overflow-x: hidden;
  height: -moz-min-content;
  height: min-content;
  flex: 1;
  position: sticky;
  top: 0;
}
.dashboard-content .sidebar .link-wrapper a {
  display: flex;
  align-items: center;
  width: 240px;
  overflow-x: hidden;
  height: 3rem;
  background-color: hsl(204, 50%, 93%);
  padding: 2px;
}
.dashboard-content .sidebar .link-wrapper a:hover {
  background-color: hsl(204, 100%, 98%);
  text-decoration: none;
}
.dashboard-content .sidebar .link-wrapper a p {
  width: 240px;
  overflow-x: hidden;
  height: -moz-max-content;
  height: max-content;
  padding-left: 1rem;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 300;
}
.dashboard-content .sidebar .link-wrapper a p:hover {
  text-decoration: none;
}
.dashboard-content .sidebar-switch {
  position: sticky;
  top: 100px;
  flex-basis: 24px;
  height: calc(100vh - 100px);
  background-color: hsl(204, 50%, 93%);
  transition: all 0.05s ease-in-out;
  box-shadow: 2px 0px 2px -1px rgb(163, 171, 189);
}
@media (max-width: 868px) {
  .dashboard-content .sidebar-switch {
    display: none;
  }
}
.dashboard-content .sidebar-switch:hover svg path {
  fill: hsl(205, 100%, 38%);
}
.dashboard-content .sidebar-switch svg {
  transition: all 0.25s ease-in-out;
}
.dashboard-content .sidebar-switch svg path {
  fill: hsl(216, 16%, 12%);
  transition: all 0.1s ease-in-out;
}
.dashboard-content .not-sidebar {
  flex: 1;
  min-width: 0;
  transition: all 0.2s ease-in-out;
  height: auto;
  padding: 2rem 2rem;
  margin: 0px;
  background-color: hsl(204, 50%, 93%);
}
@media (max-width: 868px) {
  .dashboard-content .not-sidebar {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .dashboard-content .not-sidebar .page-title {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .dashboard-content .not-sidebar .page-subtitle {
    display: none;
  }
}

.footer-topper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: hsl(216, 16%, 12%);
  border: none;
  padding: 0px;
  padding: 6px 42px;
}
@media (min-width: 868px) {
  .footer-topper {
    display: none;
  }
}
.footer-topper ul, .footer-topper li, .footer-topper a {
  list-style: none;
  color: hsl(204, 100%, 98%);
  padding: 0px;
  margin: 0px;
}
.footer-topper .category-name {
  font-weight: 400;
}

/*
.qr-wrapper{
    height: 60vh;

    #reader__scan_region{
        height: 60vh;
    }
    video{
        height: 60vh;
    }
}
    */
@media (orientation: portrait) {
  .qr-camera {
    width: 100%;
    margin: none;
  }
}
@media (orientation: landscape) {
  .qr-camera {
    width: 60vh;
    margin: auto;
  }
}

.contact-view {
  display: flex;
  flex-direction: column;
}
.contact-view .companyName {
  padding-left: 12%;
  width: 100%;
}
.contact-view p {
  padding: 8px 15%;
}

.auth-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80vh;
  background-color: hsl(204, 100%, 98%);
  position: relative;
  overflow: hidden;
}
.auth-wrapper .auth-form {
  box-shadow: -3px 3px 5px 0px rgb(163, 171, 189);
  z-index: 100;
  font-weight: 300;
  justify-content: center;
  text-align: center;
  transition: all 0.4s ease;
  width: 240px;
  padding: 3rem;
  background-color: hsl(204, 100%, 98%);
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.auth-wrapper .auth-form table {
  margin: auto;
  transition: all 0.4s ease;
  border-collapse: separate;
  border-spacing: 0 1rem;
  width: -moz-min-content;
  width: min-content;
}
.auth-wrapper .auth-form table tr {
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 1rem;
}
.auth-wrapper .auth-form table td {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  transition: all 0.4s ease;
}
.auth-wrapper .auth-form table td label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: hsl(204, 100%, 98%);
  padding: 0px;
  margin: 0px;
  margin-left: 9px;
  padding-left: px;
  padding-right: 1px;
  transition: all 0.4s ease;
}
.auth-wrapper .auth-form table td input {
  border: 1px solid rgb(163, 171, 189);
  background: none;
  font-weight: 300;
  transition: all 0.1s ease;
  height: 2.5rem;
  padding: 0px;
  padding-left: 5px;
  box-sizing: border-box;
}
.auth-wrapper .auth-form table td input:focus {
  height: 3rem;
  outline: none;
  border-width: 3px;
  border-radius: 0px;
  border-color: hsl(205, 100%, 38%);
}
.auth-wrapper .auth-form table td input #id_username, .auth-wrapper .auth-form table td input #id_password {
  font-weight: 300;
}
.auth-wrapper .auth-form table td label:has(+ input:not(:-moz-placeholder)) {
  padding-top: 1px;
  background-color: hsl(204, 100%, 98%);
  font-size: 0.7rem;
  top: 0%;
  transform: translateY(-45%);
}
.auth-wrapper .auth-form table td label:has(+ input:not(:placeholder-shown)) {
  padding-top: 1px;
  background-color: hsl(204, 100%, 98%);
  font-size: 0.7rem;
  top: 0%;
  transform: translateY(-45%);
}
.auth-wrapper .auth-form table td input:-moz-placeholder {
  caret-color: transparent;
}
.auth-wrapper .auth-form table td input:placeholder-shown {
  caret-color: transparent;
}
.auth-wrapper .auth-form .captcha {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.auth-wrapper .auth-form #submit_button {
  margin: 8px 0px;
}
.auth-wrapper input[type=submit] {
  color: hsl(216, 16%, 12%);
  background-color: hsl(204, 100%, 98%);
  border: 1px solid rgb(163, 171, 189);
  outline: none;
  height: 2rem;
  width: 8rem;
}

.contact-auth-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: -moz-max-content;
  height: max-content;
  background-color: hsl(204, 100%, 98%);
  position: relative;
  width: 100%;
  align-items: stretch;
}
.contact-auth-wrapper .contact-form {
  z-index: 100;
  font-weight: 300;
  justify-content: center;
  text-align: center;
  transition: all 0.4s ease;
  width: 100%;
  padding: 3rem;
  background-color: hsl(204, 100%, 98%);
  margin: 0px;
  height: -moz-max-content;
  height: max-content;
  height: -moz-fit-content;
  height: fit-content;
}
.contact-auth-wrapper .contact-form table {
  margin: auto;
  transition: all 0.4s ease;
  border-collapse: separate;
  border-spacing: 0 1rem;
  width: -moz-min-content;
  width: min-content;
}
.contact-auth-wrapper .contact-form table tr {
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 1rem;
}
.contact-auth-wrapper .contact-form table td {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  transition: all 0.4s ease;
}
.contact-auth-wrapper .contact-form table td > label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: hsl(204, 100%, 98%);
  padding: 0px;
  margin: 0px;
  margin-left: 9px;
  padding-left: px;
  padding-right: 1px;
  transition: all 0.4s ease;
}
.contact-auth-wrapper .contact-form table td > input, .contact-auth-wrapper .contact-form table td textarea {
  border: 1px solid rgb(163, 171, 189);
  background: none;
  font-weight: 300;
  transition: all 0.1s ease;
  height: 2.5rem;
  padding: 0px;
  padding-left: 5px;
  width: 100%;
  box-sizing: border-box;
}
.contact-auth-wrapper .contact-form table td > input:focus, .contact-auth-wrapper .contact-form table td textarea:focus {
  height: 3rem;
  outline: none;
  border-width: 3px;
  border-radius: 0px;
  border-color: hsl(205, 100%, 38%);
}
.contact-auth-wrapper .contact-form table td > input #id_username, .contact-auth-wrapper .contact-form table td > input #id_password, .contact-auth-wrapper .contact-form table td textarea #id_username, .contact-auth-wrapper .contact-form table td textarea #id_password {
  font-weight: 300;
}
.contact-auth-wrapper .contact-form table td textarea {
  min-height: 10rem;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 200px;
  width: 40vw;
}
.contact-auth-wrapper .contact-form table td textarea:focus {
  height: -moz-fit-content;
  height: fit-content;
}
.contact-auth-wrapper .contact-form table td > label:has(+ input:not(:-moz-placeholder)) {
  padding-top: 1px;
  background-color: hsl(204, 100%, 98%);
  font-size: 0.7rem;
  top: 0%;
  transform: translateY(-45%);
}
.contact-auth-wrapper .contact-form table td > label:has(+ input:not(:placeholder-shown)) {
  padding-top: 1px;
  background-color: hsl(204, 100%, 98%);
  font-size: 0.7rem;
  top: 0%;
  transform: translateY(-45%);
}
.contact-auth-wrapper .contact-form table td input:-moz-placeholder {
  caret-color: transparent;
}
.contact-auth-wrapper .contact-form table td input:placeholder-shown {
  caret-color: transparent;
}
.contact-auth-wrapper .contact-form table td #id_selection {
  min-width: -moz-max-content;
  min-width: max-content;
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin: auto;
  align-items: start;
  border: 1px solid rgb(163, 171, 189);
  box-sizing: border-box;
  padding-left: 5px;
  position: relative;
  padding-top: 1rem;
}
.contact-auth-wrapper .contact-form table td #id_selection > label {
  padding-top: 1px;
  background-color: hsl(204, 100%, 98%);
  font-size: 0.7rem;
  top: 0%;
  position: absolute;
  padding: 1px;
}
.contact-auth-wrapper .contact-form table td #id_selection div {
  width: -moz-fit-content;
  width: fit-content;
}
.contact-auth-wrapper .contact-form table td #id_selection div label {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-max-content;
  width: max-content;
}
.contact-auth-wrapper .contact-form table td #id_selection div label input {
  height: -moz-fit-content;
  height: fit-content;
}
.contact-auth-wrapper .contact-form .captcha {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.contact-auth-wrapper .contact-form #submit_button {
  margin: 8px 0px;
}
.contact-auth-wrapper input[type=submit] {
  color: hsl(216, 16%, 12%);
  background-color: hsl(204, 100%, 98%);
  border: 1px solid rgb(163, 171, 189);
  outline: none;
  height: 2rem;
  width: 8rem;
}

.bl2ob {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: red;
  top: 0;
  left: 0;
  border-radius: 100%, 0%, 0%, 0%;
}

.password-reset-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80vh;
  background-color: hsl(204, 100%, 98%);
}
.password-reset-wrapper .header {
  font-weight: 300;
  justify-content: center;
  text-align: center;
}
.password-reset-wrapper form {
  font-weight: 300;
  background-color: hsl(204, 100%, 98%);
  justify-content: center;
  text-align: center;
}
.password-reset-wrapper form .submission {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 30px;
  text-align: center;
  font-weight: 400;
  background-color: hsl(205, 100%, 38%);
  color: hsl(204, 100%, 98%);
  text-decoration: none;
  border: none;
}
.password-reset-wrapper form .submission:hover {
  box-shadow: 0px 0px 2px 2px rgb(63, 71, 86);
}

.input-wide {
  border-radius: 12px;
  padding: 12px 16px;
}

.filter-selector {
  align-self: center;
  margin: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  padding-bottom: 1rem;
}
.filter-selector > select {
  width: 200px;
  height: 2.5rem;
}

.slot-forms {
  min-width: 33.3333333333%;
  flex: 1;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px;
  gap: 16px;
}
.slot-forms button {
  border: 1px solid black;
  border-radius: 2px;
  min-width: 96px;
  min-height: 2.7rem;
  /*margin:auto;
  //align-self: center;*/
}
.slot-forms button:focus:not(.slot-forms button:focus-visible) {
  outline: 0;
  box-shadow: none;
}
.slot-forms button:active {
  outline: none;
  box-shadow: none;
  /*border: 2px solid green;*/
  background-color: rgba(0, 0, 0, 0);
}
.slot-forms button:hover {
  border: 2px solid black;
}
.slot-forms div {
  width: -moz-min-content;
  width: min-content;
  align-items: center;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.slot-forms div label {
  width: 100%;
  text-align: center;
}
.slot-forms div select, .slot-forms div input, .slot-forms div textarea {
  width: auto;
  margin: auto;
  /*width: 30%;*/
  min-width: 240px;
}
.slot-forms div textarea {
  min-width: 70%;
  height: 6rem;
}

.tabulator-cell {
  user-select: none;
  -webkit-user-select: none; /* For Safari compatibility */
  -moz-user-select: none; /* For Firefox compatibility */
  -ms-user-select: none; /* For Internet Explorer/Edge compatibility */
}

.tabulator-col, .tabulator-row, .tabulator-cell {
  border: none !important;
}

.expansive-div {
  display: flex;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  flex-wrap: wrap;
  min-height: 100vh;
}

#day-modal-forms {
  display: flex;
  flex-wrap: wrap;
}

body:has(dialog[open]) {
  overflow: hidden;
}

.modal-major {
  border: none;
  border: 1px solid rgb(0, 113, 193);
  width: 80vw;
  height: 80vh;
  padding: 0px;
  /*box-shadow: 0px 0px 3px 3px  rgba(0, 113, 193, 0.3);*/
}
.modal-major .modal-header {
  margin: 0px;
  padding: 12px 0px;
  background-color: greenyellow;
  border-radius: 0px;
  color: white;
  background-color: rgb(0, 113, 193);
}
.modal-major .modal-header p {
  text-align: center;
  font-weight: 600;
  margin: auto;
}

.time-form-edit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.time-form-edit div {
  padding: 12px 24px;
  margin: 12px 16px;
  width: calc(33.3333333333% - 24px);
}
.time-form-edit div input, .time-form-edit div select {
  width: 50%;
  /*color: blue;
  background-color: red;
  background-color: blue;*/
}

dialog::backdrop {
  background-color: rgba(0, 113, 193, 0.3);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.checkbox-wrapper {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.checkbox-wrapper > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 160px;
}
.checkbox-wrapper > div > input, .checkbox-wrapper > div label {
  width: 100%;
}
.checkbox-wrapper label {
  /*height: 100%;*/
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: auto;
  line-height: auto;
}

.control-buttons {
  color: hsl(216, 16%, 12%);
  background-color: hsl(204, 100%, 98%);
  border: 1px solid rgb(163, 171, 189);
  outline: none;
  height: 2rem;
  width: 8rem;
  font-size: 0.9rem;
  font-weight: 400;
}
.control-buttons:focus:not(.control-buttons:focus-visible) {
  outline: 0;
  box-shadow: none;
}
.control-buttons:active {
  outline: none;
  box-shadow: none;
  border: 2px solid green;
  background-color: rgba(0, 0, 0, 0);
}
.control-buttons:hover {
  border: 2px solid black;
}

.control-panel {
  display: flex;
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 8px;
  margin-top: 12px;
  flex-direction: row;
  flex-wrap: wrap;
}
.control-panel input, .control-panel select {
  width: 240px;
}
.control-panel > div {
  width: 100%;
  margin: 0%;
}

.tabulator {
  background-color: hsl(204, 100%, 98%) !important;
  border-radius: 1px;
}
.tabulator .tabulator-header {
  background-color: hsl(204, 100%, 98%) !important;
  height: 3rem !important;
}
.tabulator .tabulator-header-contents {
  height: 100%;
}
.tabulator .tabulator-header .tabulator-col {
  background-color: hsl(204, 100%, 98%) !important;
}
.tabulator .tabulator-footer {
  background-color: hsl(204, 100%, 98%) !important;
}
.tabulator .tabulator-row {
  background-color: hsl(204, 100%, 98%) !important;
}
.tabulator .tabulator-row-even {
  background-color: hsl(204, 50%, 93%) !important;
}
.tabulator .tabulator-row:hover {
  background-color: hsl(204, 50%, 88%) !important;
}

.image-gallery {
  flex: 36;
  margin: 0%;
  padding: 2rem;
  min-width: 320px;
  height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.image-gallery .image-display {
  flex: 5;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4/3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-gallery .image-display img {
  max-width: 100%;
  max-height: 100%;
}
.image-gallery .image-carousel {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  flex-wrap: wrap;
  max-height: 120px;
  overflow-x: scroll;
}
.image-gallery .image-carousel > img {
  max-height: 100px;
  max-width: 20%;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0px;
  margin: 0px;
}
.image-gallery .image-carousel > img:focus {
  box-sizing: border-box;
  border: 1px solid black;
}

.product {
  flex: 52;
  min-height: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0%;
  padding: 2rem;
  min-width: 520px;
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}
.product .product-title {
  font-size: 2rem;
}
.product .product-subtitle {
  font-size: 1rem;
  font-weight: 400;
  color: rgb(163, 171, 189);
  line-height: 1.2rem;
}
.product .product-price {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
}
.product .product-description {
  font-size: 1rem;
  color: rgb(63, 71, 86);
  width: 80%;
}

* {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.info-card {
  padding: 32px 16px;
  min-width: 25%;
  width: 400px;
  max-width: 400px;
  height: 480px;
  margin: 16px;
  display: grid;
  grid-template-rows: 50% 50%;
  gap: 1em;
  border-radius: 0px;
  box-shadow: 0px 0px 3px 3px rgba(25.704, 29.6208, 35.496, 0.15);
  background-color: hsl(204, 100%, 98%);
}
.info-card ul li {
  font-size: 1em;
  list-style: none;
  border-radius: 6px;
  width: -moz-fit-content;
  width: fit-content;
  list-style-image: url(../../icons/bootstrap-icons-1.13.1/bootstrap-icons-1.13.1/0-circle.svg);
  padding: 1px 6px;
}

.info-card-title {
  font-size: 1.2em;
  font-weight: 600;
}

.section-title-paragraph {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding: 1rem 0em;
  position: relative;
  width: 100%;
  min-height: 420px;
  background-color: hsl(204, 50%, 93%);
  /*&.preline:before{
      position: absolute;
      top: 0;
      left: 15%;
      content: "";
      width: 70%;
      height: 4px;
      transform: translate(0px -16px);
      border-top: 1px solid $Grey_Friends_4;
      margin: auto;
  }*/
}
@media (min-width: 1000px) {
  .section-title-paragraph {
    flex-direction: row;
    margin: 120px 0px;
    padding: 0em 0em;
    height: 700px;
  }
}
@media (max-width: 1000px) {
  .section-title-paragraph {
    flex-direction: column;
    margin: auto 0px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.section-title-paragraph .section-text {
  flex: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.section-title-paragraph .section-text > p {
  color: rgb(25.704, 29.6208, 35.496);
  text-align: center;
  margin: auto;
  width: 100%;
  height: -moz-min-content;
  height: min-content;
  padding: 16px;
  font-size: 1.218rem;
}
.section-title-paragraph .section-text > h4 {
  color: rgb(244.8, 250.92, 255);
}
.section-title-paragraph .section-text .sub-header {
  margin: auto;
  padding-top: 1em;
  color: hsl(204, 100%, 98%);
  text-align: center;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  letter-spacing: -1px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: rgba(244.8, 250.92, 255, 0.9);
}
.section-title-paragraph .section-text .split-line {
  width: auto;
}
@media (max-width: 1000px) {
  .section-title-paragraph .section-text {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.section-title-paragraph .section-title {
  background-color: rgb(25.704, 29.6208, 35.496);
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1000px) {
  .section-title-paragraph .section-title {
    height: 100%;
    min-height: 30dvh;
    order: -1;
  }
}
@media (min-width: 1000px) {
  .section-title-paragraph .section-title {
    height: 100%;
    margin: 0px 3rem;
  }
}
@media (max-width: 640px) {
  .section-title-paragraph .section-title {
    letter-spacing: -4px;
    color: white;
    text-shadow: 5px 5px rgba(25.704, 29.6208, 35.496, 0.3);
  }
}
.section-title-paragraph .section-title > span > p {
  font-size: 5em;
  font-weight: 700;
  transition: all 1s;
  color: hsl(204, 100%, 98%);
}
@media (max-width: 1000px) {
  .section-title-paragraph .section-title > span > p {
    padding-left: 0em;
    text-align: center;
  }
}
.section-title-paragraph:hover .section-title > span > p {
  letter-spacing: -4px;
  color: white;
  text-shadow: 5px 5px rgba(25.704, 29.6208, 35.496, 0.3);
}

.cards-container {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 32px;
  background-color: rgba(244.8, 250.92, 255, 0.4);
  flex-wrap: wrap;
}
@media (min-width: 800px) {
  .cards-container {
    flex-direction: column;
  }
}
@media (min-width: 800px) {
  .cards-container {
    flex-direction: row;
  }
}

.industry-cards-container {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 0px;
  background-color: rgba(244.8, 250.92, 255, 0.4);
  flex-wrap: wrap;
}
@media (min-width: 800px) {
  .industry-cards-container {
    flex-direction: column;
  }
}
@media (min-width: 800px) {
  .industry-cards-container {
    flex-direction: row;
  }
}

.industries-selection-card {
  position: relative;
  display: flex;
}
@media (min-width: 800px) {
  .industries-selection-card {
    min-height: 85vh;
    flex: 1;
  }
}
@media (max-width: 800px) {
  .industries-selection-card {
    height: 320px;
    width: 100%;
  }
}
@media (min-width: 800px) {
  .industries-selection-card:hover .industry-name {
    width: -moz-fit-content;
    width: fit-content;
    background-color: hsl(205, 100%, 38%);
    margin-left: 1rem;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.industries-selection-card .background {
  position: absolute;
  top: 0;
  padding: 0%;
  margin: 0%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.industries-selection-card .background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.industries-selection-card .industry-name {
  padding-top: 4rem;
  margin: 0px;
  padding-left: 1rem;
  padding-right: calc(100% - 1rem);
  font-weight: 900;
  letter-spacing: -4px;
  z-index: 10;
  color: hsl(204, 100%, 98%);
  width: -moz-min-content;
  width: min-content;
  background-color: rgba(0, 113.05, 193.8, 0.35);
  transition-timing-function: linear;
  transition: all 1s;
  text-shadow: 1px 1px 3px hsl(216, 16%, 12%);
}
@media (max-width: 800px) {
  .industries-selection-card .industry-name {
    overflow: hidden;
  }
}
@media (min-width: 800px) {
  .industries-selection-card .industry-name {
    writing-mode: vertical-lr;
    overflow-x: hidden;
  }
}
.industries-selection-card .learn-more {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 20;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

.services-selection-card {
  position: relative;
  display: block;
  justify-content: center;
  width: 480px;
  height: 360px;
  background-color: white;
  margin: 16px;
}
.services-selection-card .background {
  position: absolute;
  top: 0;
  padding: 0%;
  margin: 0%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.services-selection-card .background:before {
  content: "";
  position: absolute;
  top: 0;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 113.05, 193.8, 0.35);
}
.services-selection-card .background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-selection-card .sector-name {
  position: absolute;
  top: 40%;
  font-size: 1.5em;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: hsl(204, 100%, 98%);
  text-shadow: 2px 2px 4px hsl(216, 16%, 12%);
}
.services-selection-card .learn-more {
  position: absolute;
  top: 70%;
  left: 35%;
  width: 30%;
  margin: auto auto 2rem auto;
  padding: 12px 0px;
  text-align: center;
  font-weight: 400;
  background-color: hsl(205, 100%, 38%);
  color: hsl(204, 100%, 98%);
  text-decoration: none;
}
.services-selection-card .learn-more:hover {
  box-shadow: 0px 0px 2px 2px rgb(63, 71, 86);
}
.services-selection-card .learn-more:visited {
  color: hsl(204, 100%, 98%);
}
.services-selection-card:hover {
  box-shadow: none;
}

.logos-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  width: 100%;
  min-height: 60vh;
  background-color: hsl(204, 100%, 98%);
  align-items: baseline;
}
.logos-container div {
  align-self: center;
  width: 240px;
  height: auto;
  transition: hover 0.2s;
}
.logos-container div img {
  width: 100%;
  margin: auto;
}
.logos-container div:hover {
  box-shadow: 5px 3px 6px rgba(25.704, 29.6208, 35.496, 0.3);
}

.selectors {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  background-color: hsl(205, 100%, 38%);
}
.selectors div {
  min-width: 20%;
  text-align: center;
}
.selectors div a {
  color: hsl(204, 100%, 98%);
  font-weight: 300;
}
.selectors .focused-selector {
  font-weight: 600;
}

.projects-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  background-color: hsl(204, 100%, 98%);
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .projects-container {
    flex-direction: row;
  }
}
@media (min-width: 800px) {
  .projects-container {
    flex-direction: row;
  }
}
.projects-container .card {
  display: flex;
  margin: 0px;
  padding: 1.5rem;
  border: none;
  background-color: hsl(204, 100%, 98%);
  border-bottom: 1px solid rgb(163, 171, 189);
  border-radius: 0%;
  position: relative;
  align-items: center;
}
@media (max-width: 800px) {
  .projects-container .card {
    width: 100%;
    flex-direction: column;
  }
}
@media (min-width: 800px) {
  .projects-container .card {
    width: 50%;
    flex-direction: column;
  }
}
.projects-container .card .card-image {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
}
@media (min-width: 800px) {
  .projects-container .card .card-image {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 70%;
  }
}
@media (max-width: 800px) {
  .projects-container .card .card-image {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
  }
}
@media (max-width: 800px) {
  .projects-container .card .card-image img {
    height: 200px;
    width: auto;
    flex-shrink: 0;
  }
}
@media (min-width: 800px) {
  .projects-container .card .card-image img {
    height: auto;
    width: 100%;
    flex-shrink: 0;
  }
}
.projects-container .card .card-text h1, .projects-container .card .card-text h2, .projects-container .card .card-text h3, .projects-container .card .card-text h4, .projects-container .card .card-text h5 {
  width: 100%;
  text-align: center;
}
.projects-container .card .card-text p {
  width: 80%;
  margin: auto;
  margin-top: 12px;
  margin-bottom: 16px;
}

.projects-container-mason {
  width: 100%;
  transition: all 0s ease-in-out;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: start;
}
@media (max-width: 1200px) {
  .projects-container-mason {
    height: 100vh;
  }
}
@media (max-width: 800px) {
  .projects-container-mason {
    height: 100vh;
  }
}
@media (max-width: 500px) {
  .projects-container-mason {
    height: 100vh;
  }
}
.projects-container-mason .card {
  transition: all 0.4s ease-in-out;
  margin: 1px auto;
  max-width: calc(33.3333333333% - 4px);
  border: 1px solid rgba(25.704, 29.6208, 35.496, 0.4);
  height: -moz-min-content;
  height: min-content;
  background-color: hsl(204, 100%, 98%);
}
@media (max-width: 1200px) {
  .projects-container-mason .card {
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  .projects-container-mason .card {
    max-width: 100%;
  }
}
.projects-container-mason .card .card-text {
  width: 80%;
  margin: auto;
}
.projects-container-mason .card .card-text p {
  font-weight: 400;
}
.projects-container-mason .card .card-image {
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: auto;
  position: relative;
  align-items: center;
  background-color: black;
}
.projects-container-mason .card .card-image img {
  width: 100%;
  filter: brightness(55%);
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-container-mason .card .card-image .scrim {
  position: absolute;
  top: 50%;
  margin: auto;
  width: 100%;
  z-index: 10;
  color: white;
  text-align: center;
  box-sizing: border-box;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: 600;
}

.projects-container-2 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  background-color: hsl(204, 100%, 98%);
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .projects-container-2 {
    flex-direction: row;
  }
}
@media (min-width: 800px) {
  .projects-container-2 {
    flex-direction: row;
  }
}
.projects-container-2 .card {
  display: flex;
  margin: 0px;
  padding: 0rem;
  border: none;
  border-bottom: 1px solid rgb(163, 171, 189);
  border-radius: 0%;
  position: relative;
}
@media (max-width: 800px) {
  .projects-container-2 .card {
    width: 100%;
    flex-direction: row;
  }
}
@media (min-width: 800px) {
  .projects-container-2 .card {
    height: 400px;
    width: 50%;
    flex-direction: row;
  }
}
.projects-container-2 .card .card-image {
  position: absolute;
  top: 0;
  padding: 0px;
  border: 1px solid red;
  width: 100%;
  height: 100%;
  overflow: hidden;
  justify-content: center;
}
.projects-container-2 .card .card-image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-container-2 .card .card-text {
  flex: 4;
}
.projects-container-2 .card .card-text h1, .projects-container-2 .card .card-text h2, .projects-container-2 .card .card-text h3, .projects-container-2 .card .card-text h4, .projects-container-2 .card .card-text h5 {
  width: 100%;
}
.projects-container-2 .card .card-text p {
  width: 100%;
}
.projects-container-2 .card:nth-child(1n) {
  flex: 1;
}
.projects-container-2 .card:nth-child(2n) {
  flex: 3;
}
.projects-container-2 .card:nth-child(3n) {
  flex: 2;
}

.services-cards-container-2 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 0px;
  background-color: rgba(244.8, 250.92, 255, 0.4);
  flex-wrap: wrap;
}
@media (min-width: 800px) {
  .services-cards-container-2 {
    flex-direction: column;
  }
}
@media (min-width: 800px) {
  .services-cards-container-2 {
    flex-direction: row;
  }
}

.services-selection-card-2 {
  position: relative;
  display: flex;
}
@media (min-width: 800px) {
  .services-selection-card-2 {
    height: 320px;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .services-selection-card-2 {
    height: 320px;
    width: 100%;
  }
}
@media (min-width: 800px) {
  .services-selection-card-2:hover .service-name {
    width: -moz-min-content;
    width: min-content;
    background-color: hsl(205, 100%, 38%);
    margin-left: calc(1rem - 8px);
    padding-right: 8px;
    padding-left: 8px;
  }
}
.services-selection-card-2 .background {
  position: absolute;
  top: 0;
  padding: 0%;
  margin: 0%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.services-selection-card-2 .background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-selection-card-2 .background canvas {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-selection-card-2 .service-name {
  padding-top: 4rem;
  margin: 0px;
  padding-left: 1rem;
  padding-right: calc(100% - 1rem);
  font-weight: 900;
  letter-spacing: -4px;
  z-index: 10;
  color: hsl(204, 100%, 98%);
  width: -moz-min-content;
  width: min-content;
  background-color: rgba(0, 113.05, 193.8, 0.35);
  transition-timing-function: linear;
  transition: all 1s;
  text-shadow: hsl(216, 16%, 12%) 1px 1px 3px;
}
@media (max-width: 800px) {
  .services-selection-card-2 .service-name {
    overflow: hidden;
  }
}
@media (min-width: 800px) {
  .services-selection-card-2 .service-name {
    overflow: hidden;
  }
}
.services-selection-card-2 .learn-more {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 20;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

@font-face {
  font-family: CascadiaCode;
  src: url("../../fonts/Cascadia_Code/CascadiaCode-VariableFont_wght.ttf");
  font-weight: -800;
}
@font-face {
  font-family: Roboto;
  src: url("../../fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf");
  font-weight: -700;
}
@font-face {
  font-family: Hubot_Sans;
  src: url("../../fonts/Hubot_Sans/HubotSans-VariableFont_wdth,wght.ttf");
  font-weight: -700;
}
@font-face {
  font-family: Nunito_Sans;
  src: url("../../fonts/Nunito_Sans/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf");
  font-weight: -800;
}
@font-face {
  font-family: Roboto_Flex;
  src: url("../../fonts/Roboto_Flex/RobotoFlexVar.ttf");
  font-weight: -800;
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf");
  font-weight: -700;
}
* {
  font-family: Roboto;
  font-weight: 300;
}

html {
  font-size: 16px;
}
@media (max-width: 800px) {
  html {
    font-size: 12px;
  }
}

a, p, li {
  font-size: 1rem;
}

p {
  font-weight: 300;
}

h5 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.69rem;
}

h3 {
  font-size: 2.197rem;
}

h2 {
  font-size: 2.8561rem;
}

h1 {
  font-size: 3.71293rem;
}

.bgc-light {
  background-color: rgb(216, 239, 255);
}

.bgc-Aloe {
  background-color: #00c1b0;
}

.bgc-Azul {
  background-color: #0071c1;
}

.bgc-GF1 {
  background-color: hsl(205, 100%, 38%);
}

.bgc-GF2 {
  background-color: rgb(63, 71, 86);
}

.bgc-GF3 {
  background-color: rgb(163, 171, 189);
}

.bgc-GF4 {
  background-color: hsl(216, 16%, 12%);
}

.bgc-GF5 {
  background-color: hsl(204, 100%, 98%);
}

.bgi-aloe-circuit {
  background-image: url("../icons/circuits_svgs/black-circuit.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: red;
}

.color-Aloe {
  color: #00c1b0;
}

.color-Azul {
  color: rgb(0, 113, 193);
}

.color-Cloud {
  color: rgb(216, 239, 255);
}

.color-GF1 {
  color: hsl(205, 100%, 38%);
}

.color-GF2 {
  color: rgb(63, 71, 86);
}

.color-GF3 {
  color: rgb(163, 171, 189);
}

.color-GF4 {
  color: hsl(216, 16%, 12%);
}

.color-GF5 {
  color: hsl(204, 100%, 98%);
}

body {
  transition: all 0.3s ease-in-out;
  background-color: hsl(204, 100%, 98%);
}

::-webkit-scrollbar {
  background-color: hsl(204, 100%, 98%);
}

::-webkit-scrollbar-thumb {
  background-color: hsl(216, 16%, 12%);
  border: 4px solid hsl(204, 100%, 98%);
  border-radius: 12px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgb(63, 71, 86);
}/*# sourceMappingURL=style.css.map */