html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body {
  background-color: #ebd1d0;
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}

img {
  max-width: 100%;
  display: block;
}

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

h2 {
  text-align: center;
  padding-top: 60px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 2.5em;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.2);
}

header {
  position: fixed;
  z-index: 99;
  background: #ebd1d0;
  width: 100%;
}

header .logo {
  width: 20%;
  margin: 6px;
  cursor: pointer;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

header nav ul li a {
  display: inline-block;
  padding: 30px 40px 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
}

header nav ul li a:hover {
  color: black;
}

.book-button a {
  text-decoration: none;
  color: black;
}

.book-button .cta {
  position: relative;
  margin: auto;
  padding: 19px 22px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.book-button .cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.5);
  width: 56px;
  height: 56px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.book-button .cta span {
  position: relative;
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
}

.book-button .cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.book-button .cta:hover:before {
  width: 100%;
  background: white;
}

.book-button .cta:hover svg {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.book-button .cta:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}

header nav .open-menu {
  font-size: 4rem;
  margin: 20px;
  display: none;
  cursor: pointer;
}

header nav ul .menu-icons a {
  color: white;
}

header nav ul .close-menu, .menu-icons i {
  font-size: 2rem;
  display: none;
  cursor: pointer;
}

.fa-facebook:hover {
  color: black;
}

.fa-twitter:hover {
  color: black;
}

.fa-instagram:hover {
  color: black;
}

.home {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-brand-logos .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: white;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 200px;
}

.product-brand-logos .logo-container .row {
  width: 25%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 800px) {
  .product-brand-logos .logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    width: auto;
    height: 100px;
  }
  .product-brand-logos .logo-container .row {
    margin: auto;
    min-width: 50%;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mobile-image {
  display: none;
}

.slide-container {
  width: 100%;
  margin-top: 150px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slide {
  display: none;
}

.slide1 img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 30% 60%;
     object-position: 30% 60%;
}

.slide1 .slide-content h3 {
  position: absolute;
  text-align: center;
  font-size: 5em;
  top: 200px;
  margin: 0;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.2);
}

.slide1 .slide-content .book-button {
  position: absolute;
  top: 400px;
}

.slide2 .slide-content .book-button {
  position: absolute;
  top: 430px;
}

.slide3 .slide-content .book-button {
  position: absolute;
  top: 400px;
}

.slide3 img {
  width: 100%;
  height: 500px;
}

.slide2 img {
  width: 100%;
  height: 500px;
}

.slide2 .slide-content button {
  cursor: pointer;
  padding: 10px 30px;
  background-color: transparent;
  border: 3px solid #4DC3AB;
  color: #4DC3AB;
  font-size: 30px;
  text-transform: uppercase;
}

.slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.dots {
  text-align: center;
  position: absolute;
  top: 470px;
  right: 700px;
}

.dot {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  background-color: #C19AA0;
  border: 2px solid white;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.dot:hover {
  background-color: #C19AA0;
}

.fade {
  -webkit-animation: fade 1.5s ease-out;
          animation: fade 1.5s ease-out;
}

@-webkit-keyframes fade {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

.popup {
  width: 450px;
  margin-top: 20px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 8px;
  z-index: 200;
}

.popup button {
  display: block;
  position: absolute;
  left: 90%;
  background-color: transparent;
  font-size: 30px;
  color: black;
  border: none;
  outline: none;
  cursor: pointer;
}

.main-intro {
  background-color: #C19AA0;
  padding: 20px 100px 10px;
  margin: 50px 200px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
}

.main-intro p {
  color: black;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  line-height: 1.5;
}

.main-intro p span {
  font-size: 30px;
}

.benefits-of-tanning p {
  text-align: center;
  color: black;
}

.about {
  padding-bottom: 40px;
}

.about h2 {
  padding-bottom: 50px;
  padding-top: 150px;
}

.about h2, .about h3, .about h4 {
  color: black;
  text-align: center;
}

.about ul {
  color: black;
  padding-left: 550px;
  line-height: 2;
}

.services {
  background-color: #ECECEC;
}

.service-page {
  padding-top: 40px;
}

.services h2, .specials h2 {
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
}

.services-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}

.specials-detail img {
  border: 2px solid white;
}

.specials-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.services-content, .specials-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 60%;
  padding: 40px;
}

.services-content button, .specials-content button, .sign-up-footer button {
  padding: 10px 30px;
  background-color: #333232;
  border: 2px solid #333232;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
}

.services-content button a, .specials-content button a, .sign-up-footer button a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}

.services-content p, .specials-content p {
  color: black;
  padding: 20px 0;
  line-height: 1.75;
}

.img-container {
  width: 45%;
  padding: 60px;
}

.tanning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-page h3 {
  color: #4DC3AB;
}

.service-page h2 {
  padding-top: 150px;
  color: black;
}

.service-page h3 {
  color: black;
  margin: 20px auto;
  text-align: center;
}

.service-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box {
  width: 400px;
  height: 400px;
  border: 2px solid white;
  margin: 20px;
  -webkit-box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
}

.box-overlay {
  display: table;
  height: 100%;
  width: 100%;
}

.box-overlay span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}

.box-overlay span a {
  text-decoration: none;
  color: white;
  font-size: 2.5em;
}

.box-overlay span:hover {
  font-size: 1.2em;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.box1 {
  background-image: url("../assets/images/drink-beach.png");
  background-size: cover;
  background-position: 10% 60%;
}

.box2 {
  background-image: url("../assets/images/beach-hanging-chair.png");
  background-size: cover;
  background-position: 10% 60%;
}

.box3 {
  background-image: url("../assets/images/friends-beach.png");
  background-size: cover;
  background-position: 10% 60%;
}

.image-break {
  margin: 40px 0;
  background-image: url("../assets/images/frank-mckenna-eXHeq48Z-Q4-unsplash.jpeg");
  height: 60vh;
  background-size: cover;
  background-position: 20% 40%;
}

.image-break-overlay {
  width: 400px;
  margin: 0 auto;
  padding-top: 150px;
}

.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.review {
  padding: 20px;
  text-align: center;
}

.review-text {
  color: #333232;
  padding: 10px;
  line-height: 1.5;
  text-align: justify;
}

.review .rating {
  color: #F3aa3d;
}

.uv-free-tanning {
  color: black;
  text-align: center;
  padding-bottom: 40px;
}

.uv-free-tanning ul li {
  list-style-type: none;
}

.uv-free-tanning h2 {
  padding-top: 225px;
  padding-bottom: 50px;
}

.uv-free-tanning .header-image {
  background-image: url("../assets/images/shifaaz-shamoon-sLAk1guBG90-unsplash-min.jpeg");
  height: 50vh;
  background-size: cover;
}

.uv-free-tanning .header-image h2 {
  color: white;
}

.uv-free-tanning button {
  padding: 10px 30px;
  background-color: #333232;
  border: 2px solid #333232;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
  margin: 20px;
}

.uv-free-tanning button a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}

.mystic-intro {
  padding: 40px 320px 10px;
  line-height: 1.5;
}

.mystic-details, .further-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mystic-shades, .mystic-scents, .accelerator, .home-care {
  padding: 10px 20px 0;
  margin: 70px 50px;
  background-color: white;
  border: 1px solid white;
  border-radius: 5px;
  line-height: 1.5;
  width: 55%;
  -webkit-box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
}

.mystic-shades ul li, .mystic-scents ul li {
  text-align: left;
}

.mystic-shades .color-bottles {
  margin: auto;
  width: 80%;
}

.mystic-shades .color-bottles img {
  border-radius: 50%;
}

.mystic-scents .scent-image {
  margin: auto;
  width: 55%;
}

.mystic-scents .scent-image img {
  border-radius: 50%;
}

.accelerator p, .home-care p {
  margin: 0 auto;
  padding: 50px;
}

.home-care p {
  padding-top: 70px;
}

.mystic-image {
  border-radius: 5px;
  width: 70%;
  margin-top: 70px;
}

.mystic-image img {
  border-radius: 5px;
  border: 2px solid white;
}

.demo-video {
  text-align: center;
  padding-bottom: 20px;
}

.leg-tanner {
  padding-bottom: 40px;
  color: black;
  text-align: center;
}

.leg-tanner h2 {
  padding-top: 150px;
  padding-bottom: 50px;
}

.leg-tanner p {
  margin-left: 150px;
  margin-right: 150px;
}

.tanning-beds-intro {
  color: black;
  padding-bottom: 40px;
  text-align: center;
}

.tanning-beds-intro h2 {
  padding-top: 225px;
  padding-bottom: 50px;
}

.tanning-beds-intro .header-image {
  background-image: url(../assets/images/beach-rocks-min.jpeg);
  height: 50vh;
  background-size: cover;
  background-position: 70% 40%;
}

.tanning-beds-intro .header-image h2 {
  color: white;
}

.tanning-beds-intro button {
  padding: 10px 30px;
  background-color: #333232;
  border: 2px solid #333232;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
  margin: 20px;
}

.tanning-beds-intro .book-now {
  padding: 10px 65px;
}

.uv-free-tanning .book-now {
  padding: 10px 65px;
}

.tanning-beds-intro button a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}

.tanning-beds-intro-text {
  background-color: white;
  border: 2px black solid;
  padding: 40px 80px;
  margin: 70px 200px 20px;
  line-height: 1.5;
  -webkit-box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
}

.card {
  margin: 50px auto 50px;
  width: 350px;
  height: 450px;
}

.card-inner {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
}

.card-inner.is-flipped {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 16px;
  -webkit-box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
}

.card-front {
  background-image: -webkit-gradient(linear, left top, right bottom, from(beige), to(lightcoral));
  background-image: linear-gradient(to bottom right, beige, lightcoral);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.card-front h5 {
  color: white;
  font-size: 30px;
  text-align: center;
}

.card-front p {
  font-size: 20px;
}

.card-back {
  background-color: white;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.card-content {
  width: 100%;
  height: 100%;
}

.card-header {
  position: relative;
  padding: 30px 30px 10px;
}

.card-header:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 00 50% 0;
  background-image: -webkit-gradient(linear, right top, left bottom, color-stop(10%, white), color-stop(115%, #ebd1d0));
  background-image: linear-gradient(to bottom left, white 10%, #ebd1d0 115%);
}

.card-image {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto 30px;
  border-radius: 20%;
  background-color: white;
  border: 5px solid white;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-header h2 {
  color: black;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin: 5px;
  padding-top: 0;
}

.card-body {
  padding: 10px;
}

.card-body h3 {
  color: black;
  font-size: 20px;
  margin: 5px;
}

.card-body p {
  font-size: 14px;
  color: black;
  line-height: 1.5;
}

.reviews h2 {
  padding-top: 200px;
  padding-bottom: 50px;
}

.reviews .header-image {
  background-image: url("../assets/images/shifaaz-shamoon-sLAk1guBG90-unsplash-min.jpeg");
  height: 50vh;
  background-size: cover;
}

.reviews .header-image h2 {
  color: white;
}

.promotions h2 {
  padding-top: 225px;
  padding-bottom: 50px;
}

.promotions .header-image {
  background-image: url(../assets/images/beach-rocks-min.jpeg);
  height: 50vh;
  background-size: cover;
  background-position: 70% 40%;
}

.promotions .header-image h2 {
  color: white;
}

.promotions .button {
  margin: 40px auto;
  text-align: center;
}

.promotions button {
  padding: 10px 30px;
  background-color: #333232;
  border: 2px solid #333232;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
}

.promotions button a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}

.regular-promotions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.promotion {
  position: relative;
  width: 400px;
  height: 400px;
  border: 2px solid white;
  margin: 20px;
}

.promotion:hover .image-overlay, .promotion:active .image-overlay {
  visibility: visible;
  opacity: 1;
}

.promotion:hover .title, .promotion:active .title {
  visibility: hidden;
}

.overlay-text {
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
}

.promotion:hover .overlay-text, .promotion:active .overlay-text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.overlay-text {
  padding: 0 20px;
  text-align: center;
  line-height: 1.5;
}

.overlay-text .small-text {
  line-height: 1;
}

.image-overlay {
  display: table;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
}

.promotion h2 {
  text-align: center;
}

.promo1 {
  background-image: url("../assets/images/F4970B61-E20F-4549-9ED8-65FDC7FE59A3.png");
  background-size: cover;
  background-position: 10% 60%;
}

.promo2 {
  background-image: url("../assets/images/E12C29F6-2A6D-4E2A-A2A5-F0D1F17D358B.png");
  background-size: cover;
  background-position: 10% 60%;
}

.promo3 {
  background-image: url("../assets/images/pinkpapaya_010.jpeg");
  background-size: cover;
  background-position: 10% 60%;
}

.price-matching {
  background-color: #C19AA0;
  padding: 20px 100px 10px;
  margin: 50px 200px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
}

.price-matching h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
}

.price-matching p {
  color: black;
  text-align: center;
}

.small-text {
  font-size: 12px;
}

.contact-us h2 {
  padding-top: 225px;
  padding-bottom: 50px;
}

.contact-us .header-image {
  background-image: url(../assets/images/shifaaz-shamoon-sLAk1guBG90-unsplash-min.jpeg);
  height: 50vh;
  background-size: cover;
  background-position: 70% 40%;
}

.contact-us .header-image h2 {
  color: white;
}

.form-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
  width: 100%;
}

.form-section .form-heading {
  color: #333232;
  text-align: center;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-form label, .contact-form input, .contact-form textarea {
  width: 100%;
  padding: 10px 0;
  color: #333232;
  border-radius: 10px;
  border: none;
}

.contact-form .message-input {
  padding: 50px;
}

.contact-form .submit {
  margin-top: 30px;
  margin-left: 150px;
  color: white;
  padding: 10px 30px;
  background-color: #333232;
  border: 2px solid #333232;
  border-radius: 10px;
  width: 50%;
  -webkit-box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
}

.contact-form .submit:disabled {
  background-color: lightgrey;
}

.contact-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.store-map {
  width: 100%;
  padding: 50px;
  margin-top: 70px;
}

.store-map iframe {
  -webkit-box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
}

.contact-us .button {
  text-align: center;
  margin-top: 40px;
  margin: 40px 50px 20px;
}

.contact-us .button .book-now {
  padding: 10px 65px;
  margin-left: 50px;
}

.contact-us button {
  padding: 10px 30px;
  background-color: #333232;
  border: 2px solid #333232;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
}

.contact-us button a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}

.g-recaptcha {
  padding-top: 10px;
}

footer {
  background: #ffffff;
  color: #333232;
}

.logo-container {
  width: 60%;
  margin: 0 auto;
}

.contact-footer {
  width: 25%;
}

.connect-footer {
  width: 25%;
}

.hours-footer {
  width: 25%;
}

.sign-up-footer {
  width: 25%;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 10px 0;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.social-icons a {
  color: #333232;
}

.sign-up-footer form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer form label {
  padding: 10px 0;
}

footer form input {
  margin-bottom: 10px;
  padding: 8px;
  border: 2px solid #333232;
  border-radius: 10px;
}

footer form button {
  color: white;
  background: #333232;
  border: 2px solid white;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.sign-up-footer {
  padding-top: 75px;
}

footer .copyright {
  background: white;
}

footer .copyright p {
  text-align: center;
  margin: 0;
  padding: 10px;
  font-size: 10px;
}

@-webkit-keyframes arrow {
  0%, 100% {
    top: 50px;
  }
  50% {
    top: 80px;
  }
}

@keyframes arrow {
  0%, 100% {
    top: 50px;
  }
  50% {
    top: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  header nav ul li {
    text-align: center;
  }
  header nav ul li a {
    font-size: 18px;
    text-align: center;
  }
  header .logo {
    padding-left: 15px;
  }
  .slide1 .slide-content h3 {
    font-size: 4em;
  }
  .dots {
    right: 540px;
  }
}

@media only screen and (max-width: 1080px) {
  .mystic-intro {
    padding: 40px 200px 10px;
  }
  .dots {
    right: 525px;
  }
}

@media only screen and (max-width: 1030px) {
  header nav ul li a {
    padding: 30px 25px 0;
  }
  .main-intro {
    margin: 50px 100px 30px;
  }
  .price-matching {
    margin: 50px 100px 30px;
  }
  .contact-footer p, .hours-footer p, .sign-up-footer p {
    font-size: 12px;
  }
  .dots {
    right: 505px;
  }
}

@media only screen and (max-width: 1030px) {
  header nav ul li a {
    padding: 30px 20px 0;
  }
  .services-content p, .specials-content p {
    font-size: 0.9em;
  }
  .review {
    margin: 15px;
  }
  .review-text {
    font-size: 14px;
  }
  .accelerator p, .home-care p {
    margin: 0 auto;
    padding: 20px;
  }
  .form-section {
    padding: 30px;
  }
  .contact-form .submit {
    margin-left: 0;
  }
  .contact-form .submit-button {
    text-align: center;
  }
  .dots {
    right: 440px;
  }
}

@media only screen and (max-width: 820px) {
  header nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header nav ul {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .logo {
    padding: 0;
    width: 20%;
  }
  header nav ul li a {
    padding-top: 5px;
  }
  .main-intro p {
    font-size: 16px;
  }
  .main-intro p span {
    font-size: 25px;
  }
  .mystic-intro iframe {
    width: 500px;
  }
  .services-content p, .specials-content p {
    font-size: 0.8em;
  }
  .review-text {
    font-size: 12px;
  }
  .mystic-intro {
    padding: 40px 50px 10px;
  }
  .mystic-details, .further-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mystic-shades .mystic-scents {
    margin-bottom: 0;
  }
  .mystic-image {
    margin: 0;
  }
  .accelerator {
    margin-top: 0;
  }
  .mystic-shades, .mystic-scents, .accelerator, .home-care {
    width: 85%;
  }
  .regular-promotions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .price-matching {
    padding: 20px 50px 10px;
    margin: 50px 75px 30px;
  }
  .contact-main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-form {
    width: 70%;
    margin: 0 auto;
  }
  .store-map {
    margin: 0 auto;
    width: 70%;
  }
  .store-map iframe {
    width: 100%;
  }
  .dots {
    right: 375px;
  }
}

@media only screen and (max-width: 768px) {
  .popup {
    width: 95%;
  }
  .popup button {
    left: 85%;
  }
  .slide1 .slide-content h3 {
    font-size: 3em;
  }
  .service-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .box {
    width: 80%;
  }
  .specials-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .specials-detail .img-container {
    width: 80%;
  }
  .specials-detail .specials-content {
    padding-top: 0px;
    width: 80%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .specials-detail .specials-content p {
    text-align: center;
    margin-top: 0;
  }
  .specials-detail .specials-content button {
    margin: 0 auto;
  }
  .reviews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
  }
  .reviews .review p {
    text-align: center;
    font-size: 14px;
  }
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .connect-footer {
    width: 40%;
  }
  .hours-footer, .contact-footer, .sign-up-footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    font-size: 25px;
  }
  .hours-footer p, .contact-footer p, .sign-up-footer p {
    font-size: 18px;
  }
  .sign-up-footer {
    padding-top: 40px;
  }
  .tanning-beds-intro h2 {
    padding-top: 250px;
  }
  .tanning-beds-intro .header-image, .uv-free-tanning .header-image, .promotions .header-image, .contact-us .header-image {
    height: 40vh;
  }
  .uv-free-tanning h2 {
    padding-top: 250px;
  }
  .promotions h2 {
    padding-top: 250px;
  }
  .contact-us h2 {
    padding-top: 250px;
  }
  .dots {
    right: 350px;
  }
}

@media only screen and (max-width: 500px) {
  .desktop-image {
    display: none;
  }
  .mobile-image {
    display: block;
    height: auto;
  }
  .slide3 .book-button {
    display: none;
  }
}

@media only screen and (max-width: 605px) {
  .contact-us .button .book-now {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .slide2 {
    background-position: 53% 27%;
  }
  .contact-us .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-us .button .book-now {
    margin-left: 0px;
    margin-top: 15px;
  }
  header nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header nav ul {
    height: 100vh;
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ebd1d0;
    -webkit-transition: top 1s ease;
    transition: top 1s ease;
    display: none;
  }
  .tanning-beds-intro h2 {
    padding-top: 200px;
  }
  .demo-video iframe {
    width: 400px;
    height: 300px;
  }
  header nav ul .close-menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  header nav .open-menu {
    display: block;
    margin: 20px;
  }
  header nav ul li a {
    font-size: 40px;
  }
  a:hover {
    color: black;
  }
  .menu-icons i {
    display: inline-block;
    padding: 12px;
  }
  header .logo {
    width: 40%;
  }
  .slide1 .slide-content h3 {
    font-size: 2.5em;
  }
  .main-intro {
    margin: 50px 25px 30px;
    padding: 20px 50px 10px;
  }
  .main-intro p {
    font-size: 14px;
  }
  .contact-form {
    width: 90%;
    margin: 0 auto;
  }
  .store-map {
    margin: 0 auto;
    width: 90%;
  }
  .store-map iframe {
    width: 100%;
  }
  .image-break-overlay {
    width: 300px;
  }
  .dots {
    right: 270px;
  }
}

@media only screen and (max-width: 500px) {
  .mystic-intro {
    padding: 5px;
  }
  .uv-free-tanning h2 {
    padding-top: 140px;
  }
  .demo-video iframe {
    width: 350px;
    height: 275px;
  }
  .dots {
    right: 240px;
  }
}

@media only screen and (max-width: 420px) {
  .tanning-beds-intro h2 {
    padding-top: 150px;
    font-size: 2.2em;
  }
  .tanning-beds-intro h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tanning-beds-intro-text {
    padding: 40px 60px;
  }
  .promotion {
    width: 300px;
  }
  .dots {
    right: 190px;
  }
}

@media only screen and (max-width: 400px) {
  .tanning-beds-intro-text {
    padding: 40px 50px;
  }
  .tanning-beds-intro h2 {
    padding-top: 175px;
  }
  .tanning-beds-intro .header-image {
    height: 40vh;
  }
  .uv-free-tanning h2 {
    padding-top: 130px;
    font-size: 36px;
  }
  .promotions h2 {
    padding-top: 200px;
  }
  .contact-us h2 {
    padding-top: 200px;
  }
  .dots {
    right: 180px;
  }
}

@media only screen and (max-width: 320px) {
  .tanning-beds-intro-text {
    padding: 40px 40px;
  }
  .dots {
    right: 120px;
  }
}


.store-map {
  text-align: center;
  }
  
  .form-section { 
  display: none;
  }
  