@charset "UTF-8";
/* Website stylings */
.accordion-button {
  background-color: var(--primary-normal);
  color: var(--text);
}
.accordion-button:not(.collapsed) {
  background-color: var(--primary-dark);
  color: var(--text);
}
.accordion-item {
  color: var(--text);
  background-color: var(--background-medium);
}
div.alert.alert-danger {
  --bs-alert-bg: var(--red);
  --bs-alert-border-color: var(--red);
}
div.alert.alert-success {
  --bs-alert-bg: var(--green);
  --bs-alert-border-color: var(--green);
}
.page-footer {
  width: 100%;
  color: var(--white-light);
  background-color: var(--background-light);
  border-top: 7px solid var(--primary-normal);
}
.page-footer h1 {
  font-size: 1.75rem;
}
.page-footer h1:after {
  content: ".";
  vertical-align: baseline;
  font-size: 28px;
  font-family: serif;
  padding: 0 0 0 2px;
  font-weight: 900;
  color: var(--primary-normal);
}
.page-footer a {
  color: var(--white-light);
  text-decoration: underline;
  transition: color 0.3s ease;
}
.page-footer a:hover {
  color: var(--primary-light);
  text-decoration: none;
  transition: color 0.3s ease;
}
.page-footer a.scroll-up {
  color: var(--white-light);
}
.page-footer a.scroll-up span.mdi.mdi-chevron-up::before {
  filter: invert(100%);
  top: -1.2rem;
  position: relative;
}
.page-footer a.scroll-up:hover {
  color: var(--black);
}
.page-footer .extra {
  padding: 1.5em 0 0 0;
}
.page-footer .copyright {
  padding: 0 0 0.5em;
}
.page-footer .copyright-icon {
  background: var(--white-light);
  mask-size: 16px 16px;
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-bottom: -2px;
}
.page-footer .copyright-icon.oven {
  mask: url("../img/Oven.svg") no-repeat;
}
.page-footer .copyright-icon.cake {
  mask: url("../img/CakePHP.svg") no-repeat;
}
.page-footer .copyright-icon.cake:hover {
  background: var(--primary-light);
}
.page-footer #legal-stuff ul {
  list-style: none;
  padding-left: 0;
}
.page-footer #legal-stuff ul li {
  line-height: 19px;
  padding: 6px 0;
  padding-top: 6px;
  color: var(--white-light);
}
.page-footer #legal-stuff ul li:first-child {
  border-top: none;
  padding-top: 1px;
}
.form-control {
  border-radius: 0;
  background-color: var(--background-light) !important;
  border-color: var(--primary-normal) !important;
  color: var(--white-light) !important;
  font-family: var(--font-family-primary);
  margin: 0 0 16px 0;
}
.form-control::placeholder {
  font-weight: 700 !important;
  color: var(--white-light) !important;
}
.form-control:hover {
  box-shadow: 0 0 0 0.2rem var(--primary-dark) !important;
  border-color: var(--primary-dark) !important;
}
.form-control:focus {
  border-color: var(--primary-normal) !important;
  box-shadow: 0 0 0 0.2rem var(--primary-normal) !important;
}
img.about-me {
  max-width: 100%;
}
.jumbotron {
  border-radius: 0px;
  background: var(--primary-normal);
}
.jumbotron h1 {
  font-size: 60px;
  text-align: center;
  line-height: 100px;
  font-weight: 600;
  color: var(--white-normal);
}
.jumbotron p {
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  font-weight: 400;
  color: var(--white-normal);
}
@keyframes livestream-breathing {
  from {
    color: var(--text);
  }
  to {
    color: var(--red);
  }
}
.breathing-live {
  animation: livestream-breathing 1s infinite alternate;
}
section#navbar {
  padding: 0 0;
}
section#navbar-greyline {
  border-top: 2px solid var(--background-medium);
  position: absolute;
  width: 100%;
  z-index: -1;
}
nav.navbar {
  font-family: var(--font-family-primary);
  font-weight: 700;
  padding: 0 0 0 0;
  border-top: 2px solid var(--background-medium);
}
nav.navbar.bg-dark {
  background-color: var(--background-light) !important;
}
nav.navbar a.nav-link {
  padding: 15px 25px;
}
nav.navbar .nav.navbar-nav li.nav-item:has(a.nav-link.active) {
  border-top: 2px solid var(--primary-normal);
  color: var(--primary-normal);
}
nav.navbar .nav.navbar-nav li.nav-item > .nav-link {
  min-width: 74px;
  text-align: center;
  color: var(--white-light);
  transition: background-color 0.5s ease;
}
nav.navbar .nav.navbar-nav li.nav-item > .nav-link:hover {
  background-color: var(--background-medium);
  color: var(--text);
}
nav.navbar .nav.navbar-nav li.nav-item.dropdown > ul.dropdown-menu {
  background-color: var(--background-light);
}
nav.navbar .nav.navbar-nav li.nav-item.dropdown > div.dropdown-menu {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: var(--background-light);
  display: block;
  overflow: hidden;
  padding: 0;
}
nav.navbar .nav.navbar-nav li.nav-item.dropdown > div.dropdown-menu a.nav-link {
  color: var(--white-light);
  padding: 0.25rem 1.5rem;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-align: inherit;
}
nav.navbar .nav.navbar-nav li.nav-item.dropdown > div.dropdown-menu a.nav-link:hover {
  background-color: var(--background-dark);
}
nav.navbar .dropdown.show .dropdown-menu {
  transition: max-height 0.4s;
  max-height: 190px;
}
.dropdown-menu {
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-link-hover-bg: var(--background-medium);
}
.dropdown-menu[data-bs-popper] {
  top: 3.3rem;
}
.dropdown-item {
  color: var(--text);
}
.dropdown-item:hover {
  color: var(--text);
}
#partners {
  background-color: var(--background-dark);
}
.partner-logo {
  height: auto;
  max-height: 102px;
  max-width: 100%;
  filter: grayscale(100%);
  transition: ease 0.2s;
}
.partner-logo:hover {
  filter: grayscale(0);
}
div.progress.testimonial-timer {
  height: 0.5rem;
}
div.progress.testimonial-timer div.progress-bar {
  transition: width 1s linear;
}
.quote-card {
  background: var(--background-medium);
  color: var(--white-light);
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
}
.quote-card p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width: 90%;
}
.quote-card cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
.quote-card cite a {
  color: var(--text);
  text-decoration: underline;
}
.quote-card:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
.quote-card:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: -32px;
  font-size: 25em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
@media (max-width: 640px) {
  .quote-card:after {
    font-size: 22em;
    right: -25px;
  }
}
.scroll-up {
  background-color: var(--primary-normal);
  color: var(--white-light);
  border-radius: 0px;
  bottom: 0px;
  display: block;
  font-size: 28px;
  height: 0px;
  opacity: 1;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 80px;
  overflow: hidden;
  z-index: 9999;
  transition: color 0.3s ease !important;
  transition: height 0.3s ease !important;
}
.scroll-up.visible {
  height: 40px;
}
.scroll-up:hover {
  color: var(--grey-dark);
  transition: color 0.3s ease;
}
.scroll-up svg {
  bottom: 15px;
  position: relative;
}
.section-header {
  margin: 0 0;
  clear: both;
}
.section-header .section-title {
  background-color: var(--primary-normal);
  color: var(--white-light);
  /* position: relative; */
  border: 0px;
  font-family: var(--font-family-primary);
  font-weight: 600;
  font-size: 1.75rem;
  float: left;
  margin: 3px 40px 5px 0;
  padding: 7px 15px 7px 15px;
  letter-spacing: 1px;
  width: max-content;
}
.section-header .section-subtitle {
  color: var(--white-light);
  font-weight: 500;
  position: relative;
  line-height: 23px;
  margin: 0;
  margin: 15px 0 0 0;
}
.section-body {
  color: var(--white-light);
  padding: 1.5em 0;
}
.section-body h2.entry-title {
  font-size: 1.5rem;
  text-decoration: underline 0.2rem var(--primary-normal);
  text-underline-offset: 0.5rem;
}
.section-body h2.entry-title.no-underline {
  text-decoration: none !important;
}
div.row.section-header {
  flex-wrap: nowrap;
}
.service {
  margin: 0px;
  padding: 80px 0 30px;
}
.service-area .media-body {
  /*padding: 0 0 0 35px;*/
  padding: 0;
}
.service-area .service-box {
  background-color: var(--background-light);
  border: 1px solid var(--primary-normal);
  border-radius: 0px;
  height: 90px;
  margin: 0 60px 40px 0;
  width: 90px;
  transform: rotate(45deg);
  position: relative;
  top: 20px;
  left: 20px;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}
.service-area .service-box span.mdi::before {
  transform: rotate(-45deg);
  color: var(--white-light);
  display: block;
  margin: -18px 0px 0px 19px;
  position: relative;
  top: 25px;
  left: -7px;
  transition: all 0.2s ease 0s;
  filter: invert(100%);
}
.service-area:hover .service-box {
  background-color: var(--primary-normal);
}
.service-area:hover .service-box i {
  color: var(--white-light);
}
.service-btn {
  display: block;
  margin: 0;
}
.service-btn a {
  color: #55585b;
  display: inline-block;
  font-family: var(--font-family-primary);
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  margin: 3px 0 0px;
  letter-spacing: 1px;
  padding: 0;
  transition: all 0.2s ease 0s;
}
.service-btn a:hover {
  padding-left: 7px;
}
.service-btn a:after {
  content: "";
  font-family: "Font Awesome 5";
  vertical-align: baseline;
  padding: 0 0 0 5px;
  font-weight: 500;
}
.service-area {
  margin: 0 0 45px;
}
.service-area h2 {
  color: var(--text);
  text-decoration: underline 0.2rem var(--primary-normal);
  text-underline-offset: 0.5rem;
  font-family: var(--font-family-primary);
  font-weight: 700;
  margin: 0 0 15px;
  letter-spacing: 1px;
}
.service-area h2 > a {
  color: #2a2e34;
  transition: all 0.3s ease 0s;
}
.service-area p {
  margin: 0 0 11px;
}
.service-featured-img {
  float: left;
  margin: 0 25px 0 0px;
  padding: 0;
  width: 200px;
  height: auto;
}
.service-featured-img img {
  border-radius: 2px;
  transition: all 0.3s ease-in-out 0s;
}
.service-area:hover .service-featured-img img {
  opacity: 0.8;
}
ul.services-list {
  padding: 0;
}
ul.services-list > li {
  list-style: none;
}
ul.services-list > li::before {
  content: "✔ ";
  color: var(--text);
}
.social-button {
  width: 2.75rem;
  height: 2.75rem;
  padding: 5px;
  background-color: var(--primary-normal);
  margin-bottom: 3px;
  border-color: var(--primary-normal);
}
.social-button:hover {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
}
.social-button:focus {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
  box-shadow: 0 0 0 0.2rem var(--primary-dark);
}
.social-button .social-icon {
  width: 100%;
  height: 100%;
  color: var(--white-light);
  fill: currentColor;
}
.table > thead {
  background-color: var(--primary-dark);
}
.table > thead > th {
  color: var(--text);
  border-bottom: none;
}
.table th, .table td {
  border-top: none;
}
.table td {
  color: var(--text);
}
.table {
  --bs-table-bg: var(--primary-dark);
  --bs-table-color: var(--text);
}
.table > thead, .table tbody, .table th, .table td, .table tfoot {
  border-style: none;
}
.testimonial-button {
  background-color: var(--text);
  min-height: 100%;
}
.testimonial-button:hover {
  background-color: var(--primary-normal);
}
.testimonial-button span.mdi.mdi-chevron-up {
  height: 25px;
  display: block;
  width: 25px;
}
.testimonial-button span.mdi.mdi-chevron-up.left {
  transform: rotate(-90deg) scale(2);
}
.testimonial-button span.mdi.mdi-chevron-up.right {
  transform: rotate(90deg) scale(2);
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--background-light);
  font-family: var(--font-family-primary);
  color: var(--text);
  overflow-x: hidden;
  display: flex;
  min-height: 100vh;
  height: 100%;
  flex-direction: column;
}
header {
  border-bottom: 7px solid var(--primary-normal);
  width: 100%;
}
main {
  flex: 1;
}
/* Bunch of experimental shit that needs to be moved later */
@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
