:root {
    --primary-background-color: #F4E1C1;
    --primary-font-color: #333333;
    --secondary-background-color: #333333;
    --secondary-font-color: #FFFFFF;
}

body {
    background-color: var(--secondary-background-color);
    color: var(--primary-font-color);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: var(--secondary-background-color);
    background-size: cover;
    border: none;
    color: var(--secondary-font-color);
    height: auto;
    left: 0;
    padding-bottom: 5px;
    overflow: hidden;
    top: 0;
    width: 100%;
}
.header-top {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.header-top a {
    text-decoration: none;
    color: var(--secondary-font-color);
}
.header-logo {
    align-items: center;
    font-family: "Gabriela", serif;
    font-size: 40px;
    margin: 20px;
    position: relative;
    text-align: center;
    width: auto;
}
.header-text {
    align-items: center;
    font-family: "Gabriela", serif;
    font-size: 20px;
    font-style: italic;
    margin: 20px;
    position: relative;
    text-align: center;
    transform: skew(-10deg); /* Makes italics more pronounced */
    width: auto;
}
@media only screen and (max-width: 1050px) {
    .header-logo {
        font-size: 30px;
    }
    .header-text {
        font-size: 15px;
    }
}
@media only screen and (max-width: 800px) {
    .header-top {
        justify-content: center;
        flex-direction: column;
    }
    .header-logo {
        font-size: 30px;
        margin-bottom: 0;
    }
    .header-text {
        margin-top: 10px;
    }
}

nav {
    border: 5px double var(--secondary-font-color);
    border-radius: 10px;
    margin: 0 0;
}
nav ul {
    list-style-type: none;
    display: flex;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    padding: 0;
}
nav ul li {
    margin: 0 25px;
    text-transform: uppercase;
}
nav ul li a {
    color: var(--secondary-font-color);
    text-decoration: none;
}
@media only screen and (max-width: 550px) {
    nav ul {
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 0;
    }
    nav ul li {
        margin: 10px 0;
    }
}
@media only screen and (max-width: 575px) {
    
}

footer {
    background-color: var(--secondary-background-color);
    color: var(--secondary-font-color);
    font-size: 20px;
    text-align: center;
}
footer ul {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}
footer ul li {
    margin: 0 25px;
}
footer ul li a {
    color: var(--secondary-font-color);
    text-decoration: none;
}
footer .copyright {
    align-items: center;
    color: rgb(125, 125, 125);
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 10px;
}
@media only screen and (max-width: 1125px) {
    footer .desktop-only {
        display: none;
    }
}
@media only screen and (max-width: 700px) {
    footer ul {
        flex-direction: column;
    }
    footer ul li {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 400px) {
    footer {
        font-size: 14px;
    }
}

h1 {
    font-size: 36px;
    text-align: center;
}
h2 {
    font-size: 28px;
}
p {
    font-size: 22px;
}
@media only screen and (max-width: 700px) {
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 24px;
    }
    p {
        font-size: 18px;
    }
}

section {
    background-color: var(--primary-background-color);
    display: flow-root;
}

.home-page-h1 {
    font-size: 38px;
    text-align: center;
}
.home-page-content {
    display: flex;
    flex-direction: row;
    margin-top: 0px;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
}
.home-page-content ul {
    font-size: 22px;
}
.home-page-content figure{
    background-color: var(--secondary-background-color);
    border-radius: 15%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    color: var(--secondary-font-color);
    height: fit-content;
    width: fit-content;
    padding: 5px;
}
.home-page-content figure img {
    width: 400px;
}
.home-page-content figure figcaption {
    font-size: 22px;
    text-align: center;
}
@media only screen and (max-width: 950px) {
    .home-page-content {
        margin-bottom: 25px;
        margin-left: 25px;
        margin-right: 25px;
    }
    .home-page-content figure img {
        width: 300px;
    }
    .home-page-content figure figcaption {
        font-size: 16px;
    }
}
@media only screen and (max-width: 700px) {
    .home-page-h1 {
        font-size: 24px;
    }
    .home-page-content {
        flex-direction: column-reverse;
        align-items: center;
    }
    .home-page-content ul {
        font-size: 18px;
    }
}

.products {
    padding-bottom: 50px;
}
.products h2 {
    margin: 0 50px;
}
.products p {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.contact-header {   
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}
.contact-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.contact-form {
    border: 2px solid var(--primary-font-color);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-size: 22px;
    padding-left: 20px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
    max-width: 500px;
    margin: 30px;
    border-radius: 8px;
    display: block;
}
.contact-form h2 {
    text-align: center;
    margin-top: 0;
    font-size: 32px;
}
.contact-form input, textarea {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background-color: var(--secondary-font-color);
    color: var(--primary-font-color);
    border-radius: 4px;
    font-size: 22px;
}
.contact-form button {
    padding: 10px 20px;
    background-color: #228B22 ;
    color: var(--secondary-font-color);
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 22px;
    display: block;
    margin: 0 auto;
    transition: background-color 0.1s ease, color 0.1s ease;
}
.contact-form button:hover {
    background-color: #1e7a1e;
}
.contact-content ul {
    font-size: 22px;
    list-style-type: none;
    margin: 30px;
}
.contact-content ul li {
    margin-bottom: 20px;
}
.contact-content ul li a {
    color: var(--primary-font-color);
    text-decoration: none;
}
@media only screen and (max-width: 800px) {
    .contact-content {
        flex-direction: column-reverse;
        justify-content: center;
    }
    .contact-form {
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
    }
    .contact-form h2 {
        font-size: 24px;
    }
    .contact-form input, textarea {
        font-size: 18px;
    }
    .contact-form button {
        font-size: 18px;
    }
    .contact-content ul {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }
    .contact-content ul li {
        font-size: 18px;
    }
}
@media only screen and (max-width: 585px) {
    .contact-form {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.about-us {
    margin-top: 0px;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

.simple-page {
    text-align: center;
    padding-bottom: 200px;
}