/*---------- HOMEPAGE HEADER DESKTOP SECTION ------------*/
#Homepage-Header-Desktop {
    padding-top: 90px;
    padding-bottom:100px;
    width: 100%;
    min-height: 600px;
    background: url(../img/Header.jpg) no-repeat center center scroll;
    background-size: cover;
    color: #333333;

    position: relative;
}

#Homepage-Header-Desktop .col-md-12 {
    position: static;
}


#Homepage-Header-Desktop p {
    font-family: "Old Standard TT";
    font-weight: 400;
    font-size: 46px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
}
@media(max-width:768px) {
    #Homepage-Header-Desktop p {
        font-size: 36px;
    }
}


/*---------- WELCOME SECTION ------------*/
#welcome {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #121b3b;
  color: #fff;
  border-top: 10px solid #EC92A5;
}
#welcome h2 {
  font-family: Pinyon Script;
  font-weight: 400;
  font-size: 72px;
  text-align: center;
  color: #fff;
  text-transform: none;
}
@media(max-width:768px) {
    #welcome h2 {
        font-size: 50px;
    }
}
#welcome p {
  font-family: montserrat;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #fff;
}
@media(max-width:768px) {
    #welcome p {
        font-size: 16px;
    }
}


/*---- TESTIMONIALS SLIDER --*/

.testimonial-section {
  padding: 70px 0;
  background: #fff;
  text-align: center;
}

.testimonial-box {
  background: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.testimonial-box p {
  font-size: 20px;
  line-height: 1.7;
  color: #555;
  font-style: italic;
  margin-bottom: 25px;
}

.testimonial-box h4 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 767px) {
  .testimonial-section {
    padding: 50px 0;
  }

  .testimonial-box {
    padding: 30px 20px;
  }

  .testimonial-box p {
    font-size: 17px;
  }
}

/*-- END TESTIMONIALS SLIDER --*/


/*---------- SERVICES SECTION ------------*/
#services-chart {
    background: #dbe4fb;
    padding: 50px 0 40px;
    color: #000;
}

#services-chart h2,
#services-chart h3 {
    font-family: Pinyon Script;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: none;
}
@media(max-width:768px) {
    #services-chart h2,
    #services-chart h3 {
        font-size: 50px;
    }
}

#services-chart h2 {
    font-size: 72px;
    margin-bottom: 0px;
}

#services-chart h3 {
    font-size: 78px;
    margin-top: 30px;
}

#services-chart p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #000;
    margin-top: 0px;
    margin-bottom: 50px;
}

.services-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Old Standard TT", serif;
}

.services-table th {
    font-size: 24px;
    text-transform: none;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px dotted #000;
    white-space: nowrap;
}

.services-table th:first-child {
    text-align: left;
}

.services-table td {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px dotted #000;
    padding: 3px 8px;
    text-align: center;
    line-height: 1.1;
}

.services-table td:first-child {
    text-align: left;
    width: 28%;
}

.services-table small {
    font-size: 12px;
    font-weight: 700;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    #services-chart {
        padding: 35px 0;
    }

    #services-chart h2 {
        font-size: 50px;
    }

    #services-chart h3 {
        font-size: 54px;
    }

    .table-responsive {
        overflow-x: auto;
    }

    .services-table {
        min-width: 850px;
    }

    .services-table th {
        font-size: 22px;
    }

    .services-table td {
        font-size: 22px;
    }
}


/*---------- ABOUT SECTION ------------*/
#about {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
}
#about h2 {
  font-family: Pinyon Script;
  font-weight: 400;
  font-size: 72px;
  text-align: center;
  color: #0d0d0d;
  text-transform: none;
}
@media(max-width:768px) {
    #about h2 {
        font-size: 50px;
    }
}
#about p {
  font-family: montserrat;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #0d0d0d;
}
@media(max-width:768px) {
    #about p {
        font-size: 16px;
    }
}






/*--- PRICING TABLES --*/

#price-chart {
    background: #dbe4fb;
    padding: 50px 0 40px;
    color: #162249;
}

#price-chart h2,
#price-chart h3 {
    font-family: Old Standard TT;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: none;
}
@media(max-width:768px) {
    #price-chart h2,
    #price-chart h3 {
        font-size: 50px;
    }
}

#price-chart h2 {
    font-size: 60px;
    margin-bottom: 0px;
}

#price-chart h3 {
    font-size: 78px;
    margin-top: 30px;
}

#price-chart p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #000;
    margin-top: 0px;
    margin-bottom: 50px;
}

.grooming-table {
  margin-top: 30px;
  background: #fff;
}

.grooming-table th {
  background-color: #162249;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.grooming-table td {
  font-size: 16px;
  vertical-align: middle;
}

/*-- END PRICING TABLE --*/



footer {
    padding: 50px 0;
  background-color: #0E1C4B; 
}

footer p {
    margin: 0;
  font-size: 14px;
  font-family: montserrat;
  font-weight: 300;
}



body {
    width: 100%;
    height: 100%;
    font-family: montserrat;
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #288DBC;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #a6a6a6;
}

.light {
    font-weight: 400;
}




/* NAVBAR BASE */
.navbar-custom {
    margin-bottom: 0;
    min-height: 80px;
    height: 80px;
    border-bottom: 10px solid #EC92A5;
    background: #162249;
    font-family: Montserrat;
    text-transform: uppercase;
}

/* STOP SCROLL RESIZING */
.navbar-custom,
.navbar-custom.top-nav-collapse {
    padding: 0;
    min-height: 80px;
    height: 80px;
    background: #162249;
    border-bottom: 10px solid #EC92A5;
}

/* LOGO AREA */
.navbar-custom .navbar-brand {
    height: 70px;
    padding: 10px 15px;
}

.navbar-custom .navbar-brand img {
    height: 55px;
    width: auto;
}

/* NAV LINKS */
.navbar-custom .navbar-nav > li > a {
    color: #fff;
    font-size: 20px;
    font-family: "Old Standard TT";
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 20px;
}

/* HOVER */
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

/* BOOK NOW BUTTON */
.navbar-custom .navbar-nav > li > a.book-now-btn {
    background-color: #EC92A5;
    color: #162249;
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 22px;
    margin-top: 15px;
    margin-left: 10px;
}

.navbar-custom .navbar-nav > li > a.book-now-btn:hover {
    background-color: #fff;
    color: #162249;
}

/* MOBILE BUTTON */
.navbar-custom .navbar-toggle {
    margin-top: 22px;
    color: #fff;
    border: 0;
}

/* MOBILE */
@media (max-width: 767px) {
    .navbar-custom {
        height: auto;
        min-height: 80px;
    }

    .navbar-custom .navbar-brand img {
        height: 55px;
    }

    .navbar-custom .navbar-collapse {
        background: #162249;
        border-top: 1px solid rgba(255,255,255,.2);
    }

    .navbar-custom .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .navbar-custom .navbar-nav > li > a.book-now-btn {
        display: inline-block;
        margin: 10px 15px 20px 15px;
    }
}

/* MOBILE MENU: SHOW FULL NAV LIST */
@media (max-width: 767px) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: none !important;
        height: auto !important;
        overflow-y: visible !important;
    }

    .navbar-custom .navbar-collapse {
        width: 100%;
        clear: both;
    }

    .navbar-custom .navbar-nav {
        margin: 0;
    }
}











.content-section {
    padding-top: 100px;
}



@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 30px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-primary {
    border: 1px solid #EC92A5;
    color: #162249;
    font-family: Old Standard TT;
    font-weight: 700;
    background-color: #EC92A5;
    font-size: 20px;
}

.btn-primary:hover,
.btn-primary:focus {
    border: 1px solid #e46782;
    outline: 0;
    color: #fff;
    background-color: #e46782;
}

.btn-secondary {
    border: 1px solid #162249;
    color: #fff;
    font-family: Old Standard TT;
    font-weight: 700;
    background-color: #162249;
    font-size: 20px;
}

.btn-secondary:hover,
.btn-secondary:focus {
    border: 1px solid #e46782;
    outline: 0;
    color: #fff;
    background-color: #e46782;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}



::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
