body {

    background-color: #D4CDA8;
    margin: 0%;
}

a {
    color: #882200
}

h1 {
    font-size: 3rem;
    margin-bottom: 0px;
    margin-left: 5px;
    line-height: 80%;
    word-wrap: break-word;
    font-weight: 600;
    font-family: 'Iowan Old Style', Georgia, 'Times New Roman', Times, serif;

}

.subtitle {
    line-height: 0%;
    margin-top: 10pt;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1.2rem;
    font-weight: 100;
    font-style: italic;
    font-family: 'Iowan Old Style', Georgia, 'Times New Roman', Times, serif;

}

h2 {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 12px;
    font-size: 2.1rem;
    font-weight: 700;
    font-style: italic;
    font-family: 'IBM Plex Sans', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

dt {
    margin-left: 8px;
    margin-right: 8px;
    font-weight: 400;
    font-style: italic;
    font-size: 1.3rem;
    font-family: 'IBM Plex Sans', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

dd {
    font-size: 0.85rem;
    font-family: 'IBM Plex Sans', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.ddleft {
    margin-left: 2rem;
}

.ddright {
    text-align: justify;
    margin-left: 10%;
    margin-right: 3.5%;
}

p {
    margin-left: 24px;
    margin-right: 24px;
    font-size: small;
    font-family: 'IBM Plex Sans', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.line1 {
    border: 0;
    width: 100%;
    max-width: 750px;
    height: 5px;
    background-color: #AA4400;
}

.line2 {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    border: 1;
    height: 5px;
    background-color: #550022;
}

.line3 {
    width: 100%;
    max-width: 750px;
    border: 1;
    height: 5px;
    background-color: #6C5353;
}

.sec-title {
    text-indent: 0%;
    margin-bottom: 0%;
    margin-right: 0%;
    line-height: 0%;
}

.href-bar {
    border: 0;
    width: 100%;
    height: 40px;
    background-color: #000000;
    opacity: 0.4;
}

.href-bar a {
    font-family: 'Monaco', 'Courier New', Courier, monospace;
    float: left;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 17px;
}

.href-bar a.active {
    background-color: #ffffff;
    color: #000000;
}

.bdy {
    padding-top: 0.2rem;
    padding-bottom: 0.8rem;
}

.bdy1 {
    padding-top: 0%;
    padding-bottom: 0.8rem;
}

.collection {
    max-width: 750px;
    width: 100%;
    margin-left: auto;
    margin-right: 0%;
    text-align: right;
}

.projects {
    max-width: 750px;
    width: 100%;
}

.main-content {
    margin-left: 15%;
    margin-right: 15%;
}
.blur {
    position: absolute;
    top: -1px;
    left: 0%;
    z-index: -1;
    border: none;
    border-radius: 100%;
    background-color: #D4CDA8;
    width: 1px;
    height: 1px;

}

