#primary .container {
    max-width: 1600px;
}
h1 {
    text-transform: uppercase;
}
h1 > span {
    text-transform: none;
    display: block;
    color: var(--blue);
}
.intro {
    max-width: 900px;
    margin: 0 auto 1.5em;
}
.designer-photo {
    max-width: 300px;
    margin: 0 auto 1em;
    border-radius: 20px;
    overflow: hidden;
    line-height: 0;
    box-shadow: 0px 10px 6px rgba(0, 0, 0, 0.16);
}
p.designer-title {
    font-size: 1.8rem;
    font-family: 'Fredoka One', cursive;
    margin-bottom: 0.25em;
    color: var(--green);
}
p.designer-name {
    font-size: 22px;
    text-align: center;
}
.service-locations p {
    margin-bottom: 0;
}
.project-gallery-image {
    position: relative;
    line-height: 0;
    margin-bottom: 1.5em;
}
.project-gallery-image a {
    display: block;
    line-height: 0;
    position: relative;
}
.designer-photo img,
.project-gallery-image img {
    width: 100%;
}
.project-gallery-image a {
    position: relative;
    line-height: 0;
    padding-bottom: 75%;
    width: 100%;
    overflow: hidden;
    display: block;
    border: 2px solid #FFF;
    border-radius: 20px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
}
.project-gallery-image img {
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.project-gallery-image span.magnify {
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.75);
    z-index: 100;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #FFF;
    font-size: 2rem;
    text-decoration: none;
    transition: all ease 0.5s;
}
.project-gallery-image a:hover span.magnify {
    opacity: 1;
}
.contact-wrapper .flexed {
    margin-bottom: 1.5em;
}

@media screen and (max-width: 1023px){
    .project-gallery-image.block-32 {
        flex-basis: 48%;
    }
    p.designer-title {
        font-size: 1.5rem;
    }
    .contact-wrapper .flexed {
        display: block;
    }
    .contact-wrapper .section-photo {
        margin-bottom: 1.5em;
    }
}
@media screen and (max-width: 900px){
    p.designer-title {
        font-size: 1.25rem;
    }
}
@media screen and (max-width: 800px){
    .entry-content .sm-row > .flexed {
        display: block
    }
    .project-details {
        margin-bottom: 2em;
    }
    p.designer-title {
        font-size: 1.8rem;
        text-align: center;
    }
}
@media screen and (max-width: 460px){
    .project-gallery .flexed {
        display: block;
    }
}