body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    color: #4f4f4f;
}

@media screen and (min-width: 25em){
    html { font-size: calc( 16px + (24 - 16) * (100vw - 400px) / (800 - 400) ); }
}

a {
    color: #000;
    text-decoration: none;
}

h1, h2, h3, p {
    line-height: 1.2;
    margin: 0 0 1em 0;
}

.box {
    padding: 5vw;
}

.inverse {
    background-color: orangered;
    color: white;
}

header {
    margin: 0;
    text-align: center;
}

header h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 3.5em;
    margin-bottom: 0.05em;
}

header h2 {
    font-family: 'Arvo', serif;
    font-size: .8em;
    margin-bottom: 0;
}

.header-icon {
    font-size: 15.5vw;
}

.services {
    flex-direction: row;
}

.service {
    margin: 0 auto 2em;
    max-width: 640px;
    text-align: center;
}

.service:last-child {
    margin-bottom: 0;
}

.service:last-child p {
    margin-bottom: 0;
}

.service-icon {
    font-size: 1.75em;
    font-weight: normal;
    margin-bottom: .1em;
    color: #4f4f4f;
    display: block;
    clear:both;
}

.service h3 {
    font-size: 1.5em;
    margin-bottom: .25em;
    color: orangered;
    font-family: 'Dancing Script', cursive;
}

.service p {
    font-size: .9em;
}

.service .tel {
    font-weight: bold;
}

.contact {
    text-align: left;
}

.contact label {
    text-align: left;
    font-weight: bold;
}

.contact input,
.contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: .2em;
    margin-bottom: 1em;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.contact button {
    padding: .4em;
    background: orangered;
    color: white;
    width: 100%;
    border: 0;
}

footer {
    text-align: center;
    padding: 1em;
}