
/*wwd styles*/
/* About & What We Do Page Styles */
div#abtpage, div#wwdpage {
    max-width: 100%;
    margin: 100px auto;
    color: #dee2e6;
    font-family: Lora;
}

div#wwdpage a {
    color: #dee2e6;
    font-family: 'doto';
    border-radius: 5px;
    padding: 0px 5px;
    transition: all .3s;
}
div#wwdpage a:hover {
    color: #111;
    background-color: #dee2e6;
}

.page-title {
    font-family: Doto;
    font-size: 60px;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 60px;
    background-color: #dee2e6;
    color: #111;
    max-width: 100%;
    padding: 10px;
}

.page-paragraph {
    font-size: 20px;
    margin: 30px auto;
    max-width: 800px;
    line-height: 1.6em;
}

.section-header {
    font-size: 32px;
    font-family: Doto;
    margin-top: 80px;
    margin-bottom: 30px;
    margin-left: 20%;
    text-align: left;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 10px;
}

.value-list, .service-list, .process-list {
    list-style-type: square;
    font-size: 18px;
    max-width: 800px;
    margin: 20px auto;
    padding-left: 20px;
    line-height: 1.8em;
}

.process-list {
    list-style-type: decimal;
}

