*
{
    margin: 0;
    padding: 0;
}


header
{
    background-image: url('../Images/Banner.jpg');
    background-attachment: fixed;
    background-size: 100%;
}

header h1
{
    color: #ffffff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 50px;
}

nav
{
    background-color: chocolate;
}

nav ul
{
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

li
{
    float: left;
}

nav li a
{
    display: block;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    padding: 14px 30px;
    font-size: 50px;
}

nav li a:hover
{
    background-color: #d2481e;
}

.active
{
    background-color: #d2481e;
}

.QandA
{
    float: right;
}

main
{
    font-family: Calibri, sans-serif;
    font-size: 30px;
    margin: 10px;
    margin-bottom: 30px;
}

main h2
{
    text-align: center;
    padding-bottom: 15px;
}

.intro
{
    font-size: 40px;
    margin-bottom: 10px;
}

.container
{
    display: flex;
    align-items: flex-start;
    justify-content: left;
}

.chutney_image
{
    float: left;
}

.chutney_image_size
{
    max-height: 600px;
    max-width: 600px;
    min-height: 100px;
    min-width: 100px;
}

.text
{
    margin-left: 10px;
}

div.text ul
{
    display: block;
}

div.text ul li, div.text ol li
{
    float: none;
    margin-left: 30px;
}

ol.method li
{
    margin-bottom: 15px;
}

div.text h2
{
    text-align: inherit;
    padding: inherit;
    font-size: 55px;
}

div.text h3
{
    font-size: 40px;
}

div.text h4
{
    font-size: 45px;
}

div.text p
{
    font-size: 40px;
}

.form
{
    display: flex;
    align-items: center;
    justify-content: center;
}

form
{
    width: 550px;
    padding: 10px;
    border-radius: 5px;
}

fieldset
{
    margin: 5px;
    padding: 5px 20px;
    border: 1px solid #000;
    border-radius: 5px;
}

.tos
{
    border: none;
}

.tos input, .tos label
{
    display: inline;
    font-size: 16px;
    font-weight: initial;
}

.tos input
{
    width: 20px;
}

.tos label
{
    color: #777777;
}

legend
{
    font-weight: bold;
}

label, input
{
    display: block;
    font-size: 25px;
    margin-top: 2px;
    width: 100%;
}

label
{
    font-weight: bold;
}

textarea
{
    width: 100%;
    background-color: transparent;
    height: 200px;
}

.submit
{
    background-color: chocolate;
    width: 100%;
    border: none;
    border-radius: 20px;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}

.submit:hover
{
    background-color: #d2481e;
}

footer
{
    position: fixed;
    bottom: 0;
    margin: 5px;
    display: flex;
}

footer button
{
    margin: 5px;
}

footer div
{
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 5px;
}

footer div p
{
    margin-right: 5px;
}