@font-face {
    font-family: 'Antique Olive Std Nord';
    font-style: normal;
    font-weight: normal;
    src: local('Antique Olive Std Nord'), url('https://dda.qd.tech/inc/Antique-Olive-Std-Nord_3868.woff') format('woff');
}

h1 {

    color: #880808;
    font-size: 5vw;
    text-shadow: 3px 4px #000000, 2px 2px 5px #000000;
    text-align: center;
    font-family: 'Antique Olive Std Nord';
    padding-bottom: 0%;
    padding-top: 0%;
    margin-top: 0%;
}

h2 {
    padding-top: 0%;
    margin-top: 0%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #009200;
    vertical-align: bottom;
    font-size: 4vw;
    line-height: 25%;
    text-shadow: 3px 3px #050404;
    text-align: center;
    font-family: 'Antique Olive Std Nord';
}

h3 {
    padding-top: 5px;
    margin-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #009400;
    bottom: 0;
    left: 0;
    font-size: 2vw;
    line-height: 10%;
    text-shadow: 2px 2px 1px #050505;
    text-align: center;
    font-family: 'Antique Olive Std Nord';
}

h4 {

    color: #008304;
    font-size: 4vw;
    text-shadow: 3px 4px #000000, 2px 2px 5px #000000;
    text-align: center;
    font-family: 'Antique Olive Std Nord';
    padding-bottom: 0%;
    padding-top: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
}

h5 {

    color: #880808;
    font-size: 3vw;
    text-shadow: 1px 2px #000000, 1px 1px 3px #000000;
    text-align: center;
    font-family: 'Antique Olive Std Nord';
    padding-bottom: 0%;
    padding-top: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
}

h6 {

    color: #009400;
    font-size: 2vw;
    text-align: center;
    font-family: 'Antique Olive Std Nord';
    padding-bottom: 0%;
    padding-top: 0%;
    margin-top: 5px;
    margin-bottom: 0%;
}

a:link {
    color: #009400;
}

/* visited link */
a:visited {
    color: rgb(102, 0, 128);
}

/* mouse over link */
a:hover {
    color: #880808;
}

#qdiv1 {
    background-image: url("/img/DDA-OHP.jpg");
    background-color: #bfb8ffbb;
    margin-top: 0%;
    margin-bottom: 0%;
    background-size: 100% 70vw;
    background-repeat: repeat-y;
    background-blend-mode: color-burn;
}

.column {
    float: left;
    padding: 10px;
}

.left,
.right {
    width: 25%;
}

.middle {
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

ol.g {
    list-style-type: decimal;
    text-align: center;
    font-family: 'Antique Olive Std Nord';
}

#ddap {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    text-align: center;
}

#heading {
    background-color: #e6e600;
    margin-bottom: 0%;
    margin-top: 0%;
    border-color: #880808;
    border-width: 4px;
    border-style: solid;
    padding-top: 0%;
    padding-bottom: 0%;
}

#subhead {
    background-color: rgb(148, 0, 0);
    background-blend-mode: lighten;
    height: 120px;
    padding-top: 0%;
    border-color: #009400;
    border-width: 4px;
    border-style: solid;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-bottom: 0%;
    grid-area: header;
    text-align: center;
}

#footing {
    background-color: #000000;
    margin-bottom: 0%;
    margin-top: 0%;
    border-color: #880808;
    border-width: 4px;
    border-style: solid;
    height: 260px;
    padding-top: 0%;
    padding-bottom: 0%;
}