@charset "utf-8";

.sample3_row_4 {
    clear: both;
    background-repeat: no-repeat;
    background-position: center top / cover repeat scroll transparent;
    background-attachment: scroll;
    background-image: url(../images/image3_large.jpg);
    background-size: cover;
    max-width: 100%;
    height: auto;
}
h1.hero8-sample3-heading1 {
    font-size: 48px;
    color: #FE6001;
    font-weight: 700;
    text-align: center;
    margin-top: 1%;
    font-family: barker;
    letter-spacing: 2px;
    text-shadow: 6px 6px 8px#000000;
    -moz-text-shadow: 6px 6px 8px #166D74;
    -webkit-text-shadow: 6px 6px 8px #166D74;
    text-transform: none;
    max-width: 100%;
 }
p.hero8-sample3-p1 {
    color: #D8D5D5;
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
    max-width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: 200;
    font-family: annie-use-your-telescope;
    font-style: normal;
    text-shadow: 2px 2px 2px #000000;
}
.sample3_row_6 {
    clear: both;
    min-height: 100px;
    padding-top: 3%;
    padding-bottom: 2%;
}
.sample3_pic {
    clear: both;
    min-height: 600px;
    margin-left: 30%;
    margin-right: 30%;
    padding-top: 10%;
    padding-bottom: 2%;
}
@media only screen and (min-width : 768px) {
       h1.hero8-sample3-heading1 {
            max-width: 100%;
            text-align:center;
            font-size: 48pt;
        }
    }

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