p.less-margin {
    margin-bottom: 5px;
}

.title-art, .title-legal {
    display: none;
}

.tag-art .title-art {
    display: inline;
    font-weight: 300;
    color: #6496a5;
}

.tag-legal .title-legal {
    display: inline;
    font-weight: 300;
    color: #91ad89;
}

.l-content {
    margin: 0 auto;
}

/*** photography ****/

.button-group button {
    margin: 0 6px 6px 0;
    font-size: 1.5rem;
    line-height: 1.9em;
}

#photography {
    padding-top: 1em;
}

#photography .photos {
    display: inline-block;
    width: 25%;
}

.photos img {
    width: 96%;
}

#page_contact div {
    padding-bottom: 10px;
}

#page_contact label {
    width: 150px;
    display:inline-block;
}

#page_contact #fld_name, #page_contact #fld_email {
    width: 254px;
}

#page_contact textarea {
   width: 258px;
   height: 200px;
}

#page_contact #submit {
    margin-left: 340px;
}

#page_contact #warn {
    visibility: hidden;
    font-style: italic;
}

@media (max-width: 48em) {

    #photography .photos {
        display: inline-block;
        width: 33%;
    }
}

@media (max-width: 30em) {

    #photography .photos {
        display: inline-block;
        width: 50%;
    }

    .button-group button {
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .button-group {
        display: none;
    }

    #page_contact #submit {
        margin-left: 197px;
    }
}

