@charset "UTF-8";

:root {
    --primary: var(--bs-primary);
    --shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    --text-shadow: 2px 3px 4px rgba(0,0,0,.25);
    --purple: #d659be;
}

body {
    background-color: #fff;
    color: #222; }

section { padding: 4rem 0; }

h1, h2, h3, h4, h5, h6 { color: var(--primary); }

h1 {
    text-transform: uppercase;
    margin-bottom: 1rem; }

a {
    text-decoration: none;
    transition: all .15s ease; }

.text-purple { color: #d659be; }
.bg-light { background-color: #f6f6f6; }
.btn:focus { box-shadow: none; }
.badge:hover { color: #222;  }
.bg-light { background-color: #f6f6f6; }
.bg-light2 { background-color: #eaeff3; }
address { margin-bottom: 0; }
button:focus:not(:focus-visible) { box-shadow: none; }
.underline { text-decoration: underline; }
.underline:hover { text-decoration: none; }

.lead {
    font-size: 1.5rem;
    font-weight: 400; }

.circle {
    border-radius: 50%;
    width: 200px;
    height: 200px; }

.and::after {
    font-family: 'Arial';
    content: '&';
    font-size: 80%; }

/* Center */
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center; }

/* Social Media SVG */
.bi-facebook { fill: #1778f2; }
a.facebook:hover .bi-facebook { fill: #4267B2; }
a.facebook { transition: all .15s ease; }

/* Callout */
.callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem; }

.callout-primary { border-left-color: var(--bs-primary); }
.callout-danger { border-left-color: var(--bs-danger); }
.callout-success { border-left-color: var(--bs-sucess); }
.callout-info { border-left-color: var(--bs-info); }
.callout-warning { border-left-color: var(--bs-warning); }
.callout-light { border-left-color: var(--bs-light); }
.callout-dark { border-left-color: var(--bs-dark); }


/* ******************************************** Content ******************************************** */


/* Header */
header {
    box-shadow: var(--shadow);
    background-color: var(--bs-light); }

#above-nav  {
    display: flex;
    text-align: right;
    background-color: #f0f0f0;
    padding: .25rem;
    font-size: 14px; }

.above-nav {
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .5rem; }

.above-nav div { 
    display: flex;
    align-items: center;
    flex-direction: row; }

.bi-info-circle-fill { fill: var(--bs-red); }
a.about:hover { color: var(--bs-red); }

.bi-gear-wide-connected { fill: var(--bs-green); }
a.services:hover { color: var(--bs-green); }

.bi-envelope-plus-fill { fill: var(--bs-blue); }
a.contact:hover { color: var(--bs-blue); }


/* Logo */
.little, .critters, .daycare { 
    text-transform: capitalize;
    font-family: 'Dancing Script', cursive; }
    
.critters, .daycare { margin-left: .25rem; }
.little { color: var(--bs-red); }
.critters { color: var(--bs-green); }
.daycare { color: var(--bs-blue); }

.llc {
    margin-left: -.5rem;
    color: #000;
    font-weight: 400;
    font-size: 14px !important; }
    
/* Navigation */
header nav {
    margin-top: -1.5rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: center; }
    
.nav-link { 
    color: #000;
    text-transform: uppercase; }
    
.nav-link svg { margin-top: -.2rem }
.bi-arrow-down-short { margin-top: -4px; }


/* Landing */
#landing {
    padding: 2rem 0 4rem 0;
    display: flex;
    justify-content: center;
    align-items: center; }

#landing h1 { margin-bottom: 0; }
#landing p { color: var(--muted); }

#landing h3 q {
    color: var(--bs-red);
    text-transform: uppercase; }

/* About */
#about {
    background-size: cover;
    background-position: center; }
    
#about p { color: #222; }


/* Services */
#services h2 { text-transform: uppercase; }
    
#services h2 small { 
    opacity: .95;
    text-transform: capitalize;
    display: block;
    font-size: 1rem;
    margin-top: .25rem; }

#services h2 span { 
    opacity: .95;
    text-transform: capitalize;
    display: block;
    font-size: 1rem; }
    
#services p { margin-top: 1rem; }
#services img { margin-bottom: .5rem; }


/* Map */
#map {
    width: 100%;
    height: 100%; }
    

/* Gallery */
#gallery img {
    max-width: 100%;
    height: auto;
    transition: all .15s ease;
    box-shadow: var(--shadow);}

#gallery img:hover { box-shadow: 0 .5rem 1rem rgba(0,0,0,.5); }


/* Contact Form */
#contact .bi-telephone-fill, #contact .bi-geo-fill, #contact .bi-clock { margin-top: 4px; }

#contact h2 {
    text-transform: uppercase;
    text-decoration: underline;
    color: var(--bs-green);
    margin-top: 1.5rem; }


/* Footer */
footer {
    background-color: transparent;
    border-top: solid 1px #000;
    text-align: center;
    padding: 0;
    font-size: 1rem !important;
    color: #eee; }

footer p { 
    color: inherit !important;
    font-size: 1rem !important; }

footer address { font-size: 1rem !important; }    
footer .flex-center { flex-direction: column; }
.quote { text-align: left; }
    
footer cite { font-size: 1rem; }

.footer-links {
    padding: 0 1rem;
    margin-top: .5rem;
    margin-bottom: .5rem; }

.footer-links a {
    color: #ffffcc;
    margin-left: .5rem; }

.footer-links a:hover { color: #aaa; }

.footer-links a::before {
    margin-right: .5rem;
    content: "|"; }

.footer-links a:first-child::before { content: ""; }
.footer-links:nth-of-type(2) a:before { display: none; }


/* MSWD */
.mswd-links p {
    font-size: 13px !important;
    display: block;
    margin-top: 1rem;
    line-height: 1.25rem;
    text-align: center; }

.mswd-links a {
    transition: all .15s ease;
    text-decoration: underline;
    color: inherit;
    font-size: inherit; }

.mswd-links a:hover {
    opacity: .7;
    text-decoration: none; }


/* ******************************************** REPONSIVE ******************************************** */

@media (min-width: 768px) {
    body { font-family: "Roboto", sans-serif; }
    
    li:not(.nav-item) {
        font-weight: 300;
        font-size: 18px; }
        
    p { font-size: 17px; }
}

@media (min-width: 1200px) {
    .container { max-width: 1140px; }
}

@media (max-height: 600px), (min-width: 768px) and (max-width: 991px) {
    #landing { 
        margin-bottom: 2rem;
        height: auto; }
        
    #landing h1 { margin-top: 2rem; }
}

@media (max-width: 767px) {
    section { padding: 2rem 0; }
    .lead { font-size: 18px; }
    
    .circle {
        width: 125px;
        height: 125px; }

    /* Navigation */
    header h2{ font-size: calc(1.525rem + 3.3vw) !important; }
    .llc { margin-left: .2rem; }
    nav { margin-top: 1rem; }
    
    .above-nav { 
        font-size: 1rem !important;
        flex-direction: column; }
    
    .bi-facebook { 
        width: 1.5rem;
        height: 1.5rem; }
    
    /* Landing */
    #landing {
        height: auto;
        align-items: flex-start;
        margin-top: .5rem; }

    /* Contact */
    #contact-form { padding: 0; }

    /* Footer */
    footer p, .footer-links a { font-size: 16px !important; }
}

@media (max-width: 370px) {
    .llc, .nav-link svg { display: none; }
}
