* {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial;
}



.publishedsection {
  padding-top: 75px;
  color: #68544A;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.publishedsection img {
  width: 50%;
}

.test11 {
  width: 150px;
  margin-top: -10px;
}

body {
  overflow-x: hidden;
}

header {
  height: 100vh;
  width: 100%;
  background: url('../img/background3.png') no-repeat 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  text-align: center;
  flex-direction: column;
  background-attachment: fixed;
  z-index: 2;
}

header h1 {
  color: #9c7f59;
  font-family: 'Raleway', sans-serif;
  font-size: 13vw;
  text-shadow: 1px 1px #ffffff;
  animation: 1.5s FadeIn2;
  animation-fill-mode: both;
  position: relative;
  margin-top: 10px;

}


header img {
  width: 90vw;
}

header a {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  text-decoration: none;
  background-color: #C0A599;
  margin-top: 20px;
  padding: 10px;
  color: white;


  position: relative;



}





section {

  background: #ffffff;
  /* position:absolute; */
  z-index: 3;
  width: 100%;
  font-family: 'Raleway', sans-serif;


}

h1,
h2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}



.sculptingservicesWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;


}


#showInfo,
#showInfo1,
#showInfo2,
#showInfo3,
#showInfo4 {
  margin: 0 auto;
  background: #7f4733;
  color: white;
  padding: 15px;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  border:1px solid white;
}

#sculptingServ h1,
#sculptingServ h2,
#sculptingServ h3 {
  margin: 0 auto;
  color: #857260;
  padding: 15px 0 15px 0;
  width: 85%;
  text-align: center;
}

#sculptingServ {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#sculptingServ img {
  width: 100%;

}

.openIconOne {
  background-image: image('img/iconOpen.png');
  width: 50%;
  height: 50%;

}


#showInfoDetails,
#showInfoDetails1,
#showInfoDetails2,
#showInfoDetails3,
#showInfoDetails4 {
  text-align: center;
  width: 80%;
  padding: 25px 0 25px 0;
  color: #7f4633;
  margin: auto;
  list-style: none;
}


section {

  animation-delay: 1.75s
}

#showInfoDetails,
#showInfoDetails1,
#showInfoDetails2,
#showInfoDetails3,
#showInfoDetails4 {

  display: none;
}



section ul {
  display: block;
}


.subfooterwrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #e7e7e7;
}


.subfooterwrapper ul {
  text-align: center;
  padding: 20px;

}

.subfooterwrapper ul li {
  display: inline;
  margin: 3px;
}

.subfooterwrapper ul li img {
  width: 30px;
  height: 30px;
}



/*MOBILE NAV*/

nav {
  width: 100%;


}

nav ul {

  display: none;

}

section {
  display: block;
  width: 100%;
  text-align: center;


}


nav ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.2em;
}

nav ul li a {
  text-decoration: none;
  color: #857260;
  text-shadow: 2px 2px white;
}

.aboutsectionwrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;



}

.aboutsection {
  width: 80%;
  margin: 0 auto;
  padding: 30px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'Roboto';
}

.aboutsection img{
  max-width:100% }

.aboutsection h1 {


  Margin-bottom: 25px;

}

.aboutsection p {
  margin-bottom: 50px;
  font-size: 1em;
  color: #686868;

}




#btn1 {
  padding-top: 15px;
  font-size: 1.5em;
  background-color: #ffffff;
  color: #C0A599;
  border-bottom: 1px solid #C0A599;
}


.burger-nav {


  top: 0;
  left: 0;
  display: block;

  height: 40px;

  width: 100%;

  background: url("../img/burger3.png") no-repeat 96% center;

  background-color: #ffffff;

  background-size: 45px 45px;

  cursor: pointer;
  padding: 0;
  margin: 0;
  transition: 500ms background;

}


.burger-nav2 {
  background: url("../img/burger4.png") no-repeat 96% center;
  background-color: #ffffff;

  background-size: 45px 45px;

  cursor: pointer;
  padding: 0;
  margin: 0;
  transition: 500ms background;
}



/*HOVER ON MOBILE NAV*/

.mobilenav nav ul li:hover {}












.normalnav {
  display: none;
}












.scrolltotop {





  position: fixed;

  opacity: 0;

  right: 5%;

  bottom: 2%;

  z-index: 10;
}

.scrolltotop img {
  width: 40px;
  height: 40px
}


.scrolltotopshow {
  opacity: 1;
  transition: 3s opacity;

}



.footerwrapper {
  width: 100%;

  background-color: #211B17;

}


.locationandpolicy {
  padding-top: 25px;
  padding-bottom: 25px;
  
}

.locationandpolicy a {
  
  
  color:white;
}



.locationandpolicy ul {
  text-align: center;

}

.locationandpolicy ul li {

  display: inline;

  color: white;

  margin: 15px;




}

table {
  width: 100%;
  margin-top: 10px
}

table td {
  text-align: center;

  color: white;
  font-size: 1.1em;
  padding-top: 10px;
  padding-bottom: 10px;
}


table td {}

nav ul li a:hover,
#nav1 li a:hover {
  font-weight: 900;
}

form {
  text-align: center;
}




.artistsection {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  flex: 1;
  justify-content: center;
  background: none;
  background-size: cover;
  background-attachment: fixed;
  ;
  padding-top: 100px;


}



.services {

  padding-top: 125px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-around;





}


.serviceitem {

width: 90%;

margin-bottom: 50px;

color: #68544A;
}



.serviceitem p {}





.serviceitem a {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  color: white;
  background-color: #68544D;
  width: 125px;
  padding: 10px;
  margin-top: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-appearance: none;
  border-bottom: 3px solid #c1c1c1;
}


.serviceitem a:hover {

  border-top: 3px solid white;
  border-bottom: none;
}

.artist1 {
  width: 500px;
  padding: 5px;
  position: relative;
  transition: 1s all;

}

.profileimage {
  width: 125px;
  height: 125px;
  border-radius: 100px;
}

.artistname {
  font-size: 2em;
  font-weight: bolder;
  color: #7F6B5C;
}


.artistbio {
  padding-top: 10px;
  margin-top: 15px;
  margin-bottom: 15px;

  height: auto;
  color: #C2A69B;
  width: 90%;
  margin: 0 auto;
}


.artistbutton {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  list-style: none;
  background: #7F6B5C;
  color: white;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  justify-content: center;
  border-bottom: 3px solid #b3b3b3;
  border-right: 1px solid #c3c3c3;
}




.artistsection .artist1:nth-child(1) {
  animation-delay: 1.5s;
}

.artistsection .artist1:nth-child(2) {
  animation-delay: 2s;
}

.artistsection .artist1:nth-child(3) {
  animation-delay: 2.5s;
}

.artistsection .artist1:nth-child(4) {
  animation-delay: 3s;
}

.artistsection .artist1:nth-child(5) {
  animation-delay: 3.5s;
}

.artistsection .artist1:nth-child(6) {
  animation-delay: 4s;
}

.artistsection .artist1:nth-child(7) {
  animation-delay: 4.5s;
}

.artistsection .artist1:nth-child(8) {
  animation-delay: 5s;
}



.services .serviceitem:nth-child(1) {
  animation-delay: .3s;
}


.services .serviceitem:nth-child(2) {
  animation-delay: .7s;
}

.services .serviceitem:nth-child(3) {
  animation-delay: 1.1s;
}


.services .serviceitem:nth-child(4) {
  animation-delay: 1.5s;
}

.services .serviceitem:nth-child(5) {
  animation-delay: 1.9s;
}


.services .serviceitem:nth-child(6) {
  animation-delay: .3s;
}


.services .serviceitem:nth-child(7) {
  animation-delay: .7s
}


.services .serviceitem:nth-child(8) {
  animation-delay: 1.1s;
}


.services .serviceitem:nth-child(9) {
  animation-delay: 1.5s;
}


.services .serviceitem:nth-child(10) {
  animation-delay: 1.9s;
}



.services .serviceitem:nth-child(11) {
  animation-delay: .3s;
}


.services .serviceitem:nth-child(12) {
  animation-delay: .7s;
}


.services .serviceitem:nth-child(13) {
  animation-delay: 1.1s;
}



.services .serviceitem:nth-child(14) {
  animation-delay: 1.5s;
}



.services .serviceitem:nth-child(15) {
  animation-delay: 1.9s;
}



.services .serviceitem:nth-child(16) {
  animation-delay: .3s;
}


.services .serviceitem:nth-child(17) {
  animation-delay: .7s;
}

.services .serviceitem:nth-child(18) {
  animation-delay: 1.1s;
}

.services .serviceitem:nth-child(19) {
  animation-delay: 1.5s;
}


.services .serviceitem:nth-child(20) {
  animation-delay: 1.9s;
}

.serviceitem {
  animation: 1s FadeInServices;

  animation-fill-mode: both;

  opacity: 1;
}



.artist1 {
  animation: 1s FadeDown1;

  animation-fill-mode: both;

  opacity: 1;
}



@keyframes FadeDown1 {
  0% {
    opacity: 0;
    top: 0px;
    /*top:-200px*/
    transform: rotateY(45deg);
  }






  100% {
    opacity: 1;
    top: 0px;
    transform: rotateY(0deg);

  }
}



@keyframes FadeInServices {


  0% {
    opacity: 0;
    top: 0px;
    /*top:-200px*/
    transform: rotateY(40deg);
  }






  100% {
    opacity: 1;
    top: 0px;
    transform: rotateY(0deg);

  }


}


.clicktocall a,
.clicktoemail a {
  color: white;
  text-decoration: none;
}

.clicktocallform a {
  color: #7F6B5C;
  text-decoration: none;
}



form {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  /* padding:30px; */
  color: #c4aa9f;
  margin-top: 28px;
}


form label {
  width: 100%;
  background-color: white;
  color: #7F6B5C;
  text-align: left;
  font-size: 1.5em;
  text-shadow: 1px 1px white;
}


form input {

width: 100%;

margin-bottom: 20px;

background-color: #ffffff;

height: 50px;

border-right: 0;

border-left: 0;

border-top: 0;

border-bottom: 1px solid #dadada;

color: #7F4833;

padding: 5px;

text-align: center;

font-size: 1.1em;
}

input[type=checkbox] {
  zoom: .9;


  margin-top: 15px;
  text-align: center;
}




form textarea {
  background-color: #ffffff;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px;
  font-size: 1.1em;
  color: #7F4833;
  border: 1px solid #d3d3d3;
}


.submitbutton {
  background-color: #7F6B5C;
  color: white;
  font-size: 1.5em;
  line-height: 1;
  width: 250px;
  margin-top: 25px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

.submitbutton:hover {

  cursor: pointer;

}




.formwrapper h2 {
  padding-top: 110px;
  text-align: center;
  color: #7F6B5C;
}

.formwrapper h3 {

  text-align: center;
  width: 50%;
  margin: 0 auto;
}


.sectionextension {
  display: inline-flex;


  align-items: center;
  flex-direction: column;



}

.bannerextensions {
  width:100%;
  background:7F4833;
  color:white;
  text-align:center;
  background:#7F4833;
  
  padding:100px 0px;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 77%, 50% 100%, 0 77%);
  clip-path: polygon(0% 0%, 100% 0, 100% 77%, 50% 100%, 0 77%);
  margin-bottom:50px;
     

}

.bannerextensions p{
  font-size: 4em;
   font-family: 'Galada', cursive;
}




.leftsideextension h1,
.leftsideextension p,
.leftsideextension a {
  display: block;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom:50px;
  color: #7F4833;



}

.leftsideextension a{

  background:#7F4833;
  
  color:white;
  border-radius: 60px;
  width:100px;

padding:3px 0;
  
}

.leftsideextension h1 {
  font-size: 2.5em;
  font-family: 'Galada', cursive;
}

.leftsideextension p,
.leftsideextension a {
  font-size: 1.2em;



}

.leftsideextension,
.rightsideextension {
  flex: 1;
  text-align: left;


}


.rightsideextension img {
  width: 100%;
}



.sectionextension:nth-child(2) {
  flex-direction: column-reverse;
}

.sectionextension:nth-child(4) {
  flex-direction: column-reverse;
}



.serviceimg{


  height:40vh;
 
  display:flex;

  align-items: center;
  justify-content: center;
  font-size: 6vw;
  color:white;
  font-weight: bolder;
  text-align: center;
  text-shadow: 1px 1px #211A16;
}

.servicekeratin{
  background: url('../img/Keratin.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.servicetapeIn{
  background: url('../img/Tape.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.serviceBeaded{
  background: url('../img/Beaded.jpg') no-repeat 50% 45%;
  background-size: cover;
}

.servicehandTied{
  background: url('../img/HandTied.jpeg') no-repeat 50% 0%;
  background-size: cover;
}

.title {
  font-size: 2.5em;
  /* margin-bottom: 50px; */
  font-family: 'Galada', cursive;
}

.servicepageinfo {
  width:90%;
  margin:0 auto;
  text-align: center;
  padding-top:50px;
  padding-bottom: 50px;
  font-size: 1.2em;
  color: #7F4833;
}

.servicepagequestions{
  width:100%;
  margin:0 auto;
  text-align: center;
}


.faqsimg {
  margin-top: 50px;
  margin-bottom: 30px;
  width:250px;
}



.productsection {
  
  display:flex;
  flex-wrap: wrap;
  
 
}

.productsection img{
  width:100%;
  height:100%;
 
}

/*Cancellation policy */

.cancellationbody {
  width:90%;
  margin:0 auto;
  text-align:center;
  font-size: 1em;
  padding:25px 0px;
}

.meagansection {
  width:100%;
 text-align:center;
}

.meagansection img {
  max-width:100%;
 
}



@media screen and (min-width:813px) {


  .publishedsection img {
    width: 25%;
  }


  .publishedsection {
    padding-top: 120px;
    width: 75%;
    padding-bottom: 50px;
  }


  header img {
    width: 75vw;
  }


  .navicon1 img {

    width: 150px;
    position: relative;
    float: left;
    margin-top: -10px;
    margin-left: 1.5%;
  }

  .mobilenav {
    display: none;

  }

  .normalnav {
    display: inline-block;
    border-bottom: 1px solid #c0a599;
    /* position:fixed;  ACTIVATE FOR LIVE SITE*/

    /* background:transparent; */



  }



  nav ul {

    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: right;
    margin-right: 3%;

  }

  nav ul li {
    display: inline;
    margin: 5px;

  }

  header h1 {

    font-size: 7.5em;
  }


  header a {

    font-size: 18px;
  }






  .aboutsection {
    width: 65%;
  }



  .artistsection,
  .servicewrapper,
  .serviceextensions,
  #sculptingServ, .servicepageinfowrapper {

    background: url('../img/background3.png') no-repeat 50% 50%;

    background-attachment: fixed;

    background-size: cover;
  }



  .artistbio {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 400px;
    color: #7F6B5C;
  }


  .serviceitem {



    width: 40%;



  }



  #sculptingServ img {
    width: 50%;

  }



  #showInfo,
  #showInfo1,
  #showInfo2,
  #showInfo3,
  #showInfo4 {

    width: 100%;

  }

  .sectionextension {
    display: inline-flex;


    align-items: center;
    flex-direction: row;



  }

  .sectionextension:nth-child(1) {
    flex-direction: row;
  }
  
  .sectionextension:nth-child(2) {
    flex-direction: row;
  }
  
  .sectionextension:nth-child(3) {
    flex-direction: row;
  }


  .sectionextension:nth-child(4) {
    flex-direction: row;
  }
  


  .leftsideextension h1,
.leftsideextension p,
.leftsideextension a {

  text-align: left;




}



.leftsideextension a{

  background:#7F4833;
  
  color:white;
  border-radius: 60px;
  width:100px;
margin-left:80px;
padding:3px 0;
padding-left:40px;
text-decoration: none;
  
}


.bannerextensions {

  padding:150px 0px;

 
}

.servicepageinfo {
  width:60%;
  /* margin-bottom: 25px; */
}


.productsection {
  
  display:flex;
  flex-wrap: wrap;
 
}


.productsection a{
  width:50%;

  height:100%;
 
}


}

@media (hover: none) {

  header,
  .servicesection,
  .servicewrapper {
    background-attachment: initial;
  }
}