﻿.text {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.8;
}

.title {
    padding: 30px 0;
    font-size: 35px;
}

h4 {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333;
}

ol.numbered-list {
    list-style-type: decimal;
    margin-left: 30px;
}

.top-nav-wrapper .top-nav {
    border-bottom: none;
}

.team-hero {
    height: 500px;
    min-height: 300px;
    padding-bottom: 20px;
    background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url(/img/events/wedding-1.jpg) center/cover;
    /*background: url(/img/events/wedding-1.jpg) top center no-repeat;
    background-size: cover;*/
}

    .team-hero .wrapper h1 {
        padding-top: 120px;
        color: #fff;
        font-size: 50px;
        text-shadow: 1px 1px 2px #000;
    }

    .team-hero .wrapper p {
        font-size: 1.6rem;
        line-height: 1.8;
        letter-spacing: 0;
        padding-top: 20px;
        color: #fff;
        text-shadow: 1px 1px 2px #000;
    }

@media only screen and (max-width: 34.375em) {
    .team-hero {
        height: auto;
    }

        .team-hero .wrapper h1 {
            padding-top: 20px;
            font-size: 33.5px;
            line-height: 1.3;
        }

        .team-hero .wrapper p {
            line-height: 1.6;
        }
}

.about-us-section {
    padding-top: 60px;
    height: auto;
}

    .about-us-section .about-us-text .title {
        padding-top: 10px;
    }

    .about-us-section .about-why {
        position: relative;
        margin-top: 10px;
    }

        .about-us-section .about-why .quote-graphic {
            display: block;
            width: 100%;
            height: 331px;
            max-width: 100%;
            max-height: 100%;
            background: url(/img/about/quote-photo.png) center center no-repeat;
        }

@media only screen and (max-width: 34.375em) {
    .about-us-section {
        padding: 40px 0 50px;
    }

        .about-us-section .about-us-text {
            padding-top: 30px;
        }

        .about-us-section .about-why .quote-graphic {
            display: block;
            height: 280px;
            background-size: contain;
        }
}

.about-us-section .about-why .i-need-a {
    padding-top: 10px;
    height: 35px;
    width: 100%;
    text-align: center;
}

.contact-us {
    padding: 120px 0 80px;
}

@media only screen and (max-width: 34.375em) {
    .contact-us {
        padding: 30px 0;
    }
}
