body {
    background:     -o-radial-gradient(circle,rgba(202, 220, 252, 1) 15%, rgba(255, 255, 255, 1) 60%);
    background:     radial-gradient(circle,rgba(202, 220, 252, 1) 15%, rgba(255, 255, 255, 1) 60%);

}

.banner {
    background-position: top;
}

.inside-banner {
    margin-top: 2%;
}

.about-desc {
    width: 60%;
    margin: 4% auto;
}

h2 {
    text-align: center;
    font-size: 2em;
}

.introduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5%;
}

.introduction h3 {
    font-size: 1.5em;
    text-align: center;
}

h3 span {
    font-weight: normal;
    font-size: smaller;
}

.introduction img {
    border-radius: 25px;
}

.profile {
    width: 35%;
}

.image-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.bio {
    width: 50%;
    padding: 2%;
}

.bio-ext {
    width: 80%;
    margin: auto;
}

.bio-ext h4 {
    font-size: 1.5em;
}

.qualifications {
    width: 55%;
    font-size: 1.1em;
}

.qualifications li::marker {
    content: "\1F872\0020\0020";
}

.certs {
    width: 35%;
    height: auto;
    margin: 3%;
}

.business {
    width: 65%;
    margin: auto;
}

hr {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}

hr:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
}

.clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3%;
    margin-bottom: 5%;
}

.clients h2 {
    margin-top: 0;
}

.clients div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    margin-bottom: 3%;
}

.row {
    height: 350px;
}

.box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: white;
    width: 45%;
    height: 100%;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 10px rgba(64,142,198,0.75), 0 0 20px rgba(0,36,107,0.75);
            box-shadow: inset 0 0 10px rgba(64,142,198,0.75), 0 0 20px rgba(0,36,107,0.75);
    padding: 3% 5%;
}

.box p {
    text-align: center;
    font-size: 1.2em;
    text-decoration: underline;
}

.box ul {
    padding: 0;
}

.name {
    margin: 5% 0;
}

.name img {
    width: 30%;
}

.name-desc {
    width: 60%;
}

.name-desc p:last-child {
    padding-top: 2%;
    padding-left: 5%;
    font-size: 1.1em;
}

.inner {
    margin: auto;
    margin-bottom: 5%;
}

.inner h3 {
    font-size: 2em;
    text-align: center;
    margin-top: 0;
}

.inner p {
    font-size: 1.1em;
}

.description {
    margin-top: 3%;
}

.description a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

@media only screen and (max-width: 1100px) {

    .image-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .profile {
        width: 50%;
    }

    .bio {
        width: 75%;
    }

    .certs {
        width: 40%;
    }

    .name-desc {
        width: 75%;
    }
}

@media only screen and (max-width: 1000px) {

    .inside-banner {
        margin-top: 4%;
    }

    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
    }

    .box {
        width: 80%;
        padding: 3% 8%;
    }
}

@media only screen and (max-width: 700px) {

    .inside-banner {
        margin-top: 5%;
    }

    .about-desc {
        width: 80%;
    }

    .bio {
        width: 85%;
    }

    .bio-ext {
        width: 100%;
    }

    .box {
        width: 90%;
        padding: 3% 10%;
    }

    .name-desc {
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {
    .qualifications {
        width: 100%;
    }

    .business {
        width: 90%;
    }
}

@media only screen and (max-width: 300px) {

    .inside-banner {
        margin-top: 0;
    }
}