/* Main */
.main_page {
    height: 100%;
    width: 100%;
    font-family: "Arial";
    color: white;
    background-color: rgb(255, 200, 200);
    z-index: -1;
}

header {
    padding-top: 2%;
    padding-bottom: 2%;
    color: rgb(255, 200, 200);
    background-color: rgb(200, 50, 100);
    display: flex;
    flex-direction: row;
}

.title {
    width: auto;
    height: auto;
    margin-left: 2%;
    margin-right: 2%;
    user-select: all;
    z-index: 1;
}

#title_link:link,
#title_link:active,
#title_link:visited,
#title_link:hover {
    text-decoration: none;
}

.title_logo {
    padding-left: 2%;
}

main {
    background-color: rgb(255, 200, 200);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2%;
    color: rgb(200, 50, 100);
    z-index: 0;
}

.farm {
    background-color: rgb(255, 200, 200);
    background-image: url("images/strawberry_fields.jpg");
    background-position-y: center;
    background-size: 100% 180%;
    display: block;
    height: 400px;
    width: 100%;
    z-index: 0;
}

#main_content {
    margin: 2%;
}

.main_div {
    margin: 1.8%;
    line-height: 25px;
}

ul {
    margin: 2%;
    margin-left: 3%;
}
li {
    line-height: 25px;
}

#footer {
    margin: 0;
    padding-top: 0.5%;
    line-height: 25px;
    height: 250px;
    width: 100%;
    color: rgb(255, 200, 200);
    background-color: rgb(20, 120, 50);
    z-index: 1;
}

#footer_box {
    margin: 2%;
    margin-bottom: 0;
    height: 80%;
    width: 80%;
    z-index: 2;
}

a {
    color: rgb(255, 200, 200);
}

.contact_list {
    margin: 1%;
    margin-bottom: 0;
}

#copy {
    margin: 0;
    padding-left: 2%;
    padding-bottom: 2%;
    color: rgb(255, 200, 200);
    background-color: rgb(20, 120, 50);
}
