body {
    width: 100%;
    margin: 0;
    padding: 0;
}

#content {
    width: 100%;
    min-height: 100vh;
    display: flex;
    background-image: url("photos/olive_orchard.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
h1 {
    width: 100%;
    text-align: center;
    margin: 60px auto 50px auto;
    color: #6A802A;
}
#story {
    left: 0;
    top: 0;
    width: 40%;
    min-height: min-content;
    background-color: rgba(254, 254, 254, .85);
    margin: 0px;
    padding: 0px;
}
.sub_p {
    width: 70%;
    margin: 40px 15% 25px 15%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #A1825A;
    line-height: 30px;
}
p.standard {
    width: 80%;
    margin: 25px 10%;
    text-align: justify;
    font-size: 17px;
    line-height: 25px;
    color: #363636;
    text-align-last: center;
}

#form_at {
    text-decoration: none;
    color: #6A802A;
    font-weight: bold;
    padding-bottom: 4px;
}

#slogan {
    margin-top: auto;
    margin: 0px;
    padding: 0px;
    bottom: 0px;
    left: 0px;
}






@media screen and (max-width: 700px) {
    #story {
        width: 80%;
    }
}