.contacts {}

.contacts article {
    color: grey;
    font-size: 11pt;
    margin: 0 20px;
}

.contacts form {}

.contacts form label {
    padding: 5px 0;
    display: block;
}

.contacts form label span {
    display: block;
    color: grey;
    text-transform: uppercase;
    font-size: 10pt;
}

.contacts form label input {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: black;
    line-height: 35px;
    padding: 0 25px;
    width: calc(100% - 50px);
    border-radius: 25px;
    font: inherit;
    color: rgb(75, 75, 75);
    height: 35px;
}

.contacts form label textarea {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: black;
    line-height: 20pt;
    padding: 0 25px;
    width: calc(100% - 50px);
    height: 200px;
    resize: none;
    border-radius: 15px;
    font: inherit;
    color: rgb(75, 75, 75);
    line-height: 25pt;
}

.contacts form label button {
    width: 100%;
    border: 1px solid #26336a;
    border-radius: 25px;
    color: #26336a;
    display: inline-block;
    font-weight: 700;
    line-height: 35px;
    padding: 0 25px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 200ms; /* For Safari 3.1 to 6.0 */
    transition: all 200ms;
    background-color: transparent;
}

.contacts form label button:hover {
    background-color: #26336a;
    color: white;
}

.contacts #map-canvas {
    width: 100%;
    height: 400px;
}
