/* Page Banner */

#Page_Banner {
    background-image: url(../images/hunter/banner.jpg);
}

.left {
    float: left;
    margin-right: 10px;
}

.right {
    float: right;
}

#section-1 {
    background-color: #ffffff;
}

#section-1 p {
    line-height: 40px;
}

#section-2 {
    background-image: url(../images/hunter/2.png);
    background-size: auto 100% !important;
    background-attachment: scroll !important;
    padding-bottom: 300px !important;
}

#section-2 h2 {
    margin-left: 10px;
}

#section-2 .box {
    background-color: rgba(242, 242, 242, 50);
    padding: 20px;
    line-height: 40px;
}

#section-2 .box.shot {
    padding-bottom: 100px !important;
}

#section-3 {
    background-color: #ffffff;
}

#section-3 p {
    line-height: 40px;
}

@media only screen and (max-width: 768px) {
    #section-2 {
        padding-bottom: 100px !important;
    }
    #section-2 .box.shot {
        padding-bottom: 20px !important;
    }
}