/*---------------Home------------------*/
#wrapper{
  margin: 0 auto;
  width: 90%;
  padding: 20px;
  background-color: rgb(214,160,255);
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(12,3,25,0.8);
  border: 1px solid #878e63;
}
#title{
  margin: 0 auto;
  width: 90%;
  padding: 26px;
  background-color: rgb(231,190,234);
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(12,3,25,0.8);
  border: 1px solid #878e63;
}
body{
  background-color: rgb(201,202,255);
}
.row{
  border: 6px solid purple;
  background-color: rgb(237, 196, 233);
  border-radius: 20px;
  width: 90%;
  display: flex;
  margin: auto;
}
.col{
  width: 33%;
  max-width: 340px;
  min-height: 300px;
  padding: 35px;
}
.col1{
}
.col2{
  background-image: url(../images/assia-test.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  border-left: 6px solid maroon;
  border-right: 6px solid maroon;
}
.col3{
}
.slider .pic{
  width: auto !important;
  max-width: 340px;
  min-height: 340px;
  background-position: center;
  background-size: cover;
}
.slider img{
  border-radius: 30px;
  border: 5px solid grey;
}
.words{
  background-color: rgb(237, 196, 233);
  color: purple;
  border-radius: 30px;
  text-align: center;
  font-size: 150%;
  font-family: 'Apple Chancery', cursive;
}
#wordmen{
  font-family: 'Alex Brush', cursive;
}
#wordwomen{
  font-family: 'Alex Brush', cursive;
}
.clear{
  clear: both;
}

/*---------------Nav-------------------*/
.section{
  font-family: sans-serif;
  text-align: center;
  font-size: 120%;
}
.section a{
  color: purple;
}
h1{
  text-align: center;
  font-family: 'Alex Brush', cursive;
  font-size: 500%;
  color: purple;
}
h5 {
  font-family: 'Apple Chancery', cursive;
  color: purple;
  font-size: 130%;
  text-align: center;
}
nav ul{
  list-style-type: none;
  padding: 10px;
  text-align: center;
}
nav ul li{
  display: inline-block;
  position: relative;
  padding: 0px 20px 0px 10px;
  font-size: 170%;
  opacity: .9;
}
nav ul li ul{
  min-width: 100%;
  display: none;
  position: absolute;
  text-align: center;
  background-color: rgb(249, 197, 249);
  border-radius: 10px;
  margin: 0;
}
nav ul li ul li a{
  text-align: center;
  display: block;
  padding: 8px;
}
nav ul li a:hover:before{
  visibility: visible;
  transform: scaleX(1);
}
nav ul li a:before{
  content:"";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0px;
  background-color: maroon;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
nav ul li a, nav ul li:hover ul, nav ul li ul li{
  display: block;
  font-weight: bold;
  color: maroon;
  font-family: sans-serif;
  padding: 5px;
}
nav ul li ul li{
  font-size: 80%;
  min-width: 40px;
  z-index: 1;
}
nav a{
  text-decoration: none;
  text-align: center;
}

/*---------------Lightbox-------------------*/
#curtain{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background-color: rgba(0,0,0,0.4);
}
#light{
	max-width: 80%;
	max-height: 80%;
	top: 10em;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
  border-radius: 20px;
}
#close{
	height: 50px;
	width: 50px;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 990;
}

/*---------------Gallery-------------------*/
.blur{
  margin: 10px;
  display: inline-block;
  position: relative;
}
.blur img{
  border-radius: 30px;
  height: 280px;
  width: 280px;
  border: 8px solid purple;
}
.blur:hover img{
  filter: blur(1px) brightness(60%);
  cursor: pointer;
  box-shadow: 0 0 16px lightgrey;
}
/*---------------Products-------------------*/
#image{
  background-image: url(../images/collageo.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#product{
  padding-right: 80px;
  display: inline-block;
  font-family: sans-serif;
  color: rgb(102, 97, 100);
}
#product div{
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}
#product table{
  border: 2px solid rgb(252, 136, 204);
  border-radius: 5px;
}
#product td{
  padding: 5px;
}
#product h2{
  color: rgb(252, 136, 204);
}
.border{
  border-left: 2px solid rgb(252, 136, 204);
}
.left{
  float: left;
}
.left h2{
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.right{
  float: right;
}
.right h2{
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.background{
  opacity: .2;
  z-index: 99;
  height: 250px;
  width: 250px;
}

/*---------------Appointments-------------------*/
#section{

}
#sideleft{
  width: 30%;
  height: 200px;
  float: left;
  font-family: sans-serif;
}
#sideright{
  width: 30%;
  height: 200px;
  float: right;
  font-family: sans-serif;
}
#sideright table{
  background-color: lightgreen;
  border-radius: 15px;
}
#scissors img{
  border-radius: 15px;
}
#thanks{
  font-size: 200%;
  font-family: sans-serif;
  color: purple;
  font-weight: bold;
}

/*---------------Directions-------------------*/
.half1{
  width: 40%;
  background-color: rgb(214,160,255);
  float: left;
  text-align: center;
  padding-left: 80px;
  padding-bottom: 50px;
  padding-top: 10px;
  font-family: sans-serif;
  color: rgb(109, 20, 168);
}
.half2{
  width: 40%;
  background-color: rgb(214,160,255);
  float: left;
  text-align: center;
  padding-left: 80px;
  font-family: sans-serif;
  color:  rgb(109, 20, 168);
}
.half1 img{
  border-radius: 50px;
}
.half2 ol li{
  padding: 8px;
  text-align: left;
  font-size: 90%;
  color: rgb(109, 20, 168);
  font-weight: bold;
}

/*---------------About-------------------*/
.halfa{
  width: 40%;
  background-color: rgb(214,160,255);
  float: left;
  text-align: center;
  padding-left: 60px;
  padding-bottom: 50px;
  padding-top: 10px;
  font-family: sans-serif;
  color: rgb(109, 20, 168);
}
.halfb{
  width: 40%;
  background-color: rgb(214,160,255);
  float: left;
  text-align: center;
  padding-left: 80px;
  padding-top: 120px;
  font-family: sans-serif;
  color: rgb(109, 20, 168);
}
.halfa img{
  border-radius: 50px;
}
.halfb p{
  line-height: 2;
  font-weight: bold;
}

/*---------------MakeApp-------------------*/
.center h2{
  font-family: sans-serif;
  color: maroon;
}
.element{
  font-weight: bold;
  color: navy;
}

/*---------------Contact-------------------*/
.thirds{
  padding-left: 45px;
  padding-left: 40px;
  width: 30%;
  height: 120px;
  float: left;
  border-radius: 15px;
}
.thirds h3 {
  text-align: center;
  padding-right: 10px;
  color: purple;
  font-size: 150%;
  font-family: sans-serif;
}
.thirds img{
  padding-left: 0px;
  border-radius: 25px;
  height: 150px;
  width: 150px;
  opacity: .2;
}
#text-through{
  z-index: 1;
  font-weight: bold;
  color: rgb(255, 0, 199);
  font-size: 150%;
  font-family: sans-serif;
}
#text-through a{
  color: rgb(255, 0, 199);
  position: relative;
  font-family: sans-serif;
}
