@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400&display=swap');

html {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
}

body {
    background: #eee;
    max-width: 1000px;
    margin: auto;
}

.banner {
    background-image: url('img/banner.jpg');
    background-size: cover;
    width: 100%;
    min-height: 28vh;
}

h1 {
    margin: 0;
    padding-right: 0.5em;
    background-image: linear-gradient(#181818, #000);
    color: #eee;
    font-size: 125%;
    text-align: center;
    color: #377708;
    font-variant: small-caps;
}
.subtitle {
    font-size: 90%;
    font-style: italic;
}

#logo {
    float: left;
    margin-left: 1em;
    max-height: 22vh;
    max-width: 50vw;
    margin-top: 0.25em;
}

h2 {
    /* color: #428811; */
    margin-top: 0.125em;
    margin-bottom: 0.5em;
}

footer {
    margin: 0;
    padding: 1em 0.5em;
    background-color: #377708;
    color: white;
}


.main-frame {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1em;
    padding: 10px 0.25em;
}

.main {
    flex-grow: 3;
    flex-basis: 300px;
    order: 2;
}

#lets_talk {
    max-width: 100%;
    margin: 2em auto;
}

.left-sidebar,
.right-sidebar {
    flex-basis: 25%;
    padding: 0.25em 0.5em;
    border: 2px solid #377708;
    flex-grow: 1;
    min-width: 250px;
}
.left-sidebar {
  order: 3;
}
.right-sidebar {
    text-align: left;
    order: 1;
}

li {
    margin-bottom: 1em;    
}
.spaced li {
    margin-bottom: 2em;
}

.contact,
.pricelist,
.souls-pond,
.covid {
    border: 2px solid #377708;
    margin: 1em 0.25em;
    padding: 0.25em 0.5em;
}

.covid {
    margin: 1em auto;
    width: 95%;
    max-width: 90vw;
}

.souls-pond {
    border: none;
    padding: 0;
    text-align: center;
}
.souls-pond img {
    width: 500px;
    max-width: 95vw;
}

.testimonials {
    margin: 1em 0;
    background: url('img/waves.jpg') no-repeat;
    background-size: cover;
    padding: 2em 1em;
}

.testimonials-container,
.contact_pricelist {
    display: flex;
    flex-wrap: wrap;
}
.testimonial {
    flex: 1 0 30%;
    padding: 0.5em 1em;
}

.testimonials h2,
.testimonial {
    color: #fff;
    background: #377708;
    border: 1px solid #666;
}

.testimonials h2 {
    font-size: 200%;
    font-variant: small-caps;
    max-width: 9em;
    margin: 1em auto;
    text-align: center;
}

cite {
    display: block;
    text-align: left;
    color: black;
}

.contact,
.pricelist {
    flex: 1 0 40%;
    padding: 0.5em 1em;    
}

.photo {
    width: 100%;
    max-width: 400px;
}

.bold {
    font-weight: bold;
}

ul.no-indent {
    padding-left: 20px;
}

.talk-therapy {
    max-width: 150px;
    margin: 1em 0.5em 0.25em auto;
}


address {
    font-style: normal;
}

.italic {
    font-style: italic;
}
.largetext {
    font-size: 200%;
}
.centred {
    text-align: center;
}