body {
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 18px;
}

h1 {
  margin-top: 0px;
  font-size: 21px;
  line-height: 34px;
  font-weight: 800;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  font-weight: 800;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 20px;
  font-weight: 800;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

p {
  margin-bottom: 0px;
}

a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: none;
}

.body {
  background-color: #000;
}

.list {
  margin-bottom: 0px;
  padding-left: 20px;
  list-style-type: square;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.list.job {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.logo {
  margin-top: 5px;
}

.red {
  color: red;
}

.map {
  width: 90%;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 15px;
}

.salon {
  margin-top: 5px;
  margin-bottom: 5px;
}

.divider {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid red;
}

.divider.first {
  padding-top: 0px;
}

.footer {
  margin-top: 50px;
}

.footer-right {
  float: right;
  font-size: 12px;
  text-align: center;
}

.footer-left {
  float: left;
  font-size: 12px;
  text-align: center;
}

.ghost {
  display: block;
  width: 300px;
  margin: 40px auto;
}

.header-link {
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.header-link:hover {
  color: #fff;
}

.link:hover {
  color: #fff;
}

html.w-mod-js *[data-ix="0"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="100"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="200"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="300"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="400"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

@media (max-width: 991px) {
  h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .body {
    font-size: 16px;
  }
  .header {
    margin-bottom: 25px;
  }
  .heading {
    font-size: 16px;
    line-height: 27px;
  }
  .header-link.w--current {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .header {
    margin-bottom: 0px;
  }
  .list {
    padding-left: 20px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .heading {
    margin-top: 25px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .divider {
    margin-right: 10px;
    margin-left: 10px;
  }
  .col {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .col.first-col {
    margin-top: 0px;
    padding-bottom: 20px;
    border-bottom: 2px solid red;
  }
  .header-link.w--current {
    margin-bottom: 20px;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  .heading {
    font-size: 22px;
    line-height: 24px;
  }
  .footer-right {
    font-size: 10px;
  }
  .footer-left {
    margin-bottom: 0px;
    font-size: 10px;
  }
}

