#notify {
    background: #90a71e;
    padding: 5px;
    margin-bottom: 10px;
    color: #fff;
}

#cform label,
#cform input,
#cform textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 5px;
    resize: none;
    font-family: Roboto Condensed, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

#cform input,
#cform textarea {
    margin-bottom: 10px;
    border: none;
}

#cform input[type=submit] {
    margin-top: 10px;
    background: #774820;
    color: #fff;
    width: 100%;
}

html,
body {
    color: #774820;
}

h3 {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
}