@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.12.1/font/bootstrap-icons.css");

body {
    color: #144704;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}
.container-fluid {
    overflow-x: hidden;
}
.section {
    background-color: #d7f1d9;
}
.section-alternate, .section-footer {
    background-blend-mode: lighten;
    background-color: rgba(255,255,255,0.5);
    background-image: url("images/asanoha-400px.png");
    background-repeat: repeat;
    border-bottom: 5px solid #f0e3b9;
    border-top: 5px solid #f0e3b9;
}
.section-footer {
    border-bottom: none;
}
section:last-child {
    background-color: #fff;
}
h1 {
    /* color: #fff; */
    font-family: 'Bree Serif', serif;
    font-size: 44px;
}
h2 {
    font-family: 'Bree Serif', serif;
    font-size: 30px;
}
a {
    color: #7f6921;
    text-decoration: none;
}
a:hover {
    color: #aa8c2c;
}

.navbar {
    background-color: #144704;
}
.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > a:focus {
    color: #e1c773;
}
.navbar .navbar-nav > li > a:hover {
    color: #e7d28f;
}
.navbar .navbar-toggler {
    border: 1px solid #e1c773;
}
.navbar .navbar-toggler:focus {
    box-shadow: none;
}

.therapist-name {
    font-size: 40px;
}
.therapist-qualifications {
    font-size: 20px;
}
.headshot {
    border: 8px solid #f0e3b9;
}
.ampersand {
    color: #7f6921;
}

.contact-and-location a {
    color: #144704;
    font-size: 18px;
}
.contact-and-location a:hover {
    color: #436c36;
}
.contact-and-location i {
    color: #7f6921;
    font-size: 30px;
}
.contact-and-location a:hover i {
    color: #aa8c2c;
}

.section-testimonials .open-quotes, .section-testimonials .close-quotes {
    color: #144704;
    font-family: 'Times New Roman', Times, serif;
    font-size: 100px;
}
.section-testimonials .open-quotes {
    height: 35px;
}
.section-testimonials .close-quotes {
    height: 35px;
    top: -20px;
    position: relative;
}
.section-testimonials .card-body {
    font-size: 18px;
}
.card {
    background-blend-mode: lighten;
    background-color: rgba(252,245,229,0.3);
    background-image: url("images/asanoha-400px.png");
    background-repeat: repeat;
    border: 1px solid #789e7a;
    border-radius: 3px;
    box-shadow: rgba(99, 99, 99, 0.5) 0px 5px 10px 0px; 
}
.card-header, .card-footer {
    background-color: rgba(255,255,255,0);
    border:none;
}

.badge {
    background-color: #144704;
    border-bottom: 5px solid #bde7bf;
    border-radius: 0;
    color: #e1c773;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 0 5px 10px 0;
    padding: 10px;
    text-align: left;
}

footer .copyright {
    font-size: 16px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    h1 {
        font-size: 70px;
    }
    .therapist-name {
        font-size: 40px;
    }
    .therapist-qualifications {
        font-size: 20px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h1 {
        font-size: 80px;
    }
    .therapist-name {
        font-size: 50px;
    }
    .therapist-qualifications {
        font-size: 25px;
    }
}

/* Large devices (desktops, 992px and up)  */
@media (min-width: 992px) {
    h1 {
        font-size: 50px;
    }
    .therapist-name {
        font-size: 40px;
    }
    .therapist-qualifications {
        font-size: 20px;
    }
}

/* X-Large devices (large desktops, 1200px and up)  */
@media (min-width: 1200px) {
    h1 {
        font-size: 60px;
    }
    .therapist-name {
        font-size: 44px;
    }
    .therapist-qualifications {
        font-size: 22px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up)  */
@media (min-width: 1400px) {
    h1 {
        font-size: 80px;
    }
    .therapist-name {
        font-size: 50px;
    }
    .therapist-qualifications {
        font-size: 25px;
    }
    .contact-and-location .disclaimer {
        font-size: 16px;
    }
}