.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;
    border-left: 11px solid pink;
}

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

strong {
    font-weight: bold;
}

header {
    background-color: white;
    padding: 2em 2em 1em;
    box-shadow: 0 2px 85px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 96%;
}

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

.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: #f9f9f9;
    padding: 0em 0em;
    position: fixed;
    top: 5.4em;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 85px rgba(0,0,0,0.1);
}

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

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

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: 1em;
}

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

h1 {
    margin-top: 1em;
}

h2 {
    margin-top: 2em;
}

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

div.overview section {
    float: left;
    padding: 1em 3% 4em;
    width: 21.5%;
    text-align: center;
    margin: 4em 2em 0em;
}

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%;
}

div {
    width: 98%;
    float: left;
    margin-bottom: 1em;
}

div.splash {margin: 0 -2%;width: 103%;margin-top: -1%;height: 492px;overflow: clip;}

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 0 0 23%; */
    padding: 1em;
    top: 7em;
    position: absolute;
    bottom: 0;
    overflow: scroll;
    text-align: center;
}

.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 {
    padding-left: 1.5em;
    text-align: left;
}

.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;
}

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

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

    header {

    }

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

    nav {
        padding: 0;
        top: 3em;
    }

    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;
    }

    nav ul li {
        margin: 0;
        padding: 0 3em;
    }

    header {
        padding: 0.9em 1.25em;
        font-size: 0.8em;
    }

    h1 {
        margin-top: 1em;
    }

    .header h1 {
        text-align: left;
    }

    .nav-toggle {
        display: block;
        position: fixed;
        right: 0.7em;
        width: 13px;
        top: 0.3em;
        z-index: 1000;
        padding: 1px 14px 1px;
    }

    .container {
        width: 94%;
        top: 3.75em;
        padding: 0 3%;
    }

    .container h2 {

    }

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

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

    div.splash img {
        width: 100%;
        margin-top: 0;
        border: none;
    }

    div.overview section {
        float: left;
        padding: 1em 1em 4em;
        text-align: center;
        margin: 1em 0em;
        width: 93%;
    }

    div.splash blockquote {
        display: none;
    }

    div.splash blockquote.about {
    }

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