/* Hero */
/* ==== */

#home-hero {
    min-height: 500px;
    color: #fff;
    text-align: center;
    background: #33a7ae url('../images/hero.jpg') no-repeat center center;
            background-size: cover;
}

#home-hero h1 {
    font-family: 'Pluto Sans Cond';
    font-size: 62px;
    letter-spacing: 2px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 120px 0 0 0;
    margin: 0;
    color: #fff;
}

#home-hero h2 {
    font-family: 'Pluto Sans Cond';
    font-size: 38px;
    margin: 0 0 30px 0;
    color: #fff;
}

.hero-button {
    border-color: #fff;
}

.hero-button:hover,
.hero-button:focus {
    border-color: #fff;
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    #home-hero h1 {
        font-size: 52px;
        padding: 140px 0 0 0;
    }

    #home-hero h2 {
        font-size: 32px;
        margin: 0 0 30px 0;
    }

}

/* Responsive :: Mobile */
/* ==================== */

@media screen and (max-width: 767px) {

    #home-hero {
        min-height: 220px;
    }

    #home-hero h1 {
        font-size: 32px;
        line-height: 1.2;
        padding-top: 55px;
    }

    #home-hero h2 {
        font-size: 23px;
        margin-bottom: 0;
        padding-bottom: 40px;
    }

    .mobile-callout a {
        font-size: 16px;
        letter-spacing: 0.05em;
        font-family: 'Pluto Sans', sans-serif;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        color: #FFF;
        background: #2c989e;
        display: block;
        width: 100%;
        padding: 25px 0;
        border-bottom: none;
        -webkit-transition: background-color .25s ease-in-out;
           -moz-transition: background-color .25s ease-in-out;
            -ms-transition: background-color .25s ease-in-out;
             -o-transition: background-color .25s ease-in-out;
                transition: background-color .25s ease-in-out;
    }

    .mobile-callout a:hover {
        background-color: #006971;
    }

    .mobile-callout-2 {
        border-top: 1px solid #64bcc1;
        border-bottom: 1px solid #21787d;
    }

    .mobile-callout-2 a {
        border-top: 1px solid #21787d;
        border-bottom: 1px solid #64bcc1;
    }

}

/* Retina Displays */
/* =============== */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {



}