body {
    margin: 0;
    font-family: Mulish, Arial, Helvetica, sans-serif;
}

.footer {
    height: 366px;
    padding: 15px 30px 15px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.footer-pic {
    /* background-color: #7A3035; */
    width: 316px;
    height: 316px;
}

.footer-text {
    padding: 10px 0px 10px 0px;
    color: #7A3035;
}

.header {
    height: 321px;
    padding: 15px 30px 15px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.header-pic {
    background-color: #7A3035;
    width: 316px;
    height: 316px;
}

.header-nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.header-item {
    padding-right: 35px;
}

.form-control {
    font-family: Mulish, Arial, Helvetica, sans-serif;
}

.title {
    color: #7A3035;
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
}

.body {
    margin: 0px 20px 20px 20px;
}

.info-text {
    font-size: 16px;
    color: #282828;
    text-align: center;
}

.service-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.service {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex: 0 0 auto;
    flex-flow: column nowrap;
    width: 400px;
    height: 500px;
    margin: 0px 24px 48px 24px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.service-title {
    color: #7A3035;
    font-size: 20px;
    margin: 10px 0px 10px 0px;
}

.service-pic {
    background-color: #7A3035;
    width: 360px;
    height: 240px;
    margin-bottom: 10px;
}

.service-text {
    padding: 0px 10px 0px 10px;
    margin-bottom: 10px;
}

input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input[type=submit] {
    background-color: #7A3035;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #7A3035;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    margin: 20px 20px 0px 20px;
}
