body {
    background-color: #000;
    color: #0f0;
    font-size: 12pt;
    font-family: Papyrus, fantasy;
    margin: 0;
    padding: 0;
}

h3 {
    font-family: Papyrus, fantasy;
    font-weight: bold;
    font-size: 125%;
    text-decoration-line: underline;
    text-decoration-style: double;
    text-align: center;
}

h4 {
    font-family: Papyrus, fantasy;
    font-weight: bold;
    font-size: 115%;
    color:#E00;
    text-align:center;
    text-shadow: 4px 4px 4px #900;
    margin-bottom: 6px;
    margin-top: 18px;
}

p {
    text-align: justify;
}

a, a:hover, a:visited {
    color: #0f0;
}

#footer {
    padding-top: 50px;
    clear: both;
    height: 50px;
    font-family: serif;
    font-size: 8pt;
    text-align: center;
}

#header {
}
#header.after {
    content: "";
    display: table;
    clear: both;
}
#header1 {
    width: 66.6%;
    text-align:center;
    float:left;
    font-size: 36pt;
}
#header2 {
    width: 33.3%;
    text-align:center;
    float:left;
    height: 300px;
}
#headerText {
    width:100%;
    padding-top: 25px;
}
#headerLogo {
    width:300px;
    height: 300px;
}
#headerSeparator {
    height: 30px;
    clear: both;
}
#quote {
    margin: 20px 0 50px 0;
    clear: both;
    font-size: 24pt;
    color: #CCC;
}
#quote > blockquote {
    text-align: center;
    font-style: italic;
    padding-bottom: 0;
    margin-bottom: 0;
}
p.attribution {
    text-align: right;
    padding-top: 0;
    margin-top: 0;
    padding-right: 50px;
}
p.ingredients {
    font-family: serif;
    font-size:14pt;
    font-style: italic;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 6px;
}

div.separator {
    clear:both;
    padding: 40px 0;
}
hr.section {
    width: 80%;
    border: solid #060 1px;
}

/* Telephone */
@media screen and (max-width: 799px) {
    #header.after {
        content: "";
        display: block;
        clear: both;
    }
    #headerLogo {
        width: 100px;
        height: 100px;
    }
    #header1 {
        width: 100%;
        text-align:center;
        font-size: 24pt;
        clear: both;
    }
    #header2 {
        width: 100%;
        text-align:center;
        height: 100px;
        clear: both;
    }
    #bodyDiv {
        margin:0 auto 25px auto;
    }
    #header {
        margain:0;
    }
    div.row {
        width: 100%;
        margin:10px 0;
        clear: both;
    }
    div.imageDiv {
        width: 350px;
        margin: 10px auto;
        text-align:center;
    }
    img.sideImage {
        width: 350px;
        height:350px;
    }
    div.textContent {
        margin: 20pt;
        text-align: justify;
    }
}

/* Little Tablet */
@media screen and (min-width: 800px) {
    #bodyDiv {
        width:800px;
        margin:0 auto 25px auto;
    }
    #header {
        margain:0;
    }
    div.row {
        width: 100%;
        margin:10px 0;
        clear: both;
    }
    div.imageDiv {
        width: 350px;
        margin: 0 0 auto 0;
        float: left;
    }
    img.sideImage {
        width: 350px;
        height:350px;
    }
    div.textContent {
        float: right;
        width: 440px;
        text-align: justify;
    }
}

/* Computer */
@media screen and (min-width: 1000px) {
    #bodyDiv {
        width:1000px;
        margin:0 auto 25px auto;
    }
    #header {
        margain:0;
    }
    div.row {
        width: 100%;
        margin:10px 0;
        clear: both;
    }
    div.imageDiv {
        width: 350px;
        margin: 0 0 auto 0;
        float: left;
    }
    img.sideImage {
        width: 350px;
        height:350px;
    }
    div.textContent {
        float: right;
        width: 640px;
        text-align: justify;
        font-size: 16pt;
    }
}
