@charset "utf-8";

.sample4_row_4 {
    clear: both;
    background-repeat: no-repeat;
    background-position: center top / cover repeat scroll transparent;
    background-attachment: scroll;
    background-image: url(../images/image4_large.jpg);
    background-size: cover;
    max-width: 100%;
    height: auto;
}
h1.hero8-sample4-heading1 {
    font-size: 32px;
    color: #ede5d5;
    font-weight: 300;
    text-align: center;
    margin-top: 4%;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: 2px;
    text-shadow: 6px 6px 4px #E95448;
    -moz-text-shadow: 3px 3px 4px #E95448;
    -webkit-text-shadow: 3px 3px 4px #E95448;
    text-transform: none;
    max-width: 100%;
}
p.hero8-sample4-p1 {
    color: #FFFFFF;
    text-align:center;
    font-size:14px;
    max-width:90%;
    display:block;
    margin-left:auto;
    margin-right:auto;
    font-weight:400;
    font-family: Lato, sans-serif;
}
.sample4_row_6 {
    clear: both;
    min-height: 100px;
    padding-top: 10%;
    padding-bottom: 2%;
}
@media only screen and (min-width : 768px) {
       h1.hero8-sample4-heading1 {
            max-width: 100%;
            text-align:center;
            font-size: 48pt;
        }
    p.hero8-sample4-p1 {
            color: #FFFFFF;
            text-align:center;
            font-size:22px;
            max-width:90%;
            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-sample4-heading1 {
            max-width: 100%;
            text-align: center;
            font-size: 52pt;
       }
       p.hero8-sample4-p1 {
            color: #FFFFFF;
            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;
        }
    }
