.banner-img {
    max-width: 300px;
}

.img-iphone {
    max-width: 300px;
}

blockquote {
    font-weight: 100;
    font-size: 2rem;
    max-width: 600px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: .5rem;
}

blockquote:before,
blockquote:after {
    position: absolute;
    color: #f1efe6;
    font-size: 8rem;
    width: 4rem;
    height: 4rem;
}

@media (min-width: 768px) {

    blockquote:before {
        content: '“';
        left: -5rem;
        top: -2rem;
    }

    blockquote:after {
        content: '”';
        right: -5rem;
        bottom: 1rem;
    }
    
}

.feature-area {
    padding-top: 50px;
}

.disclaimer {
    padding: 150px 0;
}

.footer-text {
    font-size: 10px;
    color: #555 !important;
}
.footer-text a {
    color: #555 !important;
}

.footer-area {
    position: relative;
    background: rgba(0,0,0,0.8);
}

.footer-area::after {
    display: block;
    content: "";
    background: #000000 url(../img/black-dress-under-water.jpg);
    opacity: 0.4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.footer-links a, .footer-links a:visited {
    color: grey;
}

.footer-links .hi::after { content: attr(data-second); }
.footer-links .hi::before { content: attr(data-first); }
