@charset "UTF-8";
/* CSS Document */

/*desktop*/



@media screen and (max-width: 2500px){
.background {
  background: -webkit-linear-gradient(#ffffff, #f7f7f7);
  background: -webkit-linear-gradient(#ffffff, #f7f7f7); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ffffff, #f7f7f7); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffffff, #f7f7f7); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffffff, #f7f7f7); /* Standard syntax */
  margin: 0;
  background-color: #ffffff;
 background-repeat: repeat-y repeat-x;


 

}
.wrapper {
  position: relative;
}

html {
    font-size: 16px;
    font-family: 'Hind', sans-serif;
}


.logo1 {
  position: relative;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #57193c;
  z-index: 99;
}

nav {
    background-color: #5d2b84;
    height: 55px;
    margin-top: -2%;
}

nav #menu {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

nav #menu ul {
  position: relative;
      color: #cecece;
/*font-family: 'Handlee', cursive;*/
  display: inline-block;
  padding-left: 0px;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-left: 0%;
  width: 33%;
  text-decoration: none;
  background-color: #5d2b84;
/*  border: 2px solid #993366;*/
/*  border-radius: 10px;*/
  text-align: center;
}




a{
    cursor: pointer;
}

a:link, a:visited {
    color: #a784c5;
      text-decoration: none;
          cursor: pointer;
}

a:link, a:hover {
    color: #ffffff;
      text-decoration: none;
    cursor: pointer;
}


.mainimage {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 0%;
  margin-left: auto;
  margin-right: auto;
}

.line {
   display: block;
   position: relative;
   width: 80%;
   margin: 20px 0px 20px 125px;
   font-size: 1px;
   border-top: 1px solid #993366;
   border-bottom: 1px solid #ffffff;
   opacity: .4;

}

.linewhite {
   display: block;
   position: relative;
   width: 80%;
   margin-top: 4%;
   font-size: 1px;
   border-top: 1px solid #ffffff;
   border-bottom: 1px solid #ffffff;
   opacity: .4;

}


.welcome {
  position: relative;
  width: 100%;
  padding-top: 3%;
  padding-bottom: 2%;
  margin: 0px auto;

}

.welcometext {
  position: relative;
  display: inline-block;
  font-family: 'Handlee', cursive;
  font-weight: normal;
  text-align: left;
  width: 60%;
  font-size: 20px;
}

.hellodiv {
  position: relative;
  display: inline-block;
    width: 25%;
}


.hello {
  width: 40%;
  height: auto;
  padding-left: 50%;

}

p {
font-family: 'Handlee', cursive;
  font-weight: normal;
  text-align: left;
  width: 100%;
  font-size: 20px;
}

.headers {
  position: relative;
  display: block;
  width: 80%;
  margin: 2px auto;
  height: 10px;

}

h1 {
font-family: 'Handlee', cursive;
  font-weight: lighter;
  text-align: left;
  font-size: 18px;
  width: 100%;
  padding: 1%;
}




/*---------------------QA------------------*/

.question {
    font-family: 'Hind', sans-serif;
  text-align: left;
  font-size: 16px;
  width: 100%;
  color: #000000;
  padding-left: 20px;
}

.answer {
    font-family: 'Hind', sans-serif;
  text-align: left;
  font-style: italic;
    font-size: 16px;
  width: 100%;
  color: #993366;
  margin-top: -12px;
}

.questionsAnswers {
  position: relative;
  display: block;
  width: 79%;
  margin: 1px auto;
  padding:2px 0px 2px 20px;
  background-color: #f3eff7;
    border-radius: 0px;
}

.questionsAnswers:hover {
  color: #993366;
  cursor: pointer;
  width: 79%;
  margin: 1px auto;
  padding:2px 0px 2px 20px;
  border-radius: 0px;
  background-color: #fff;
}

.questionsAnswers .answer{
  padding:2px 0px 2px 50px;
}

/*---------------------bottom------------------*/

.contact {
  padding-top: 3%;
  color: #ffffff;
}


.address {
  position: relative;
  display: block;
  width: 77%;
  margin: 10px auto;
  padding:0px;

}

.address .titleemail {
  padding-top:15px;
}

.titleemail{
/*  font-family: 'Handlee', cursive;*/
  text-align: left;
  font-size: 16px;
  width: 100%;
  color: #ffffff;
  margin-top: 0%;
  font-family: 'Hind', sans-serif;
}


.copywrite {
  position: relative;
    font-family: 'Hind', sans-serif;
  font-weight: lighter;
  text-align: center;
  padding-top: 0%;
  font-size: 10px;
  width: 100%;
  color: #ffffff;
}


.footer1 {
  background-color: #5d2b84;
/*  background:#57193c;*/
  width:100%;
  height:250px;
  position:relative;
  bottom:0;
  left:0;
}

.box {
  position: relative;
  height: auto;
  width: 10%;
  display: inline-block;
  margin-left: 20px;
  padding-top: 2%;
  margin-right: auto;
}

.box .box1 {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #993366;
  border-radius: 5px;
  height: auto;
  width: 100%;
  padding: 0px;
  margin-left: 90%;
  z-index: 100;
}

.box .box1:hover {
  opacity: .5;
  cursor: pointer;
}

.craftsbkgd {
  background-color: #ffffff;
    padding-bottom: 4%;
    padding-top: 0%;
}

.faqbox{
    padding-bottom: 4%;
    padding-top: 3%;
    margin-bottom: -2%;
  background-color: #f3eff7;
}
.collapse {
  display: none;
}
}












@media screen and (max-width: 500px){


.logo1 {
  width: 100%;
  margin-top: 0%;
}

nav {
    background-color: #5d2b84;
    height: 3%;
    margin-top: -4%;
}


nav #menu ul {
  display: block;
  padding-left: 0px;
  padding-top: 3%;
  padding-bottom: 0px;
  margin-left: -5%;
  width: 100%;
}



.headers {
  margin: 10px auto;
  padding-bottom: 10px;
}

.craftsbkgd {
  margin-top: -15%;
}

.hellodiv {
  display: none;
}

.welcometext {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
}

.welcome {
  width: 80%;
  padding:2% 2% 3% 2%;

}


.line {
   width: 80%;
   margin: auto;

}

.box {
  position: relative;
  height: auto;
  width: 70%;
  display: inline-block;
  margin-left: 0px;
  padding-top: 2%;
  margin-right: auto;
}

.box .box1 {
  height: auto;
  width: 100%;
  padding: 0px;
  margin-left: 20%;
  z-index: 100;
}


.question {
/*font-family: 'Handlee', cursive;*/
  text-align: left;
  font-size: 12px;
  width: 100%;
  color: #000000;
  padding-left: 20px;
}


.answer {
/*font-family: 'Handlee', cursive;*/
  text-align: left;
  font-style: italic;
    font-size: 12px;
  width: 100%;
  color: #993366;
  margin-top: -12px;
}

.questionsAnswers {
  padding:2px 0px 2px 20px;

}


.questionsAnswers .answer{
  padding:2px 0px 2px 10px;
}

.linewhite {
   margin-top: 6%;
}

}


