/* GLOBAL STYLES
-------------------------------------------------- */

/* Custom, iPhone Retina - 320px
/* Extra Small Devices, Phones - 480px
/* Small Devices, Tablets - 768px
/* Medium Devices, Desktops - 992px
/* Large Devices, Wide Screens - 1200px
-------------------------------------------------- */


/* Border-box fix
-------------------------------------------------- */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}


body {
    font-family: 'Lato', serif;
    font-size: 48px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-custom { background-color: #121420; border-bottom: 0px; }


/* ------------------------------------ Large/Medium nav ------------------------------------ */
#nav-section {height: 116px;}
#nav-section img {margin-top:13px;}
#nav-section ul {margin-top:-50px}
#nav-section a {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}
#nav-section a:link {color: #fff;}
#nav-section a:visited {color: #fff;}
#nav-section ul a:hover {
    text-decoration: none; 
    border-bottom: 6px solid #05c9a2;
    padding-bottom: 2px;
}
#nav-section ul a:focus{text-decoration:none; border-bottom: 6px solid #05c9a2; padding-bottom:2px; outline: none !important;}


/* ---------------------------------------- Small nav ---------------------------------------- */
#nav-section-small {height: 116px;} 
#nav-section-small ul {margin-top:-30px;}
#nav-section-small a {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}
#nav-section-small a:link {color: #fff;}
#nav-section-small a:visited {color: #fff;}
#nav-section-small ul a:hover {
    text-decoration: none; 
    border-bottom: 6px solid #05c9a2;
    padding-bottom: 2px;
}
#nav-section-small .business-phone {font-size:24px;}
#nav-section-small ul a:focus{text-decoration:none; border-bottom: 6px solid #05c9a2; padding-bottom:2px; outline: none !important;}

/* ---------------------------------------- Mobile nav ---------------------------------------- */
#nav-section-mobile {height:68px;} 
#nav-section-mobile ul {
    list-style-type: none; 
    width:100%;
    margin-left: -25px;
} 
#nav-section-mobile li {
    font-family: 'Lato', serif;
    font-weight: 100;
    font-size: 28px;
    color: #fff;
    padding-top:40px;
    
}

#nav-section-mobile span {background-color: #05c9a2;}
#nav-section-mobile a:link {color: #fff;}
#nav-section-mobile a:visited {color: #fff;}
#nav-section-mobile ul a:hover {
    text-decoration: none; 
    border-bottom: 6px solid #05c9a2;
}
#nav-section-mobile ul a:focus{text-decoration:none; border-bottom: 6px solid #05c9a2; outline: none !important;}
#nav-section-mobile { padding-top:30px; background-color:#121420;}
#nav-section-mobile img {margin-top:-10px;}
#nav-section-mobile .undy {border-bottom: 6px solid #05c9a2;}
#nav-section-mobile-tel {padding-bottom:40px;}
#nav-section-mobile hr {margin-top:15px; opacity:.4;}

/* ---------------------------------------- Animate NAV Button ---------------------------------------- */
.navbar-toggle {
  border:none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  background:red;
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-nav {
    font-size: 40px;
}

.business-phone {
    margin-top:20px;
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 26px;
    color: #07efc1;
}

/* Header is the main page
-------------------------------------------------- */
header {
  margin-top:-4px;
  height: 580px;
  /* background-image: url("/images/banner_1.jpg"); */
  background-repeat: no-repeat;
   background-attachment: scroll; 
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}

/* Header -> class "intro-text"
-------------------------------------------------- */
header button {
  margin-top: 400px;
}

header .button {
    width: 80%;
    background-color: #07EFC1; 
    border: solid white 14px;
    border-radius: 0px;
    color: #121420;
    padding: 15px 5px;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;  /* regular */
    letter-spacing: 2px;
}


@media (max-width: 700px) {
   header {height: 380px;}
   header .button { margin-top:260px; width:70%; font-size:16px;}
}

@media (max-width: 400px) {
   header {height: 290px;}
   header .button { margin-top:200px; width:75%; font-size:12px;}
}

header .button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: #121420;
    color: #fff;
}

header .button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

header .button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

header .button:hover span {
  padding-right: 25px;
}

header .button:hover span:after {
  opacity: 1;
  right: 0;
}

.jumbotron {
    height: 550px;
    background-color: #f0f0f0;
}

/* Footer
-------------------------------------------------- */
footer {
  /* height: 646px; */
  background-image: url("/images/footer.jpeg");
  background-repeat: no-repeat;
   background-attachment: scroll; 
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}

footer p {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
}

footer ul {
    font-family: 'Lato', serif;
    font-weight: 100;
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
}

@media (max-width: 1000px) {
    footer li { font-weight: 400; }
}

footer li { margin-left: 10px; margin-right: 10px; }

footer address {
    font-family: 'Lato', serif;
    font-weight: 100;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 30px;
    margin-top:-15px;
    margin-bottom: 30px; 
}

@media (max-width: 1000px) {
    footer address { font-weight: 400; }
}

/* unvisited link */
footer a:link {
    color: #fff;
}

/* visited link */
footer a:visited {
    color: #05c9a2;
}

/* mouse over link */
footer a:hover {
    color: #05c9a2;
}

/* selected link */
footer a:active {
    color: #05c9a2;
}

footer img { margin-right: -7px;}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #07efc1;
}

.overlay div {
    color: #121420;
    font-weight: 400;
}

.carousel-indicators li {
    border-color: #05c9a2;
}
.carousel-indicators li.active {
    background-color: #05c9a2;
}

.carousel-indicators {
    position: absolute;
    bottom: -50px;
    /* left: 0; */
    z-index: 15;
    width: 60%;
    list-style: none;
    text-align: center;
}


.mycontainer {
  position: relative;
}

.image {
  display: block;
  height: auto;
}

.mycontainer:focus,
.mycontainer:active,
.mycontainer:link,
.mycontainer:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 26px;
  font-family: 'Lato', serif;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.text:hover {
    color: #121420;
}

#spoil-yourself {
    height: 570px;
    margin: 8px;
}

.service-list {
    margin: 20px;
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 28px;
    color: #05C9A2;
}

.service-list span {
    margin-left:7px;
    margin-right:7px;
}

.splash-text {
    margin-top: 35px;
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 18px;
    color: #121420;
}

#perfect-specialist {
    background-color: #3b3e4d;
}

#perfect-specialist h1 {
    margin-top: 40px;
    font-family: 'Lato', serif;
    font-weight: 100;
    font-size: 50px;
    color: #07efc1;
}

#perfect-specialist p {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 2.0;
}

#perfect-specialist button {
    background-color: #07EFC1; 
    border-radius: 0px;
    color: #121420;
    width: 80%;
    padding: 15px 5px;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 400; 
    letter-spacing: 5px;
}

@media (max-width: 440px) {
    #perfect-specialist .button {font-size:18px;}
}

#perfect-specialist .button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: #121420;
    color: #fff;
    border: solid 1px #07efc1;
}

/* Landscape phones and portrait tablets */
@media (max-width: 1000px) {
    #perfect-specialist-verbage{ margin: 20px;}
    #perfect-specialist button {width:100%; margin-top:20px; margin-bottom:40px;}
}
@media (min-width: 1200px) {
    #perfect-specialist-verbage{ margin: 70px;}
}
@media (min-width: 1800px) {
    #perfect-specialist-verbage{ margin: 200px;}
}


.hr-ps {
    border: none;
    height: 3px;
    /* Set the hr color */
    color: #07efc1; /* old IE */
    background-color: #07efc1; /* Modern Browsers */
}

.hr-testimonial {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: grey; /* old IE */
    background-color: grey; /* Modern Browsers */
}

#testimonials { height: 550px; }

#testimonials img {margin-top: 10px; }

@media (max-width:400px) {
    #testimonials h1 {font-size:32px;}
}

#spa-services {
    margin-top: 40px;
    margin-bottom: 80px;
}

#spa-services img {
    margin-top: 25px;
}

.heavy-style {
    font-family: 'Lato', serif;
    font-weight: 900;
    font-size: 18px;
    color: #121420;
}

.address-style {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 18px;
    color: #121420;
}

.header-style {
    margin-top: 40px;
    font-family: 'Lato', serif;
    font-weight: 100;
    font-size: 50px;
}

.color-teal-font {
    color: #05c9a2;
}

.customer-quotes {
    margin-top: 40px;
    color: #05c9a2;
    font-family: 'Lato', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
}

.customer-name {
    margin-top: 10px;
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 22px;
}

#easy-book { 
    height: 172px;
    background-color: #3b3e4d;
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
}

@media (max-width: 440px) {
    #easy-book { 
        height: 200px;
    }
}

#easy-book button {
    background-color: #07EFC1; 
    border-radius: 0px;
    color: #121420;
    padding: 15px 3px;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 1.5px;
}

#easy-book .button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: #121420;
    color: #fff;
    border: solid 1px #07efc1;
}

/* mouse over link */
#easy-book a:hover {
    color: #000;
}

.cpright {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 16px;
    color: #121420;
    margin-top: 30px;
}

.cpright a:hover {
    border-bottom: 2px solid #ff3700;
    text-decoration: none;
}

#in-touch h1 {margin-top: -20px; margin-bottom: 0px;}

#in-touch a { margin-right:-7px; }

#in-touch { margin-top: 60px; margin-bottom: 100px; line-height: 1.6}

#in-touch td span { margin-left:10px; }


/* unvisited link */
#in-touch a:link {
    color: #05c9a2;
}

/* visited link */
#in-touch a:visited {
    color: #05c9a2;
}

/* mouse over link */
#in-touch a:hover {
    color: #05c9a2;
}

/* selected link */
#in-touch a:active {
    color: #05c9a2;
}

@media (max-width: 800px) {
    #in-touch-google-map {margin-top:40px;}
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #07efc1;
    background: rgba(7, 239, 193, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: -20px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(7, 239, 193, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: -35px;
}

#specialists img {
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
    -webkit-filter: grayscale(100%); /* New WebKit */
    filter: url(resources.svg#desaturate); /* older Firefox */
    filter: grayscale(100%); /* Current draft standard */
}

/* Disable grayscale on hover */
#specialists img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}

#specialist-panel {
    padding-bottom: 40px;
}

#specialist-name {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 24px;
    color: #121420;
    margin-top: 5px;
}

#specialist-title {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 16px;
    color: #121420;
}

#specialist-call {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 16px;
    color: #121420; 
    line-height: 2;
}

#specialist-contact {
    font-family: 'Lato', serif;
    font-weight: 900;
    font-size: 16px;
    color: #121420;
}

#specialist-telephone {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 18px;
    color: #121420;  
}

#specialist-email-website {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 18px;
    color: #07efc1;  
}

/* unvisited link */
#specialist-email-website a:link {
    color: #05c9a2;
}

/* visited link */
#specialist-email-website a:visited {
    color: #05c9a2;
}

/* mouse over link */
#specialist-email-website ul a:hover {
    text-decoration: none; 
    border-bottom: 4px solid #121420;
    color: #121420;
}

/* selected link */
#specialist-email-website a:active {
    color: #05c9a2;
}


.specialist-pill {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 18px;
    color: #121420;  
}

#specialist-detail {padding-top:40px;}

#specialist-detail img {margin-left:-14px;}

#specialist-detail-personal-info {margin-top:-8px;}

@media (max-width:1000px) {
    #specialist-detail-img { margin-left:14px; margin-bottom:20px;}
}

#specialist-detail button {
    background-color: #07EFC1; 
    border-radius: 0px;
    color: #121420;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 80px;
    padding-left: 80px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-left: -2px;
}

#specialist-detail .button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: #121420;
    color: #fff;
    border: solid 1px #07efc1;
}

.specialist-container { margin-top:-30px; margin-bottom:50px; }

.specialist-image-container {
    position: relative;
    width: 370px;
}

.specialist-image {
    display: block;
}

.specialist-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #07efc1;
    overflow: hidden;
    width: 370px;
    height: 0;
    transition: .5s ease;
}

.specialist-overlay-xs {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #07efc1;
    overflow: hidden;
    width: 280px;
    height: 0;
    transition: .5s ease;
}


.specialist-container:hover .specialist-overlay {
    height: 20%;
}


.specialist-container:hover .specialist-overlay-xs {
    height: 20%;
}

.specialist-text {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 20px;
    color: #121420;    
    white-space: nowrap; 
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#specialist-nav-section a {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 18px;
    color: #05c9a2;
    letter-spacing: 1.2px;
}

/* unvisited link */
#specialist-nav-section a:link {
    color: #05c9a2;
}

/* visited link */
#specialist-nav-section a:visited {
    color: #05c9a2;
}

/* mouse over link */
#specialist-nav-section ul a:hover {
    text-decoration: none; 
    border-bottom: 4px solid #121420;
    color: #121420;
}

/* selected link */
#specialist-nav-section a:active {
    color: #121420;
    text-decoration: none;
    border-bottom: 4px solid #121420;
}

/* selected link */
#specialist-nav-section a:focus {
    color: #121420;
    text-decoration:none;
    outline: none;
    border-bottom: 4px solid #121420;
} 

#specialist-nav-section ul {
    margin-top:-10px;
}

.specialist-underline {
    color: #121420 !important; 
    text-decoration: none; 
    outline: none;
    border-bottom: 4px solid #121420;
}



.services-jumbotron {
    background-color: #f0f0f0;
    overflow:scroll;
    padding-bottom:70px;
}

#services h3 {margin-top:70px;}

#services h1 {
    font-family: 'Lato', serif;
    font-weight: 100;
    font-size: 50px;   
}


#services-hair h1 {
    font-family: 'Lato', serif;
    font-weight: 900;
    font-size: 50px;   
}

#services-hair p {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 16px;  
    color: #121420;
}

#services-hair a {
    margin-left: 20px;
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 18px;
    color: #05c9a2;
}

#services-hair h2 {
    font-family: 'Lato', serif;
    font-weight: 900;
    font-size: 30px;
    color: #121420;
}

#services-nail {
    background-color:#fff;
}

#services-nail h1 {
    font-family: 'Lato', serif;
    font-weight: 900;
    font-size: 50px;   
}

#services-nail p {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 16px;  
    color: #121420;
}

#services-nail a {
    margin-left: 20px;
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 18px;
    color: #05c9a2;
}

#services-nail h2 {
    font-family: 'Lato', serif;
    font-weight: 900;
    font-size: 30px;
    color: #121420;
}


#services-makeup {
    background-color:#fff;
}


#services-makeup h1 {
    font-family: 'Lato', serif;
    font-weight: 900;
    font-size: 50px;   
}

#services-makeup p {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 16px;  
    color: #121420;
}

#services-makeup a {
    margin-left: 20px;
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 18px;
    color: #05c9a2;
}

#services-makeup h2 {
    font-family: 'Lato', serif;
    font-weight: 900;
    font-size: 30px;
    color: #121420;
}


#services-massage {
    background-color:#fff;
}

#services-massage h1 {
    font-family: 'Lato', serif;
    font-weight: 900;
    font-size: 50px;   
}

#services-massage p {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 16px;  
    color: #121420;
}

#services-massage a {
    margin-left: 20px;
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 18px;
    color: #05c9a2;
}

#services-massage h2 {
    font-family: 'Lato', serif;
    font-weight: 900;
    font-size: 30px;
    color: #121420;
}

#services-bridal {
    background-color:#fff;
}

#services-bridal h1 {
    font-family: 'Lato', serif;
    font-weight: 900;
    font-size: 50px;   
}

#services-bridal p {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 16px;  
    color: #121420;
}

#services-bridal a {
    margin-left: 20px;
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 18px;
    color: #05c9a2;
}

#services-bridal h2 {
    font-family: 'Lato', serif;
    font-weight: 900;
    font-size: 30px;
    color: #121420;
}

#services-spa {
    background-color:#fff;
}

#services-spa h1 {
    font-family: 'Lato', serif;
    font-weight: 900;
    font-size: 50px;   
}

@media (max-width: 760px) {
    #services p {margin-top:30px;}
}

#services-spa p {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 16px;  
    color: #121420;
}

#services-spa a {
    margin-left: 20px;
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 18px;
    color: #05c9a2;
}

#services-spa h2 {
    font-family: 'Lato', serif;
    font-weight: 900;
    font-size: 30px;
    color: #121420;
}

#services-fitness {
    background-color:#fff;
}

#services-fitness h1 {
    font-family: 'Lato', serif;
    font-weight: 900;
    font-size: 50px;   
}

#services-fitness p {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 16px;  
    color: #121420;
}

#services-fitness a {
    margin-left: 20px;
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 18px;
    color: #05c9a2;
}

#services-fitness h2 {
    font-family: 'Lato', serif;
    font-weight: 900;
    font-size: 30px;
    color: #121420;
}




#teeth-whitening {
    background-color:#fff;
}

#teeth-whitening h1 {
    font-family: 'Lato', serif;
    font-weight: 900;
    font-size: 50px;   
}

#teeth-whitening p {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 16px;  
    color: #121420;
}

#teeth-whitening a {
    margin-left: 20px;
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 18px;
    color: #05c9a2;
}

#teeth-whitening h2 {
    font-family: 'Lato', serif;
    font-weight: 900;
    font-size: 30px;
    color: #121420;
}




.mytabstyle {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 16px;
    color: #121420;
}

.mytabcontainer {
    height:280px; 
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
}

#services-hairstylists h3 {
    font-family: 'Lato', serif;
    font-weight: 900;
    font-size: 24px;
    color: #121420;
}

.cover-container {
    height: 180px;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

.service-image-container {    
    float:left;
    position: relative;
    width: 170px;
    margin:10px;
}

.service-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #07efc1;
    overflow: hidden;
    width: 170px;
    height: 20%;
    transition: .5s ease;
}

.service-text {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 12px;
    color: #121420;    
    white-space: nowrap; 
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#sd-back-button {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 16px;
    color: #07efc1;    
    margin-bottom: 20px;
    margin-left:-14px;
}

/* unvisited link */
#sd-back-button a:link {
    color: #05c9a2;
}

/* visited link */
#sd-back-button a:visited {
    color: #05c9a2;
}

/* mouse over link */
#sd-back-button ul a:hover {
    text-decoration: none; 
    border-bottom: 4px solid #121420;
    color: #121420;
}

/* selected link */
#sd-back-button a:active {
    color: #05c9a2;
}

#sd-pills {
    padding-top: 50px;
}

#sd-pills h2 {
    font-family: 'Lato', serif;
    font-weight: 900;
    font-size: 30px;
    color: #121420;
}

.nav {
    background-color: #fff !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {color:#fff; background-color: #000 !important;}


.nav>li>a {
    background-color: #a2a0a1 !important;
    border-radius:0px;
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;   !important
}

#about-info {
    font-family: 'Lato', serif; 
    font-weight: 400; 
    font-size: 16px; 
    color: #121420;
    margin-bottom: 50px;
    margin-top: 40px;
}

#salon-gallery { margin-top:40px; margin-bottom:100px;}

#salon-gallery>div>div>a>img {
    margin-bottom:10px;
}

.gallery-jumbotron {
    background-color: #f0f0f0;
}

#gallery-name {
    font-family: 'Lato', serif; 
    font-weight: 900; 
    font-size: 24px; 
    color: #3b3e4d;
    margin-top: 30px;
}

#gallery-icons {
    font-size: 20px;
}

#gallery-icons i { margin: 6px; }

#gallery-pics {
    margin-top:20px;
    margin-bottom:30px;
    text-align: center;
}

#gallery-pics img {
    margin:5px;
}

.book-now-header {
    font-family: 'Lato', serif;
    font-weight: 100;
    font-size: 50px;
}

.in-touch-header {
    font-family: 'Lato', serif;
    font-weight: 100;
    font-size: 50px;
}

.book-now-jumbotron {
    background-color: #f0f0f0;
    border: 1px #D3D3D3 solid;
    margin-top: 46px;
    margin-bottom: 40px;
}

.book-now-jumbotron hr {
    color: black; /* old IE */
    background-color: black; /* Modern Browsers */
}


#book-now h1 {margin-top:35px; margin-bottom: 4px;}

#book-now p {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 16px;  
    color: #121420;
}

.book-now-jumbotron p {
    margin-bottom: 40px;
}



.not-finding-specialist {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 36px;
}

.book-now-jumbotron button {
    background-color: #07EFC1; 
    border-radius: 0px;
    color: #121420;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 1.5px;
    width:100%;
    margin-bottom: 40px;
}

.book-now-jumbotron .button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: #121420;
    color: #fff;
    border: solid 1px #07efc1;
}

#view-our-specialists { 
    height: 172px;
    background-color: #3b3e4d;
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
}

@media (max-width: 700px) {
    #view-our-specialists { 
        height: 200px;
    }
}

#view-our-specialists button {
    background-color: #07EFC1; 
    border-radius: 0px;
    color: #121420;
    padding: 15px 3px;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 1.5px;
}

#view-our-specialists .button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: #121420;
    color: #fff;
    border: solid 1px #07efc1;
}

/* mouse over link */
#view-our-specialists a:hover {
    color: #000;
}

#book-now img { margin-right:-7px; }

/* unvisited link */
#book-now a:link {
    color: #05c9a2;
}

/* visited link */
#book-now a:visited {
    color: #05c9a2;
}

/* mouse over link */
#book-now a:hover {
    color: #05c9a2;
}

/* selected link */
#book-now a:active {
    color: #05c9a2;
}

input.ng-invalid.ng-touched {
  border: 1px solid #DA3637;
}

input.ng-valid.ng-touched {
  border: 1px solid #509D12;
}

.ng-invalid .btn {
  background: gray;
}

fieldset {
  margin: 10px 0;
}

#login {
    margin-top:100px;
    margin-bottom:120px;
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 28px;
    color: #121420;
}

#login h1 {
    font-family: 'Lato', serif;
    font-weight: 100;
    font-size: 32px;
    letter-spacing: 1.4px;
}


#login label { font-size: 22px; color: #121420;}

.validationerror {
    color:red;
    font-size: 16px;
}

.login-reg {
    color: #121420;
    font-size: 20px; 
}

/* unvisited link */
#login a:link {
    color: #05c9a2;
}

/* visited link */
#login a:visited {
    color: #05c9a2;
}

/* mouse over link */
#login a:hover {
    color: #05c9a2;
}

/* selected link */
#login a:active {
    color: #05c9a2;
}

#login button {
    width: 100%;
    background-color: #07EFC1; 
    border-radius: 0px;
    color: #121420;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;  /* regular */
}

#login button:hover {
    border: 1px solid #05c9a2;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: #121420;
    color: #fff;
}


#register {
    margin-top:100px;
    margin-bottom:120px;
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 28px;
    color: #121420;
}

#register h1 {
    font-family: 'Lato', serif;
    font-weight: 100;
    font-size: 32px;
    letter-spacing: 1.4px;
}


#register label { font-size: 22px; color: #121420;}

/* unvisited link */
#register a:link {
    color: #05c9a2;
}

/* visited link */
#register a:visited {
    color: #05c9a2;
}

/* mouse over link */
#register a:hover {
    color: #05c9a2;
}

/* selected link */
#register a:active {
    color: #05c9a2;
}

#register button {
    width: 100%;
    background-color: #07EFC1; 
    border-radius: 0px;
    color: #121420;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;  /* regular */
}

#register button:hover {
    border: 1px solid #05c9a2;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: #121420;
    color: #fff;
}

#servicesform, #modalProfileSave, #modalDeleteConfirm, #admin-page, #save-profile-button {
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 18px;
    color: #121420;    
}

#servicesform .input-group { margin-bottom:18px;}
#servicesform .input-group-addon { 
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 16px;
    color: #121420;
    width:50%;
    text-align:left;
    background-color:#07EFC1;
}
