body {
  padding: 78px 0 0 0;
  margin: 0;
  line-height: 150%;
  font-family: Poppins, sans-serif;
  color: #555
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
header.pageHeader {
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: rgba(58, 56, 56, 1)
}
h2 {
  font-family: 'Allura', cursive;
  font-size: 2.8em;
  line-height: 80%;
  text-align: center;
  color: #9A356D;
  margin-bottom: 0.3em;
}
.brand {
  color: #9A356D;
  font-weight: bold;
}
/*a.brand {
  font-size: 1.5em;
  color: #777;
  padding-left: 1em;
  text-decoration: none;
}
.right address {
  padding-left: 2.5em;
  font-style: normal
}*/
/******    flexbox stuff for navigation    *******/
.logo a {
  text-decoration: none;
}
nav .item a {
  display: inline-block;
  line-height: 50px;
  text-decoration: none;
  width: 100%;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}
nav .item i {
  color: #fff;
  font-size: 1.4em;
}
nav .item a:hover, nav a.current {
  color: #EBAADC;
  text-shadow: 0px 0px 5px #000;
}
nav .item a:hover i, nav .item i.current {
  color: #EBAADC;
}
.toggle a i {
  font-size: 1.6em;
  color: #fff;
  padding: 15px;
  transform: rotate(90deg)
}
nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.logo-img {
  width: 240px;
}
.item {
  width: 100%;
  text-align: center;
  order: 3;
  display: none;
}
.item.active {
  display: block;
}
section.intro {
  max-width: 800px;
  margin: auto;
  padding: 0 1.5%
}
section.intro ul {
  margin: 0;
  padding: 0 0 2.5em 0;
  list-style: none;
  line-height: 150%;
}
section.intro ul li {
  margin-bottom: 0.8em;
}
div.hero {
  padding-top: 27%;
  background: url("images/banner-s1.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
div.hero h2 {
  font-family: Poppins, sans-serif;
  color: #fff;
  position: absolute;
  top: 20%;
  left: 5%;
  font-size: 5vw;
  font-weight: normal;
}
/*** four cards *****/
section.fullwidth {
  /*background: rgba(222, 219, 212, 0.5);*/
  /* background:#f3ece6;*/
  background: #f9f3ee;
  padding: 0.4em 0 2.5em 0;
  margin-top: 2.5em;
}
ul.fourcards {
  margin: 0;
  padding: 0.8em 0 0 0;
  list-style: none;
}
ul.fourcards li {
  position: relative;
  text-align: center;
  max-width: 340px;
  margin: auto;
  margin-bottom: 1.5em;
}
ul.fourcards li img {
  border-radius: 4px;
  border: 5px solid rgba(255, 255, 255, 0.8);
}
ul.fourcards li section {
  position: relative;
  left: 50%;
  margin-top: -15%;
  width: 86%;
  background: #fff;
  transform: translateX(-50%);
  border-radius: 4px;
}
ul.fourcards li section h3 {
  text-align: center;
  font-family: Allura, cursive;
  font-size: 2em;
  font-weight: normal;
  margin: 0;
  padding: 0.2em 0;
  color: #9C336E;
}
ul.fourcards li h3 + p {
  text-transform: uppercase;
  margin: -0.4em 0 0.5em 0;
  padding: 0 0.5em;
  color: #000;
  line-height: 150%;
  font-family: Oswald, sans-serif;
}
ul.fourcards li section a {
  display: block;
  background: #9C336E;
  line-height: 40px;
  font-size: 0.7em;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 0 0 4px 4px;
}
/*** two columns twocols *****/
section.twocols {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
  margin: 3em auto;
}
section.twocols img {
  border-radius: 6px;
}
section.twocols section {
  background: #864267;
  color: #fff;
  width: 86%;
  margin: auto;
  transform: translateY(-30px);
  padding: 1em;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .5);
}
section.twocols h2 {
  color: #fff;
  font-weight: normal
}
section.twocols li {
  margin-bottom: 0.8em;
  list-style-type: square;
  color: #fff;
}
/*** clients-testimonials ****/
.cd-testimonials-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/*** entire clients section ***/
section.clients {}
ul.celebrities, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.celebrities li {
  width: 210px;
  margin: 1em auto;
}
ul.celebrities figure img {
  display: block;
  border-radius: 4px 4px 0 0;
}
ul.celebrities figcaption {
  font-family: 'Allura', cursive;
  color: #fff;
  background: #864267;
  font-size: 1.8em;
  padding: 0.3em .5em;
  line-height: 1;
}
ul.celebrities figcaption span {
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  font-size: 0.5em;
  color: #fff;
}
h2.inverse {
  color: #fff;
  font-family: "Allura", cursive;
  font-weight: 500;
  background: #864267;
  text-align: center;
  padding: 0.5em 0;
  font-size: 2.5em;
  line-height: 80%;
  margin: 0.8em 0.3em;
}
/*** about page - awards ***/
ul.awards {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Oswald", sans-serif;
}
ul.awards img {
  background: #fff;
  padding: 3px;
  border: 1px solid #999;
}
/*** scrolling promo ***/
section.promo {
  background: url("images/dark-background.jpg") no-repeat left top;
  background-size: cover;
  padding-top: 27%;
  position: relative;
}
.cbp-fbscroller, .cbp-fbscroller .promo {
  height: 100%;
}
.cbp-fbscroller .promo {
  position: relative;
  background-position: 80% top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(images/dark-background.jpg);
}
.cbp-fbscroller .promotext {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.cbp-fbscroller .promotext h2 {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  width: 100%;
  line-height: 1;
  font-size: 5vw;
  color: #fff;
  padding: 4px 0;
}
.cbp-fbscroller .promotext a {
  display: block;
  color: #fff;
  font-size: 0.8em;
  width: 140px;
  margin: auto;
  line-height: 28px;
  border: 1px solid #fff;
  text-decoration: none;
  border-radius: 4px;
}
.cbp-fbscroller .promotext a:hover {
  background: #eee;
  color: #9A356D;
  border: 1px solid #9A356D;
}
/**** price list *****/
div.colwrapper img {
  border-radius: 6px;
  box-shadow: 0px 0px 15px #999;
  display: block;
  margin: auto;
  padding: 0.5em;
}
div.colwrapper table {
  width: 100%;
  margin: 1.5em 0;
  padding: 1.5em;
  border-right: 1px solid #ddd;
}
div.colwrapper table.colors {
  border-right: none;
}
div.colwrapper > div {
  margin-left: -1px;
}
div.colwrapper table td, div.colwrapper table th {
  border-bottom: 1px dotted #999;
  padding: 0.9em;
}
div.colwrapper table th {
  font-family: 'Oswald', sans-serif;
  color: #9A356D;
  font-weight: normal;
}
div table td:nth-child(2n) {
  text-align: right;
  color: #9A356D;
}
div.colwrapper table th {
  text-align: left;
}
div.colwrapper table th:nth-child(2) {
  text-align: right;
}
div.colwrapper {
  display: flex;
  flex-direction: column;
}
/**** footer ****/
footer.pageFooter {
  background: #333;
  color: #fff;
  padding: 1em 1em 1em 5em;
}
footer.pageFooter > div {
  margin-bottom: 1.5em;
}
footer.pageFooter h3 {
  font: normal 1.2em 'Oswald', sans-serif;
  color: #EBC8E1;
  margin: 0;
  padding: 1em 0 .5em;
}
footer.pageFooter address {
  font-style: normal
}
footer.pageFooter a {
  color: #fff;
}
footer.pageFooter .covid {
  max-width: 250px;
  margin-top: 0;
}
a[href ^=tel] {
  display: inline-block;
  line-height: 55px;
  font-size: 1.4em;
  font-family: Georgia, serif;
  color: #fff;
  padding-bottom: 10px;
}
footer.pageFooter i {
  margin-left: -1em;
  padding-right: 0.5em;
}
footer.pageFooter ul {
  margin: 0;
  padding: 0
}
footer.pageFooter li {
  list-style: none;
  margin-bottom: 0.8em;
}
footer.pageFooter .social a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
footer.pageFooter .fab {
  font-size: 2.2em;
  color: #0c3160;
  margin-right: 0.5em;
}
.copy {
  font-size: 0.9em;
  text-align: center;
}
.copy a {
  color: #555;
}
/**** form ****/
form {
  width: 96%;
  margin: auto;
}
form div {
  margin-bottom: 1.1em;
  padding-left: 2%;
}
input {
  width: 100%;
  height: 45px;
  border: 1px solid rgba(106, 45, 44, 0.2);
  outline: none;
  border-radius: 7px;
  padding: 5px;
}

label {
  display: block
}
label[for=fullname]:after, label[for=email]:after, label[for=message]:after {
  content: " *";
  color: #C00;
  font-weight: bold;
}
textarea {
  width: 96%;
    outline:none;
  height: 130px;
  border: 1px solid rgba(106, 45, 44, 0.2);
  border-radius: 7px;
  padding: 5px;
}
input[type=submit] {
  width: 110px;
  height: 45px;
  background-color: #9A356D;
  color: #fff;
  font: normal 1em, sans-serif;
}
label[for=fullname]:after, label[for=email]:after, label[for=message]:after {
  content: " *";
  color: #C00;
  font-weight: bold;
}
.error {
  font-size: smaller;
  color: #C00;
}
div.pic address {
  font-style: normal;
  color: #444;
}
div.pic a[href ^=tel] {
  color: #444;
}
.map {
    display:block;
    margin:auto;
}
@media only screen and (min-width:480px) {
  .logo-img {
    width: 300px !important;
  }
}
@media only screen and (min-width:640px) {
  ul.celebrities {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 600px;
    margin: auto;
  }
}
@media only screen and (min-width:768px) {
  body {
    padding-top: 0;
  }
  header.pageHeader {
    background: rgba(58, 56, 56, 0)
  }
  header.pageHeader ul .item a {
    background: rgba(58, 56, 56, .8);
    width: 80%;
  }
  /*** fourcards ***/
  ul.fourcards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 768px;
    margin: auto;
  }
  /*** about page ***/
  div.hero h2 {
    top: 40%;
    left: 5%;
    font-size: 2.8em;
  }
  ul.awards {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  ul.awards li {
    margin: 0 0.8em;
  }
  /***  price list ***/
  div.colwrapper {
    flex-direction: row;
    justify-content: center;
    max-width: 888px;
    margin: auto;
  }
  div.colwrapper > div {
    flex: 1;
  }
  footer.pageFooter {
    display: flex;
    padding: 1em 1em 1em 1em;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer.pageFooter > div {
    flex: 0 1 calc(50% - 1em);
    padding-left: 12%;
  }
}
@media only screen and (min-width:960px) {
  section.twocols {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 1280px;
    padding-left: 6%;
  }
  section.twocols div {
    flex: 1;
  }
  section.twocols > section {
    background: #864267;
    color: #fff;
    flex: 1;
    transform: translateY(0px);
    transform: translateX(-15%);
  }
  .cbp-fbscroller .promotext h2 {
    width: 60%;
    margin: auto;
    padding-bottom: 0.8em;
  }
  .cbp-fbscroller .promotext a {
    line-height: 45px;
    font-size: 1em;
    font-weight: bold;
  }
  footer.pageFooter > div {
    flex: 1;
    padding-left: 6%;
  }
}
@media only screen and (min-width:1024px) {
  div.hero h2 {
    font-size: 4vw;
  }
}
@media only screen and (min-width : 1077px) {
  .cd-testimonials-wrapper {
    height: 211px;
  }
  section.clients {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 1077px;
    margin: auto;
  }
  ul.celebrities {
    width: auto;
    justify-content: space-around;
    align-items: flex-start;
  }
  section.testimonials {}
  ul.celebrities li {
    margin: 0 0.9em;
  }
}
@media only screen and (min-width:1280px) {
  /***** navigation 1280px *******/
  .toggle {
    display: none;
  }
  .logo {
    flex: 1;
    order: 0
  }
  .logo-img {
    width: 403px !important;
  }
  .item {
    display: block;
    order: 1;
    width: auto;
  }
  header.pageHeader ul .item a {
    background: rgba(58, 56, 56, 0);
    width: auto;
    padding: 12px 15px;
    text-transform: uppercase;
  }
  header.pageHeader ul .item a:hover {
    font-weight: normal;
  }
  .cbp-fbscroller .promotext h2 {
    font-size: 3.5em;
  }
}
@media only screen and (min-width:1366px) {
  header.pageHeader {
    padding: 0 5%;
  }
  ul.fourcards li {
    max-width: 300px;
  }
  ul.fourcards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1366px;
    margin: auto;
  }
}