/* Styling for the service pages under services category */

.page-header {
    font-family: 'Alex Brush', cursive;
    font-size: 4rem;
    text-align: center;
}

.sub-category-text {
    font-family: 'Alex Brush', cursive;
    font-size: 3rem;
    text-align: center;
}

.service-price1 {
    width: 90%;
    font-family: 'Charm', cursive;
    font-size: 25px;
}

.service-price2 {
    width: 80%;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
}

.description {
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
}

.scent-header {
    font-family: 'Charm', cursive;
    font-size: 25px;
    text-align: center;
}

.milk-honey {
    color: #ffb158;
    font-weight: bold;
}

.cucumber {
    color: #53ee6a;
    font-weight: bold;
}

.lavender {
    color: hotpink;
    font-weight: bold;
}

.sunkist {
    color: orange;
    font-weight: bold;
}


/* Styling for the horizontal divisor on home tab */

hr.style-eight {
    overflow: visible;
    /* For IE */
    padding: 0;
    border: none;
    width: 70%;
    margin: 20px auto 50px;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}

hr.style-eight:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

/* Styling for html & body so the footer stays at the bottom */
html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

/* Styling for the footer social buttons */
.fa {
    padding: 15px;
    font-size: 25px;  
    text-decoration: none;
    border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-instagram { 
    background-color: #ac2bac;
    color: white;
}

.fa-yelp {
    background: #dd4b39;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}


/* Styling for the footer on all tabs */

.footer-header {
    font-family: 'Charm', cursive;
    font-size: 27px;
}

#footer {
    margin-top: auto;
    background-color: #f1f1f1;
}

.icon-description {
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    text-align: center;
}

.social-icon {
    width: 10px;
    height: 10px;
}

/* Styling for the nav pills on gallery tab */

.nav-pills .nav-link:not(.active) {
    background-color: white !important;
    color: black;
}

.nav-pills .nav-link {
    background-color: #c2c2c2 !important;
    color: white;
}

/* Styling for the map on Location tab */

#map {
    width: 70%;
    height: 70vh;
}

/* Styling for the nav links */
.navbar-brand {
    font-family: 'Pinyon Script', cursive;
    font-size: 3rem;
}

.navbar .navbar-nav .nav-link {
    padding: 0.25 0;
    margin-left: 1rem;
    border-bottom: 0.25rem solid transparent;
}

.navbar-nav .nav-link:hover {
    border-bottom-color: #f1f1f1;
}