#hss-breadcrumb-container {
  background-color: #696566;
  color: white; }

ul.hss-breadcrumb {
  padding: 8px 16px;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto; }

ul.hss-breadcrumb li {
  display: inline;
  font-size: 0.9rem; }

ul.hss-breadcrumb li + li:before {
  padding: 8px;
  content: "\203A"; }

ul.hss-breadcrumb li a {
  color: white;
  text-decoration: none; }

ul.hss-breadcrumb li a:hover {
  color: #f36293; }

* {
  box-sizing: border-box; }

@font-face {
  font-family: PTSerif-Regular;
  src: url("../fonts/PT_Serif/PTSerif-Regular.ttf"); }

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: PTSerif-Regular, "Times New Roman", Times, serif;
  font-size: 16px;
  background: whitesmoke; }

@media only screen and (min-device-width: 1024px) {
  html,
  body {
    font-size: 16px; } }

body {
  display: flex;
  flex-direction: column; }

#content {
  margin-top: 106px;
  flex-grow: 1; }

h1, h2, h3, h4, h5, h6 {
  color: #da1c5c; }

h3 {
  font-size: 1.1rem; }

#main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  height: 100%; }

.content-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px; }

#copyright-container {
  text-align: right;
  padding: 12px;
  font-style: italic; }

.today {
  font-weight: bold; }

.section-container {
  background-color: whitesmoke;
  color: #2d2b2c;
  padding-bottom: 32px; }

.title-container {
  text-align: center;
  margin-top: 16px; }

.title-container h1 {
  font-weight: normal; }

.hr {
  display: inline-block; }

.hr:after {
  content: '';
  display: block;
  border-top: 3px solid #da1c5c;
  margin-top: 0.5em;
  width: 50%; }

#salon-content-container {
  max-width: 1000px !important; }

#salon-container {
  display: flex;
  column-gap: 32px; }

@media (max-width: 600px) {
  #salon-container {
    flex-direction: column;
    justify-content: center; }
  #salon-container img {
    order: 2; } }

#salon-container img {
  object-fit: contain;
  max-height: 250px; }

.primary-round-button {
  background: #da1c5c;
  border-radius: 50%;
  color: white !important;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: .4s; }

.primary-round-button:hover {
  background: #f36293; }

#contact-button-container {
  display: flex;
  column-gap: 8px;
  justify-content: center; }

#contact-button-container .primary-round-button {
  border: solid 4px white;
  font-size: 1.1rem;
  height: 60px;
  line-height: 55px;
  width: 60px;
  box-shadow: 0 0 3px #da1c5c; }

#salon-lookingfor-container {
  background: pink;
  padding: 16px; }

#salon-lookingfor-container-title {
  color: #da1c5c;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px; }

#salon-button-container {
  align-items: center;
  column-gap: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 32px;
  margin-bottom: 24px; }

#salon-button-container .primary-round-button {
  width: 150px;
  height: 150px;
  line-height: 150px;
  border: 3px solid white;
  box-shadow: 0 0 12px #da1c5c; }

#salon-description-container {
  margin-bottom: 32px; }

#clean-and-easy-product-container .product-content-container {
  column-gap: 16px; }

#clean-and-easy-product-container .product-image-container {
  flex: 0 0 300px;
  width: 300px; }

.center-container {
  margin-left: auto;
  margin-right: auto; }

#appointment-container {
  background: #696566;
  color: white;
  padding: 24px;
  text-align: center; }

#appointment-container span {
  display: block; }

#appointment-container .primary-button {
  margin-top: 8px; }

.primary-button {
  background-color: #da1c5c;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  border: none;
  box-sizing: border-box; }

.primary-button:hover {
  background: #f36293; }

.center-image-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

#footlogix-product-container .text-container {
  justify-content: normal; }

#footlogix-product-container {
  margin-top: 0px; }

#footlogix-product-container p {
  margin-top: 0px; }

.content-container ul {
  margin: 0; }

.content-container li::marker {
  color: #da1c5c;
  font-size: 1.1rem; }

.content-container ul li {
  padding: 4px 0 0 0; }

hr.main-seperator {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #696566, rgba(0, 0, 0, 0));
  margin-top: 48px;
  margin-bottom: 24px; }

nav {
  background: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75); }

.menu {
  max-width: 1200px;
  padding-left: 0px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.menu,
.submenu {
  list-style-type: none;
  text-transform: uppercase;
  letter-spacing: 1px; }

.menu a {
  color: #696566;
  text-decoration: none; }

.logo img {
  max-height: 96px;
  margin-bottom: 2px; }

.item {
  padding: 10px; }

.menu li a {
  position: relative; }

.menu li a:hover {
  color: #da1c5c; }

.menu li a:hover:after {
  width: 100%; }

.submenu {
  padding: 0px; }

@media (max-width: 960px) {
  .menu li:not(.toggle) a:hover:after {
    width: 50% !important; } }

/* Mobile menu */
.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.logo {
  margin-top: 4px;
  padding: 0 8px; }

.menu li:not(.logo) a {
  display: block;
  padding: 15px 5px; }

.menu li.subitem a {
  padding: 15px; }

.toggle {
  order: 1;
  font-size: 1.2rem;
  padding: 0 8px; }

.item {
  order: 2;
  width: 100%;
  text-align: center;
  display: none; }

.active .item {
  display: block; }

@media all and (max-width: 959px) {
  .menu .item {
    border-top: solid 1px #da1c5c; }
  .item ~ .item {
    border-top: none; }
  .menu .item {
    background-color: whitesmoke;
    border-bottom: solid 1px #da1c5c; } }

.submenu {
  display: none; }

/* Desktop menu */
@media all and (min-width: 960px) {
  .menu {
    flex-wrap: nowrap;
    background: none;
    justify-content: center; }
  .logo {
    flex: 1;
    order: 0; }
  .item {
    order: 1;
    position: relative;
    display: block;
    width: auto; }
  .toggle {
    flex: 1;
    text-align: right;
    order: 1;
    display: none; }
  .has-submenu:hover {
    background-color: whitesmoke; }
  .menu li:hover > ul,
  .menu li:focus-within > ul,
  .menu li ul:hover,
  .menu li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block;
    position: absolute;
    left: 0;
    top: 68px;
    background-color: white;
    width: 100%; }
  .submenu-active .submenu {
    display: block; }
  .has-submenu i {
    font-size: 0.9rem; }
  .has-submenu > a::after {
    font-family: "Font Awesome 5 Free";
    font-size: 0.9rem;
    line-height: 16px;
    font-weight: 900;
    content: "\f078";
    color: #696566;
    padding-left: 5px; }
  .subitem a {
    padding: 10px 15px; }
  .submenu-active {
    background-color: whitesmoke;
    border-radius: 3px; } }

#home-content-container {
  display: flex;
  flex-wrap: wrap; }

#home-content-container > div {
  width: 50%;
  padding: 16px; }

@media (max-width: 800px) {
  #home-content-container > div {
    width: 100%; } }

#welcome-container img {
  max-width: 100%; }

#services-container {
  background-color: #e6e6e6;
  padding: 12px 0; }

#services-container h1 {
  text-align: center; }

#services-container h1 hr {
  width: 100%;
  color: white;
  margin: 0px;
  height: 3px;
  border: 0;
  text-align: center; }

#service-cards-container {
  display: flex;
  justify-content: center;
  margin-bottom: 12px; }

.service-card {
  overflow: hidden;
  background-color: white;
  margin: 16px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }

.service-card:hover .text-container hr {
  width: 100%; }

.service-card:hover img {
  opacity: 1.0;
  transform: scale(1.1);
  z-index: 2; }

.service-card .text-container {
  position: absolute;
  margin: 16px;
  z-index: 1; }

.service-card .text-container .title {
  font-weight: bold;
  color: #da1c5c; }

.service-card .text-container .title {
  font-size: 1.4rem; }

@media (max-width: 600px) {
  #service-cards-container {
    flex-direction: column;
    align-items: center; } }

@media (min-width: 600px) {
  .service-card .text-container .title {
    font-size: 1rem; } }

@media (min-width: 800px) {
  .service-card .text-container .title {
    font-size: 1.4rem; } }

@media (min-width: 1200px) {
  .service-card .text-container {
    margin: 32px; }
  .service-card .text-container .title {
    font-size: 1.6rem; } }

.service-card .text-container hr {
  background-color: #da1c5c;
  border: 0;
  box-shadow: none;
  display: inline-block;
  height: 4px;
  width: 48px;
  transition: 0.5s ease-in-out; }

.service-card img {
  opacity: 0.75;
  width: 100%;
  transition: 0.5s ease-in-out;
  z-index: 2;
  padding: 32px;
  margin-top: 48px;
  max-width: 525px; }

.service-card a {
  text-decoration: none; }

#pricing-content-container {
  max-width: 800px;
  padding: 16px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin-bottom: 32px; }

.activity-category-container {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.subactivity-category-container {
  margin-top: 32px;
  margin-bottom: 32px; }

.subactivity-category-container hr.sub-seperator {
  border: 0;
  height: 1px;
  width: 50%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #696566, rgba(0, 0, 0, 0)); }

.activities-container {
  display: flex;
  row-gap: 16px;
  flex-direction: column; }

.activity {
  display: flex;
  flex-direction: column;
  row-gap: 2px; }

.activity-name {
  color: #da1c5c;
  font-size: 1rem; }

.activity-price {
  font-style: italic; }

.activity-duration {
  font-style: italic; }

.product-name {
  font-weight: bold;
  color: #696566; }

.product-container {
  margin: 32px 0px 16px 0px;
  padding-bottom: 16px; }

.product-content-container,
.fudge-product-content-container {
  display: flex;
  column-gap: 32px; }

.product-content-container > div,
.fudge-product-content-container > div {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column; }

.product-container:nth-child(odd) .product-content-container {
  flex-direction: row-reverse; }

@media (max-width: 900px) {
  .product-content-container {
    display: block; }
  .product-content-container img {
    margin-top: 32px; } }

@media (min-width: 1200px) {
  .product-container:nth-child(odd) {
    margin-left: 112px; }
  .product-container:nth-child(even) {
    margin-right: 112px; } }

#styledesign-container .text-container {
  float: left; }

.product-image-container img {
  height: 200px;
  object-fit: contain; }

#fudge-products-container {
  display: flex;
  flex-wrap: wrap; }

.fudge-content-container {
  display: flex; }

.fudge-product-container {
  width: 100%; }

.fudge-product-card {
  margin: 8px;
  padding: 16px; }

.fudge-product-container h4,
.product-container h4 {
  margin: 0px 0px 16px 0px; }

.product-section-container {
  margin-top: 48px; }

#contact-cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.contact-card {
  background-color: white;
  color: #da1c5c;
  border-radius: 4px;
  margin: 8px;
  flex-grow: 1; }

.contact-card h2 {
  margin: 0;
  border-radius: 4px 4px 0 0;
  background-color: #696566;
  color: white !important;
  padding: 12px;
  text-align: center;
  font-size: large; }

.contact-card .content {
  padding: 8px; }

.contact-card a {
  text-decoration: none;
  color: #da1c5c; }

.contact-card .content {
  text-align: center; }

.contact-card .content .container {
  margin: 16px; }

.contact-card h1 {
  font-size: large;
  text-align: center; }

.contact-card span {
  display: block; }

.contact-card table {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

#appointment-section-container {
  padding-bottom: 48px; }

#appointment-content-container {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 800px; }
  #appointment-content-container h3 {
    margin-bottom: 8px; }

#map {
  height: 500px; }

.map-marker {
  filter: hue-rotate(120deg); }

footer {
  background-color: #da1c5c;
  color: white;
  padding: 16px;
  font-size: 0.9rem; }

footer a {
  text-decoration: none;
  display: block;
  color: white; }

footer a:hover {
  color: black; }

footer h1 {
  color: white;
  font-size: 1rem; }

footer hr {
  width: 50px;
  color: white;
  margin: 0px;
  height: 3px;
  background-color: white;
  border: 0; }

footer span {
  display: block; }

footer table {
  border-collapse: collapse; }

#footer-columns-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.footer-contact-action-button {
  display: inline-block;
  color: white;
  width: 2rem;
  height: 2rem;
  line-height: 1.75rem;
  border-radius: 50%;
  border: solid 2px white;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .4s; }

.footer-contact-action-button ~ .footer-contact-action-button {
  margin-left: 8px; }

.footer-contact-action-button:hover {
  background-color: white;
  color: #da1c5c; }

.footer-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 12px 0; }
