@charset "utf-8";

.sample2_row_4 {
    clear: both;
    background-repeat: no-repeat;
    background-position: center top / cover repeat scroll transparent;
    background-attachment: scroll;
    background-image: url(../images/image2_large.jpg);
    background-size: cover;
    max-width: 100%;
    height: auto;
}
h1.hero8-sample2-heading1 {
    font-size: 50px;
    color: #664DEF;
    font-weight: 200;
    text-align: center;
    margin-top: 4%;
    font-family: "Blackcurrant Black", "Sutro Deluxe Inline", "Sutro Deluxe Primary", "Sutro Open Initials";
    letter-spacing: 2px;
    text-shadow: 3px 3px 4px #A3E948;
    -moz-text-shadow: 3px 3px 4px #E95448;
    -webkit-text-shadow: 3px 3px 4px #E95448;
    text-transform: none;
    max-width: 100%;
    font-style: italic;
}
p.hero8-sample2-p1 {
    color: #126640;
    text-align: center;
    font-size: 32px;
    max-width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    font-family: merriweather;
    font-style: normal;
    text-shadow: 2px 2px #F0E5E5;
    padding: 4;
    border-radius: 50;
}
.sample2_row_6 {
    clear: both;
    min-height: 100px;
    padding-top: 10%;
    padding-bottom: 2%;
}
.sample2_pic {
    clear: both;
    min-height: 300px;
    margin-left: 30%;
    margin-right: 10%;
    padding-top: 10px;
    padding-bottom: 2%;
}
@media only screen and (min-width : 768px) {
       h1.hero8-sample2-heading1 {
            max-width: 100%;
            text-align:center;
            font-size: 48pt;
        }
    }

@media only screen and (min-width : 1024px) {
       h1.hero8-sample2-heading1 {
            max-width: 100%;
            text-align: center;
            font-size: 64pt;
       }
   }
