@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,300');

body {
  font-family: "Open sans", sans-serif;
  /*font-family: adobe-caslon-pro, serif;
  font-style: normal;
  font-weight: 400;
  
  /*font-family: 'Josefin Slab', serif;
  font-weight: 500;
  font-family: 'Clarkson';
  color: #7C938A; */
  background: #f6eaef;
  flex-direction: row;
  font-size: 22px;
}


#logo {
  width: 100px;
  height: 100px;
}

.bigbanner {
  /* background-color: #f5d8e4a2; */
  background-color: #ECECEC;
  color: #36393B;
  font-family: Bakersville, serif;
}

.altcolour {
  background-color: #7C938A;
  color: #000;
}

/* Navigation Bar */
.navbar {
  font-family: adobe-caslon-pro, serif;
  font-style: normal;
  font-weight: 400;
}

.navbar .navbar-nav .nav-link {
  color: #000;
  font-size: 0.8em;
}

.navbar .navbar-nav .nav-link:hover {
  color: #808080;
}

.navbar .navbar-nav {
  margin-top: 0.5em;
  border-top: 2px solid #000;
}

#navbaricon {
  color: #7c938a;
}

/* End of Navigation Bar */

.mask {
  background-color: rgba(0, 0, 0, 0.1);
}

.mask-white {
  background-color: rgba(255, 255, 255, 0.1);
}

.footerformat {
  background-color: #ECECEC;
  color: #36393B;
}

#social-footer {
  list-style: none;
  text-indent: 20px;
  font-size: 18px;
}

#social-footer a:link {
  color: #36393B;
}

/* visited link */
#social-footer a:visited {
  color: #36393B;
}

/* mouse over link */
#social-footer a:hover {
  color: #456b5d;
}



/* Title Banners Images */

.titlebanner {
  background-position: center;
  background-repeat: none;
  background-size: cover;
  position: relative;
  height: 300px;
}

.home-image-bg {
  background-image: url('../images/home_banner.png');
  height: 300px;
  background-position: center;
  background-repeat: none;
  background-size: cover;
}

.home-image-text {
  text-align: center;
}

#aboutus-image {
  background-image: url('../images/aboutus_banner.jpg');
}

#aboutus-title {
  position: absolute; 
  width: 100%;
  padding-top: 125px;
  text-align: center;
  vertical-align: middle;
  color: white;
}

#treatments-image {
  background-image: url('../images/treatments_banner.png');
}

#treatments-title {
  position: absolute;
  width: 33%;
  padding-left: 25px;
  padding-top: 125px;
  text-align: center;
  min-height: 25vh;
}

#pamperparty-image {
  background-image: url('../images/pamperparty_banner.jpg');
}

#pamperparty-title {
  position: absolute;
  padding-top: 125px;
  padding-left: 25px;
  text-align: left;
}



/* Background images */
.treatments-swedish-bg {
  position: relative;
}

.treatments-swedish-bg::before {
  background-image: url('../images/treatment_swedish.jpg');
  /* height: 300px; */
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.treatments-indianhead-bg {
  position: relative;
}

.treatments-indianhead-bg::before {
  background-image: url('../images/treatment_head.png');
  /* height: 300px; */
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.treatments-facial-bg {
  position: relative;
}

.treatments-facial-bg::before {
  background-image: url('../images/treatment_facial.jpg');
  /* height: 300px; */
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.treatments-hand-bg {
  position: relative;
}

.treatments-hand-bg::before {
  background-image: url('../images/treatment_hand.jpg');
  /* height: 300px; */
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.stripe {
}

.stripe li {
  text-indent: 40px;
  list-style-type: none;
}

.stripe h2 h3 {
  text-decoration: underline;
}
.stripealt {
  background-color: #ECECEC;
  color: #36393B;
}

.overimage {
  text-shadow: 1px 1px #FFFFFF

}

#fcf-form {
  display:block;
}

.fcf-body {
  margin: 0;
  font-family: -apple-system, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  padding: 30px;
  padding-bottom: 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  max-width: 100%;
}

.fcf-form-group {
  margin-bottom: 1rem;
}

.fcf-input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.fcf-form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  outline: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
  border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
  height: auto;
}

textarea.fcf-form-control {
  font-family: -apple-system, Arial, sans-serif;
  height: auto;
}

label.fcf-label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.fcf-credit {
  padding-top: 10px;
  font-size: 0.9rem;
  color: #545b62;
}

.fcf-credit a {
  color: #545b62;
  text-decoration: underline;
}

.fcf-credit a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.fcf-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .fcf-btn {
      transition: none;
  }
}

.fcf-btn:hover {
  color: #212529;
  text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.fcf-btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.fcf-btn-block {
  display: block;
  width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
  width: 100%;
}




/* Media Query for medium screens and above */
@media only screen and (min-width: 576px) {
  #logo {
    width: 250px;
    height: 250px;
  }

  .navbar {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .navbar .navbar-nav {
    border-bottom: 2px solid #000;
  }

  .navbar .nav-item {
    padding: 0.5em 1em;
  }

  .aboutus-image-bg {
    background-image: url('../images/aboutus_banner.jpg');
    height: 400px;
    background-position: center;
    background-repeat: none;
    background-size: cover;
  }

  .treatments-image-bg {
    background-image: url('../images/treatments_banner.png');
    height: 350px;
    background-position: center;
    background-repeat: none;
    background-size: cover;
  }

  .treatments-image-text {
    text-align: left;
    min-height: 45vh;
  }
 
  .pamperparty-image-bg {
    background-image: url('../images/pamperparty_banner.jpg');
    height: 300px;
    background-position: right;
    background-repeat: none;
    background-size: cover;
  }

  .pamperparty-image-text {
    text-align: center;
    min-height: 35vh;
  }
 


  
}