@charset "utf-8";

.sample7_row_4 {
    clear: both;
    background-repeat: no-repeat;
    background-position: center top / cover repeat scroll transparent;
    background-attachment: scroll;
    background-image: url(../images/image7_large.jpg);
    background-size: cover;
    max-width: 100%;
    height: auto;
}
h1.hero8-sample7-heading1 {
    font-size: 32pt;
    color: #ede5d5;
    font-weight: 400;
    text-align: center;
    margin-top: 4%;
    font-family: "Acier BAT Text Gris", "Acier BAT Text Noir", "Acier BAT Text Outline";
    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%;
    font-style: normal;
}
p.hero8-sample7-p1 {
    color: #FFFFFF;
    text-align: center;
    font-size: 22px;
    max-width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: 100;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.sample7_row_6 {
    clear: both;
    min-height: 100px;
    padding-top: 10%;
    padding-bottom: 2%;
}
@media only screen and (min-width : 768px) {
       h1.hero8-sample7-heading1 {
            max-width: 100%;
            text-align:center;
            font-size: 48pt;
        }
        p.hero8-sample7–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: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
          }
    }
@media only screen and (min-width : 1024px) {
       h1.hero8-sample7-heading1 {
            max-width: 100%;
            text-align: center;
            font-size: 64pt;
       }
        p.hero8-sample7-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: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
        }
   }