/*
ul {
    list-style-image: url('../s/Checkmark.svg');
}
*/
body {
    font-family: sans-serif;
}

/* #header {
    padding-top: 20px;
    padding-bottom: 20px;
    position:fixed;
    top: 0;
    height: 300px;
    width: 100%;
    min-height: 100px;
    max-width: 1000px;
    transition: 0.2s;
    background-color: #ffffff;
    display: flex;
} */

.main-logo {
    height: 100%;
    width: 100%;
}

#happy-reading {
    width: 75%;
    min-width: 300px;
}

li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin: 0.5em 0;
}

li::before {
    content: '';
    display: inline-block;
    /* margin-right: 10px; */
    height: 20px;
    width: 20px;
    background-image: url('../s/Checkmark.svg');
}

.viewport-columns {
    display: flex;
}

.left-pad {
    flex: 1;
}

.main-rows {
    width: 100%;
    max-width: 1000px;
    min-width: 300px;
    margin: 15px;
}

.centered {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right-pad {
    flex: 1;
}

.profiles {
    width: 100%;
}

.profile-photo {
    width: 50%;
    min-width: 300px;
}

.meet-us {
    width: 50%;
    min-width: 300px;
}

.contact-us {
    width: 200px;
}

#support-email {
    text-align: center;
}

#additional-clients {
    text-align: center;
}

.center-body {
    /* margin-top: 300px; */
    width: 100%;
    min-width: 300px;
}