body {
  font: 20px Montserrat, sans-serif;
  line-height: 1.8;
  color: #f5f6f7;
}
h1 {
  color: #555;
}
h3, h4 {
  color: black;
}
p, td {
  font-size: 16px;
  color: #555 !important;
}
a {
  color: black;
}
a:hover {
  color: #6f6e6e;
}
img {
  max-width: 100%;
  height: auto;
}
li {
  font-size: 16px;
  color: #6f6e6e;
}
.header .header-banner img {
  margin: 2rem 0;
}
.section.line-left {
  border-bottom: 2px solid #6f6e6e;
  width: 15%;
}
.section.line-right {
  float: right;
  border-bottom: 2px solid #6f6e6e;
  width: 15%;
}
.section.line-middle {
  margin: 4rem auto;
  border-bottom: 2px solid #6f6e6e;
  width: 35%;
}
.force-right {
  position: absolute;
  right: 0;
}
.m-t-2 {
  margin-top: 45px !important;
}
.m-b-1 {
  margin-bottom: 25px;
}
.m-b-2 {
  margin-bottom: 45px;
}
.bg-1 {
  background-color: #fff;
  color: #555;
  padding-left: 0;
  padding-right: 0;
}
.bg-4 {
  background-color: #2f2f2f;
  /* Black Gray */
  color: #fff;
}
.container {
  margin: 0 auto;
  width: 100%;
}
.text-bold {
  font-weight: bold;
  color: black;
}
.nav {
  margin: 0 auto;
}
.nav .links {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  margin: 0 auto;
}
.nav .links .link-main {
  font-size: 1.05rem;
  color: #6f6e6e;
  position: relative;
  text-decoration: none;
  margin: 0 auto;
}
.nav .links > .-active {
  font-weight: bold;
  border-bottom: none;
}
.nav .links .main {
  font-size: 1.25rem;
}
.nav-2 .header-logo {
  width: 122px;
}
.nav-2 .nav-top {
  width: 100%;
  display: flex;
  justify-content: space-around;
  text-align: center;
  flex-direction: column;
}
.nav-2 .nav-top .link-main {
  font-size: 1.25rem;
  color: #6f6e6e;
  position: relative;
  text-decoration: none;
}
.nav-2 .nav-top > .-active {
  font-weight: bold;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .nav-2 .nav-top {
    text-align: unset;
    flex-direction: unset;
  }
}
.header-logo {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .nav .links {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
  }
  .nav .main-nav-tabs {
    flex-wrap: wrap;
  }
  .nav .main-nav-tabs .link-main {
    text-align: center;
    height: 50px;
    margin: 4px;
  }
  .nav .main-nav-tabs .schoonheidssalon {
    flex: 0 1 calc(20% - 8px);
  }
  .nav .main-nav-tabs .kapsalon {
    flex: 1 0 21%;
  }
  .nav-2 {
    justify-content: space-between;
  }
  .nav-2 .header-logo {
    margin: 0;
  }
  .nav-2 .nav-top {
    width: 700px;
    margin: auto 0;
  }
}
@media screen and (min-width: 992px) {
  .links > a:hover {
    color: #6f6e6e;
  }
  .links > a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.4s ease-in-out 0s;
  }
  .links > a:hover::before {
    visibility: visible;
    transform: scaleX(1);
  }
  .links > .-active {
    border-bottom: 1px solid #6f6e6e !important;
    font-weight: normal !important;
  }
}
.long-arrow-left {
  display: block;
  margin: 16px 0;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  opacity: 0.5;
  position: relative;
  left: 6%;
  top: 0;
}
.long-arrow-left:hover {
  opacity: 1;
}
.long-arrow-left::after {
  content: "";
  display: block;
  width: 2px;
  height: 32px;
  background-color: black;
  transform: rotate(-45deg) translate(11px, 4px);
  left: 0;
  top: 0;
}
.cta-link {
  display: block;
  text-align: center;
}
.cta-link .button {
  border: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-size: 1em;
  padding: 1em 2em;
  width: auto;
}
.cta-link a:hover {
  color: #6f6e6e;
  text-decoration: none;
  box-shadow: none;
}
.price-table {
  width: 100%;
  color: black;
}
.card {
  height: 410px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
}
.card:hover {
  box-shadow: unset;
  opacity: 0.7;
}
.card h4:hover {
  text-decoration: none !important;
}
.social-share-buttons .fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
.social-share-buttons .fa:hover {
  opacity: 0.7;
}
.social-share-buttons .fa-facebook, .social-share-buttons .fa-instagram {
  background: transparent;
  color: #6f6e6e;
}
.hair .header img, .beauty .header img, .arrangements .header img {
  margin: 1rem 0;
}
.hair .header .header-banner img, .beauty .header .header-banner img, .arrangements .header .header-banner img {
  border: 1px solid #6f6e6e;
  margin-top: 0;
}
.beauty .header .header-banner .header-banner-img {
  border-top: 1px solid #6f6e6e;
  border-bottom: 1px solid #6f6e6e;
  margin-top: 0;
  width: 100%;
  height: 375px;
  background: url("../img/schoonheidsalonSlider03_mobile.png") center no-repeat;
}
.hair .header .header-banner .header-banner-img {
  border-top: 1px solid #6f6e6e;
  border-bottom: 1px solid #6f6e6e;
  margin-top: 0;
  width: 100%;
  height: 375px;
  background: url("../img/kapsalonSlider01_mobile.png") center no-repeat;
}
.arrangements .header .header-banner .header-banner-img {
  border-top: 1px solid #6f6e6e;
  border-bottom: 1px solid #6f6e6e;
  margin-top: 0;
  width: 100%;
  height: 375px;
  background: url("../img/arrangementSlider02_mobile.png") center no-repeat;
}
@media screen and (min-width: 768px) {
  .beauty .header .header-banner .header-banner-img {
    height: 496px;
    background-image: url("../img/schoonheidsalonSlider03.png");
  }
  .hair .header .header-banner .header-banner-img {
    height: 496px;
    background-image: url("../img/kapsalonSlider01.png");
  }
  .arrangements .header .header-banner .header-banner-img {
    height: 496px;
    background-image: url("../img/arrangementSlider02.png");
  }
}
table {
  border-collapse: collapse;
  width: 100%;
}
th {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
th, td {
  color: black;
  text-align: left;
}
th:first-child, td:first-child {
  width: 360px;
}
footer p {
  color: #f5f6f7 !important;
  padding-top: 50px;
}
footer a {
  color: #f5f6f7 !important;
}
footer.container-fluid {
  padding-bottom: 70px;
}
.material-icons {
  color: black
}
