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

#content {
    width: 100%;
    min-height: 100vh;
    display: flex;
    background-image: url("photos/uliveti.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
h1 {
    width: 100%;
    text-align: center;
    margin: 60px auto 50px auto;
    color: #6A802A;
}
#story {
    margin-left: 60%;
    top: 0;
    width: 40%;
    min-height: min-content;
    background-color: rgba(254, 254, 254, .85);
    padding: 0px;
}

.sub_p:nth-child(1) {
    color: #363636;
    opacity: .85;
    margin-bottom: 50px;
}
.sub_p {
    width: 70%;
    margin: 25px 15%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #A1825A;
    line-height: 27px;
}
ol {
    padding-left: 0px;
}
.standard {
    width: 80%;
    margin: 25px 10%;
    text-align: justify;
    text-align-last: center;
    font-size: 17px;
    line-height: 25px;
    color: #363636;
    list-style-type: none;
}
.standard img {
    margin-top: 25px;
    margin-bottom: 10px;
}
.icons {
    width: 7.5%;
}

#form_at {
    text-decoration: none;
    color: #FFF;
    padding: 5px 35px;
    background-color: #A1825A;
    border-radius: 5px;
}
#form_at:hover {
    opacity: .9;
}

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


@media screen and (max-width: 700px) {
    #story {
        width: 80%;
        margin-left: 20%;
    }   
.icons {
    width: 15%;
}
}