.open-sans-stemless {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}


.titles {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

body {
    font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin: 0;
    padding: 0; /* added top padding to offset fixed nav */
    line-height: 1.6;
    /* background-color: #ece7e778; */
    color: #3f4d99;
}

img {
    max-width: 100%;
    width: 400px;
    margin-top: 2em;
}

img.section_image {
    float: left;
    width: 30%;
    margin: 1em 0;
    margin-left: 1em;
    border: none;
    clear: left;
    border-radius: 4px;
}

table {
    border-collapse: collapse;
    text-align: center;
    margin: 0 auto;
    min-width: 59%;
    border: none;
}

strong {
    font-weight: bold;
}

header {
    padding: 0;
    margin: 0 auto;
    background: white;
    width: 100%;
    max-width: 1300px;
    padding-bottom: 2em;
}

.header h1 {
    margin: 0.5em 0 0 0;
    font-size: 2.3em;
    font-weight: 500;
    line-height: 1.3em;
    text-align: center;
}

.header h1 a {
    border-bottom: none;
    font-size: 1em;
}

a {}

.header p {
    float: left;
}

a {
    color: #3f4d99;
    border-bottom: 1px solid;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    border-bottom: none;
}

nav {
    background-color: white;
    margin: 0 auto;
    position: fixed;
    top: 2em;
    left: 3em;
    width: 20em;
    z-index: 1000;
    padding: 1em;
    border-radius: 4px;
}

nav ul {
    list-style-type: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

nav ul li {
    float: left;
    padding: 0.5em;
    margin-left: 0em;
}

nav ul li a {
    color: #4f4dae;
    font-weight: 400;
    border-bottom: none;
}

nav ul li a:hover {
    border-bottom: 1px solid #3f4d99;
}

li {
    margin-bottom: 0.25em;
    margin-left: 4em;
}

li.active a {
    border-bottom: 2px solid;
}

h1 {
    margin-top: 1em;
}

h2 {
    margin-top: 0.5em;
}

section {
    margin: 0 auto;
    margin-top: 0em;
    width: 61%;
    display: flow-root;
    background: white;
    border-radius: 4px;
    padding: 3em;
    max-width: 1300px;
}

div.overview section {
    float: left;
    padding: 2em 3em;
    width: 43%;
    text-align: left;
    margin: 4em -3em 0em;
    background: white;
}

div.splash blockquote {
    font-style: italic;
    font-size: 1.8em;
    line-height: 1.3em;
    margin: -16em 0px 0 43%;
    width: 24%;
    color: white;
}

div.splash blockquote.about {
    font-style: italic;
    font-size: 1.8em;
    line-height: 1.3em;
    margin: -15em 0px 0 60%;
    width: 24%;
    color: white;
}

div.splash img {
    width: 100%;
    margin: 0;
}

div {float: left;}

div.splash {width: 100%;height: 358px;overflow: clip;border-radius: 4px;margin-bottom: 1em;}

div.overview section {
}

div.intro section {
    width: 26%;
}

div.whatido {
}

ul.boxes li {
    display: inline;
    border: 1px solid black;
    padding: 0.25em;
    margin: 0 0.25em 0em 0;
    white-space: nowrap;
    line-height: 2.4em;
    border-right: 9px solid pink;
}

.nav-toggle {
    display: none;
    cursor: pointer;
    font-size: 1.5em;
    color: #4f4dae;
}

.container {
    line-height: 1.6em;
    margin: 0 auto;
    max-width: 1300px;
    float: none;
}

.container h2.titles {
    font-size: 1.9em;
    color: #4f4dae;
    font-weight: 100;
    letter-spacing: 0.05em;
    line-height: 1.2em;
}

.container h3.titles {
    font-size: 1.3em;
    color: #4f4dae;
    font-weight: 100;
    letter-spacing: 0.05em;
    line-height: 1.2em;
}

.container h4.titles {
}

.container p {
    margin-bottom: 1em;
    width: 100%;
}

.container ul {
    text-align: left;
    margin-left: -4em;
}

.container ul.boxes {
    padding-left: 0em;
    text-align: center;
}

.photo {
    width: 30% !important;
    margin-right: 3%;
    min-width: 192px;
}

.photo img {
    border-bottom: 3px;
}

em {
    font-weight: 400;
}

.testimonialNames {
    margin: -0.5em 0em 1em 1em;
    padding-bottom: 2em;
}

footer {
    text-align: center;
    padding: 1em;
    width: 98%;
    float: left;
}

footer li {
    float: left;
    list-style: none;
}

.wonder {
    width: 350px;
    margin: -2em -1em 0 -2em;
}

@media (max-width: 768px) {
    img {
        max-width: 100%;
    }

    img.section_image {
        width: 65.5%;
    }

    header {

    }

    footer {
        margin: 0 auto;
        text-align: center;
        padding: 1em;
        width: 93%;
    }

    footer li {
        margin-left: 2em;
    }

    nav {
        padding: 1.5em;
        top: -0.5em;
        left: 1em;
        width: 158px;
        padding-right: 0.75em;
    }

    nav ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #f9f9f9;
        box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    }

    nav ul.active {
        display: flex;
        padding: 1em 0em 1em;
        left: 226px;
        top: 16px;
    }

    nav ul li {
        margin: 0;
        padding: 0.5em 1em 0;
    }

    header {
        padding: 0em 0em;
        font-size: 0.8em;
        left: 0;
    }

    h1 {
        margin-top: 0em;
    }

    .header h1 {
        text-align: left;
        margin: 0;
        font-size: 2em;
    }


    .header h1 a {
        border-bottom: none;
        font-size: 19px;
    }



    .nav-toggle {
        display: block;
        position: fixed;
        right: 0.9em;
        width: 16px;
        height: 30px;
        top: -0.4em;
        z-index: 1000;
        padding: 15px 14px 1px;
        background: white;
        border-radius: 6px;
        font-size: 19px;
    }

    .container {
        width: 100%;
        top: 3.75em;
        padding: 0px 0%;
        padding-top: 0em;
    }

    .container h2 {margin-left: -0.5em;}

    section {
        width: 92%;
        margin-top: 1em;
        padding: 1em;
    }

    div.splash {
        height: 136px;
        margin: 0em -1em;
        width: 105%;
    }

    div.splash img {
        width: 100%;
        border: none;
    }

    div.overview section {
        float: left;
        padding: 1.5em 3em 2em;
        text-align: left;
        margin: -4em 2em 0em;
        width: 65%;
        font-size: 0.9em;
        line-height: 1.5em;
    }

    div.splash blockquote {
        display: none;
    }

    div.splash blockquote.about {
    }

    ul.boxes li {
    white-space: normal;
    }
}
