h1 *, h1, h2 {
    font-family: "narzissmediumregular", sans-serif;
    text-transform: uppercase;
    font-size: 48px;
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 1;
    display: block;
}

h1 {
    margin-top: 40px;
}

div * p {
    font-family: "Futura Std Light", sans-serif;
    font-size: 16px;
    margin-top: 20px;
}

.row img {
    max-width: 100%;
}

.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);
}

@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;
    }
}