/* #ee3b91
 #d6d9d9
#fd9fc8*/ 

*{
    padding: 0;
    box-sizing: border-box;
}

html, body {
    background-color: #d6d9d9;
    color: #746e6e;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}


/* features */

.section-features .big-copy {
    margin-bottom: 40px;
}

/* gallery */


.section-gallery {
    padding: 15px;
    display: grid;
    grid-row-gap: 20px;
    height: 90%;
}



.gallery-half {
    background-color: #d6d9d9;
    margin-left: 8%;
    border: 2px 5px #fff;
    float: inherit;
    display: block;
}

.gallery-half img {
    height: auto;
    width: 30%;
    padding: 10px;
}

.gallery-half img {
    opacity: 0.7;
    transform: scale(1.00);
    transition: transform 0.5s;
    -webkit-transform: scale(1.00);
    -ms-transform: scale(1.00);
    transform: scale(1.00);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -ms-transition: -ms-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.gallery-half img:hover {
    opacity: 1;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
} 


/* Products */

.section-steps box {
    background-color: #efefef;
}

.steps-box:first-child {
   text-align: right;
    margin-top: 30px;
}

.steps-box:last-child {
    padding-left: 3%;
    margin-top: 70px;
} 

.product-image {
    width: 70%;
}

.works-step {
    padding-top: 10px;
    margin-bottom: 50px;
    width: 500px;
}

.works-step:last-of-type {
    margin-bottom: 73px;
}

.works-step p {
    margin-top: 3px;
}


/* testimonials */

.section-testimonials {
    background-image:url(Images/testimonialsbg.png);
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

.yelp-review {
    color: transparent;
    margin-left: 10%;
    background-color: transparent;
}

/* section-form */

.ss-book-widget {
    margin-left: 43%;
}


/*:focus {
    outline-color: rgb(249, 138, 37);
    outline-width: 2px;
    outline-style: solid;
    -moz-outline-radius: 10px;
}

/* footer */

footer {
    background: linear-gradient(rgba(227, 222, 222, 0.21), rgba(255, 134, 187, 0.48), rgba(222, 217, 220, 0.56));
    padding: 50px;
    font-size: 80%;
}

.footer-nav {
    list-style: none;
    float: left;
}

.social-links {
   list-style: none;
    float: right;
}

.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.socail-links li:last-child {
    margin: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
    color: #888;
    border: none;
    transition: color 0.2s;
}

.social-links li a:link,
.social-links li a:visited {
    font-size: 160%;
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #fff;
    transition: color 0.2s;
}

.design-nav a:hover,
.design-nav a:active {
    color: #fff;
    transition: color 0.2s;
}

.ion-social-facebook:hover {
    color: #fff;
}

.ion-social-instagram:hover {
    color: #fff;
}

.ion-social-facebook,
.ion-social-instagram {
    transition: color 0.2s;
}

footer p {
    color: #888;
    text-align: center;
    margin-top: 20px;
}

footer p:first-child {
    margin-top: 20px;
}

footer p:last-child {
    margin-top: 10px;
}

/* paragraphs */

.big-copy {
 line-height: 145%;
    width: 70%;
    margin-left: 15%;
}

.big-copy2 {
 line-height: 145%;
    width: 70%;
    margin-left: 15%;
    text-align: center;
}

.big-copy3 {
 line-height: 145%;
    width: 50%;
    margin-left: 25%;
    font-size: 60%;
    text-align: center;
    padding-top: 10%;
    
}

.list {
    font-size: .50em;
}

/*services*/

.care-head {
    text-align: center;
}

.care-tips {
    text-align: center;
}

.care-tips2 {
    text-align: center;
    padding-right: 20%;
    padding-left: 20%;
}

table, th, td{
    border: 1px solid gray;
    border-collapse: separate;
    padding: 5px;
}




/* reusuable items */

.row{
    max-width: 90%;
    margin: 0 auto;
}

section{
 padding: 70px 0;   
}

.box {
 padding: 1%;
    
}

.box p{
 font-size: 90%;
    line-height: 175%;
}

.box-2 p{
 font-size: 90%;
    line-height: 175%;
    margin-left: -35px;
    padding-right: 15%;
    
}

/* header */

header {
 background-image: url(Images/girls.png);
 height: 100vh;
    background-position: center;
    background-attachment: fixed;
}

.logo, .logo-small {
    height:200px;
    float:left;
    margin-top: 0px;
}

.logo-small {
    display: none;
    height: 70px;
    margin: 5px 0;
}

.header-nav {
    float: right;  
    list-style: none;
    margin-top: 30px;
    margin-right: 20px;
}


.header-nav li {
 display: inline-block;
    margin-left: 10px;
    top: 20px;
}

.header-nav li a:link,
.header-nav li a:visited {
    padding: 8px 0;
    color: #A7AEAF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 80%;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.8s;
}

.header-nav li a:hover,
.header-nav li a:active {
    border-bottom: 2px solid rgb(245, 75, 127);
    
    
}

/* sticky nav */

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
   background: linear-gradient(rgba(245, 75, 127, 0.59), rgba(253, 159, 200, 0.53), rgba(191, 189, 189, 0.56));
    z-index: 9999;
}

.sticky .header-nav {
    margin-top: 5px;
}

.sticky .header-nav li a:link,
.sticky .header-nav li a:visited {
    padding: 10px 0;
    color: #fff;
}

.sticky .mobile-nav-icon i {
    color: #fff;
}

.sticky .logo {display: none;}
.sticky .logo-small {display: block;}

/* mobile nav */

.mobile-nav-icon {
    float: right;
    margin-top: 30px;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon i {
    font-size: 200%;
    color: #fff;
}

.hero-text {
    width:700px;
    text-align: center;
    margin-left:20%;
    margin-top: 15%;
}

/* Headers */

/* font-family: 'Marck Script', cursive; 'Berkshire Swash', cursive; */

h1,
h2,
h3{
    margin-top: 20px;
    text-transform: full-width;
    letter-spacing: 1px;
    font-family: 'Berkshire Swash', cursive;
}

h1 {
    font-family: 'Berkshire Swash', cursive;
    /*font-family: 'Lobster Two', cursive;*/
    font-weight: 900;
    font-size: 350%;
    word-spacing: 3px;
    margin-bottom: 20px;
    color: #fd9fc8;
    text-align: center;
    text-shadow:#6f7474;
    
}

h2 {
  font-weight: 300;  
  font-size: 240%;
    word-spacing: 4px;
    margin-bottom: 30px;  
    text-align: center;
    color: #fff;
    
    
}

h3 {
 font-size: 160%;
    margin-bottom: 15px;
    color: #fff;
    
}

h2:after {
 display: block;
    height: 2px;
    background-color: #fd9fc8;
    content: "";
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
}


/* icons */

.big-icon {
 font-size: 400%;
    display: block;
    color: #EE3B91;
    margin-bottom: 10px;
}

/* links */

a {
    color: #EE3B91;
    text-decoration: none;
    font-weight: 400;
}

a:link, a:visited {
    padding-bottom: 3px;
    color: #EE3B91;
    text-decoration: none;
    font-weight: 300;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.2s, color 0.2s; 
    -ms-transition: border-bottom 0.2s, color 0.2s;   

    transition: border-bottom 0.2s, color 0.2s;   
}


a:hover, a:active {
    color: #fff;
    font-weight: 300;
}

/* buttons */

.btn:link, .btn:visited, 
input[type=submit]{
 display: inline-block;
 padding: 10px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    margin-top: 20px;
    margin-right: 20px;
    transition: background-color 0.9s, border 0.9s, color 0.9s;
    -webkit-transition: background-color 0.9s, border 0.9s, color 0.9s;
}


.btn-filled:link, .btn-filled:visited, 
input[type=submit]{
    background-color: #EE3B91;
    border: solid 1px #EE3B91;
    color: #fff;
    
}


.btn:hover, .btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #fff;   
}

.btn-filled:hover, .btn-filled:active,
input[type=submit]:hover,
input[type=submit]:active {
    color:#EE3B91;
}

/* animations */
.js--wp-1,
.js--wp-2,
.js--wp-3,
.js--wp-5
{
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated,
.js--wp-5.animated {
    opacity: 1;
}

