@charset "utf-8";

.sample8_row_4 {
    clear: both;
    background-repeat: repeat;
    background-position: center top / cover repeat scroll transparent;
    background-attachment: scroll;
    background-image: url(../images/brick5.png);
    background-size: cover;
    max-width: 100%;
    height: auto;
}
h1.hero8-sample8-heading1 {
    font-size: 32px;
    color: #031CE0;
    font-weight: bold;
    text-align: center;
    margin-top: 4%;
    font-family: "Neon Tubes 2";
    letter-spacing: 2px;
    text-shadow: 6px 6px 4px #70ADD9;
    -moz-text-shadow: 3px 3px 4px #E95448;
    -webkit-text-shadow: 3px 3px 4px #E95448;
    text-transform: none;
    max-width: 100%;
    font-style: normal;
    background-repeat: repeat;
    font-variant: small-caps;
}
p.hero8-sample8-p1 {
    color: #1A0A0A;
    text-align: center;
    font-size: 18px;
    max-width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    font-family: merriweather;
    font-style: normal;
}
.sample8_row_6 {
    clear: both;
    min-height: 100px;
    padding-top: 10%;
    padding-bottom: 2%;
}
@media only screen and (min-width : 768px) {
       h1.hero8-sample8-heading1 {
            max-width: 100%;
            text-align:center;
            font-size: 48pt;
        }
        p.hero8-sample8–p1 {
    color: #1A0A0A;
    text-align: center;
    font-size: 28px;
    max-width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    font-family: merriweather;
          }
    }
@media only screen and (min-width : 1024px) {
       h1.hero8-sample8-heading1 {
            max-width: 100%;
            text-align: center;
            font-size: 64pt;
       }
        p.hero8-sample8-p1 {
    color: #1A0A0A;
    text-align: center;
    font-size: 32px;
    max-width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    font-family: merriweather;
        }
   }
