body {
  /*  background: radial-gradient(circle, #fdf5e9, #fdf5e9 40%, #ffe0b0 150%, #fdf5e9); */
    font-family: helvetica, sans-serif;
    /*min-width: 1880px;*/
}

header {
    background-color: #a9bf43;
}

header p {
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin-top: 13px;
    font-family: helvetica, sans-serif;
    padding-left: 20px;
}

header h1 {
    font-size: 16px;
    text-align: right;
    font-family: helvetica, sans-serif;
}


nav ul {
    list-style-type: none;
    font-family: helvetica, sans-serif;
    font-weight: bold;
    padding: 16px;
    text-align: right;
    font-size: 120%;
}

nav ul li {
    display: inline;
    padding-right: 10px;
}

nav ul li a {
    text-decoration: none;
    color: #412800;
}

nav li.selected {
    color: #825000;
}

nav li a:hover {
    text-decoration: underline;
}

article {
    width: auto;
    font-family: helvetica, sans-serif;
    padding: 40px;
    background-color: white;
    margin-left: 30px;
}

h1 {
    font-size: 150%;
    border-bottom: 2px solid #a9bf43;
}

b {
    font-size: 110%;
}

.welcome {
    font-size: 200%;
    margin-top: 10px;
}

footer {
    border-top: 6px solid #a9bf43;
    clear: both;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
}

.contactfooter {
    position: absolute;
}

.line {
    list-style: "- ";
}

.helping {
    width: 40%;
    float: left;
    margin-left: 80px;
    padding-top: 120px;
    padding-bottom: 40px;
    resize: initial;
}

.req {
    float: left;
    position: absolute;
}

.req2 {
    float: left;
    padding-top: 230px;
    width: 50%;
}

