@charset "utf-8";

.sample5_row_4 {
    clear: both;
    background-repeat: no-repeat;
    background-position: center top / cover repeat scroll transparent;
    background-attachment: scroll;
    background-image: url(../images/image5_large.jpg);
    background-size: cover;
    max-width: 100%;
    height: auto;
}
h1.hero8-sample5-heading1 {
    font-size: 32px;
    color: #ede5d5;
    font-weight: 300;
    text-align: center;
    margin-top: 4%;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    letter-spacing: 2px;
    text-shadow: 3px 3px 4px #E95448;
    -moz-text-shadow: 3px 3px 4px #E95448;
    -webkit-text-shadow: 3px 3px 4px #E95448;
    text-transform: none;
    max-width: 100%;
}
p.hero8-sample5-p1 {
    color: #000000;
    text-align:center;
    font-size:22px;
    max-width:70%;
    display:block;
    margin-left:auto;
    margin-right:auto;
    font-weight:400;
    font-family: Lato, sans-serif;
}

.sample5_row_6 {
    clear: both;
    min-height: 100px;
    padding-top: 10%;
    padding-bottom: 2%;
}
@media only screen and (min-width : 768px) {
       h1.hero8-sample5-heading1 {
            max-width: 100%;
            text-align:center;
            font-size: 48pt;
        }
    p.hero8-sample5-p1 {
    color: #000000;
    text-align:center;
    font-size:22px;
    max-width:70%;
    display:block;
    margin-left:auto;
    margin-right:auto;
    font-weight:400;
    font-family: Lato, sans-serif;
}

    }

@media only screen and (min-width : 1024px) {
       h1.hero8-sample5-heading1 {
            max-width: 100%;
            text-align: center;
            font-size: 52pt;
       }
    p.hero8-sample5-p1 {
    color: #000000;
    text-align:center;
    font-size:22px;
    max-width:70%;
    display:block;
    margin-left:auto;
    margin-right:auto;
    font-weight:400;
    font-family: Lato, sans-serif;
}

   }