.row {
    display: flex;
}

.ed-text {
    display: table-cell;
    z-index: 1;
}

.ed-text > div {
    text-align: right;
}

.ed-text > div > img {
    height: 40px;
}

.ed-img {
    display: inline-grid;
}

.ed-img > img {
    height: 100%;
    margin-left: -30px;
    width: auto;
}

h1, h2, h3 {
    font-family: "Futura Std Light", sans-serif;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 1;
    display: block;
}

.line {
    width: 200px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 8px;
}

h1 {
    font-size: 40px;
    display: block;
}

h2 {
    font-size: 35px;
    display: block;
}
h3 {
    font-size: 30px;
    display: block;
}

.contactbutton {
    margin-top: 0 !important;
}

div * p {
    font-family: "Futura Std Light", sans-serif;
    font-size: 16px;
    margin-top: 20px;
}

.leftimg {
    display: grid;
    margin-right: -25px;
    align-items: center;
}

.leftimg > img {
    width: 100%;
}

.rightimg {
    margin-left: -25px;
    align-items: center;
}

.rightimg > img {
    max-width: 100%;
}

.behindimg {
    position: absolute;
    opacity: 0.6;
    margin-top: 80px;
    width: 550px;
    height: auto;
    max-width: 100%;
}

.behindimg-right {
    opacity: 1;
    margin-top: -50px;
    margin-left: -100px;
}

.pillbutton, .pillbutton:hover, .pillbutton:visited {
    font-family: "Futura Std Medium", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #b38e57;
    color: white;
    padding: 4px 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.42857147;
    display: inline-block;
    text-decoration: none;
    border-radius: 20px;
    background: #f3e2c7;
    background: -moz-linear-gradient(left, #F0C0A0 0%, #C08050 100%);
    background: -webkit-linear-gradient(left, #F0C0A0 0%, #C08050 100%);
    background: linear-gradient(90deg, rgba(255, 218, 162, 1) 0%, rgba(179, 142, 87, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F0C0A0", endColorstr="#C08050", GradientType=1);
}

.gold {
    color: #ebc07d;
}

.showsmall {
    align-self: center;
}

@media (max-width: 767px) {
    .ed-text > div {
        text-align: center;
    }

    .ed-img, .leftimg, .rightimg {
        display: none;
    }

    .row {
        display: block;
    }

    .showsmall {
        display: block;
        max-width: 90%;
        text-align: -webkit-right;
    }
}