#pagewrapper {
    text-align: center;
    height: 100%;;
}

#maincontent {
    background-image: url('../background.png');
    background-position: top left;
    background-position-y: -50px;
    background-color: #2EC1CF;
    height: 100%;
    padding: 20px;
    overflow: scroll;
}

#logo img {
    width: 100%;
    max-width: 700px; 
    padding: 30px;
}

#intro {
    font-size: 1.7em;
    font-family: 'Bowlby One', cursive;
    max-width: 1000px;
    margin: 10px auto;
}

#intro ul {
    list-style: none;
    margin-top: 0px;
}


#intro li {
    display: inline-block;
}

#intro li:before {
    content: '\2022';
    margin-right: 0.5em;
}

#contactform {
    margin : 30px auto;
    max-width: 1000px;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #231E1F;
}

#contactform table {
    width: 100%;
    padding: 10px;
}



#contactform table td {
    padding: 5px;
}

#formintro, #formsent {
margin: auto;
    font-family: 'Bowlby One', cursive;
    font-size: 2em;
    padding-top: 30px;
    max-width: 700px;
    clear: both;
}

#formsent {
    color: #F69428;
}

.field {
    color: white;
    text-align: left;
}

.value {
    text-align: left;
}

.value input, .value  textarea {
    width: 100%;
}

#contactform input[type='text'] {
    height: 20px;
}

#address {
    height: 100px;
}

#notes {
    height: 100px;
}

button {
    border: thin solid black;
    background: white;
    padding: 10px 50px;
    margin: 20px;
    font-size: 1.2em;
    cursor: pointer;
}

button:hover {
    background: #F69428;
}