button {
    height: 60px;
    width: 100%;

    color: #1c9e0e;
    background-color: #efc75d;
    border: 3px solid #1c9e0e;

    font-size: 1.5em;
    font-weight: 500;
    /*line-height: 200%;*/

    outline: none;

}

/*button.image_button {
    background-color: #ffffff;
    max-width: 400px;
}*/

button:hover {
    text-decoration: underline;
}

button.sendMessage {
    /*max-width: 300px;*/

}

input {
    height: 60px;
    width: 100%;

    padding: 10px 10px 10px 10px;
    color: #b39546;
    font-size: 1.5em;
    font-weight: 500;

    border: 3px solid #b39546;
    background-color: white;
    outline: none;
}

input.searchInput {

    background-image: url("../imgs/ico_search.png");
    background-repeat: no-repeat;
    background-position: right;

}

textarea {
    min-height: 200px;
    width: 100%;

    padding: 10px 10px 10px 10px;
    color: #b39546;
    font-size: 1.5em;
    font-weight: 500;

    border: 3px solid #b39546;
    background-color: white;
    outline: none;

    margin-top: 10px;
    margin-bottom: 10px;
}

