body {
    margin-top:0; 
    margin-left:auto; 
    margin-right:auto; 
    background-color: hsl(46.67, 14.75%, 88.04%);
    color: hsla(180, 5.88%, 20%, 1);
    font-family: "PT Serif";
}

#hero {
    font-family: "Marcellus";
    left: auto;
    background-image: url("/images/dave.png");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1350px;
    background-position-x: center;
    margin: auto;
}

#hero h1 {
    color: hsl(46.67, 14.75%, 88.04%);
    font-size: 56px;
    font-weight: normal;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#hero h2 {
    color: hsl(172.94, 10.43%, 31.96%);
    font-weight: normal;
    text-align: center;
    font-size: 50px;
    padding-top: 0px;
    margin-top: 0px;
}

#subHero {
    color: hsl(17.24, 50.29%, 66.08%);
    font-weight: normal;
    text-align: center;
    font-size: 50px;
    padding-top: 0px;
    margin-top: 0px;
    background-color: hsl(172.94, 10.43%, 31.96%);
}

.body {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.bodyWhite {
    margin: 0;
    background-color: white;
}

h1 {
    font-family: "Marcellus";
    font-size: 68px;
    font-weight: normal;
}

h3 {
    color: hsl(17.24, 50.29%, 66.08%);
    font-weight: normal;
    font-size: 50px;
}

h3 a {
    color: hsl(17.24, 50.29%, 66.08%);
}

h4 {
    font-size: 34px;
    font-weight: normal;
}

h5 {
    font-size: 28px;
    font-weight: normal;
}

p {
    padding: 0 50px 0 50px;
}

.center {
    margin: auto;
    display: block;
    text-align: center;
}

.inputText {
    background-color: hsl(46.67, 14.75%, 88.04%);
    border: 1px dotted #000;
    height: 45px;
    width: 500px;
    color: hsl(172.94, 10.43%, 31.96%);
    font-family: "PT Serif";
    font-size: x-large;
}

.textareaText {
    background-color: hsl(46.67, 14.75%, 88.04%);
    border: 1px dotted #000;
    height: 200px;
    max-width: 1100px;
    min-width: 900px;
    font-size: large;
    color: hsl(172.94, 10.43%, 31.96%);
    font-family: "PT Serif";
    margin: 0 50px 0 50px;
}

input {
    font-size: x-large;
    margin: 0 50px 0 50px;
}
.error {
    color: #c00; 
}

#fileUpload
{
    margin: 40px 40px 0 40px;  
    border:2px solid hsl(50, 2%, 50%); 
    width:100%; 
    min-height:200px;
    margin:auto; 
    text-align:center; 
}

#fileUpload h1
{
    color: hsl(50, 2%, 50%); 
    font-weight: normal; 
    font-size: 30px;
    margin:auto; 
    padding-top:30px; 
}
#fileUpload p
{
    text-align:left; 
}

.submit
{
width:350px; 
height:60px;
}

.butterflies
{
    float:left; 
    padding:20px;
}

.update
{
    border: 1px dotted hsl(172.94, 10.43%, 31.96%);
    background-color: hsl(17.24, 50.29%, 66.08%);
    margin:0 10px;
}

@media (max-width: 767px) {
.textareaText {
    height: 200px;
    max-width: 500px;
    min-width: 200px;
    margin: 0 20px 0 20px;
}

.mobileFriendly
{
    width:100%;
}

.inputText {
    width: 200px;
    font-size: medium;
}

h1 
{
    font-size:45px; 
} 

input {
    font-size: medium;
    margin: 0 20px 0 20px;
}

#hero {
    font-family: "Marcellus";
    background-image: url("/images/dave.png");
    background-repeat: no-repeat;
    background-size:cover;
    min-height: 500px;
    background-position-x:center;
    margin: auto;
}

#hero h1 {
    color: hsl(46.67, 14.75%, 88.04%);
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#hero h2 {
    color: hsl(172.94, 10.43%, 31.96%);
    font-weight: normal;
    text-align: center;
    font-size: 30px;
    padding-top: 0px;
    margin-top: 0px;
}

#subHero {
    color: hsl(17.24, 50.29%, 66.08%);
    font-weight: normal;
    text-align: center;
    font-size: 50px;
    padding-top: 0px;
    margin-top: 0px;
    background-color: hsl(172.94, 10.43%, 31.96%);
}

.submit
{
    width:200px; 
}

p {
    padding: 0 10px 0 10px;
}

.butterflies
{
    float:none; 
    padding:20px 0 20px 0;
    width:100%; 
}

}