/* Page Banner */

#Page_Banner {
    background-image: url(../images/banner.jpg);
}

.left {
    float: left;
    margin-right: 10px;
}

.right {
    float: right;
}

#section-1 {
    background-color: #ffffff;
}

#Page_Banner p,
#section-1 p {
    line-height: 40px;
}

#section-2 {
    background-image: url(../images/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;
}

#section-5 {
    background-color: #f2f2f2;
}

#section-5 table {
    font-size: 20px;
}

#section-5 th {
    background-color: #ffc1c1;
    border: 2px solid #f2f2f2;
    text-align: center;
    font-weight: bold;
    color: #000000;
    padding: 5px;
}

#section-5 td {
    background-color: #ffffff;
    border: 2px solid #f2f2f2;
    text-align: center;
    padding: 5px;
}

#section-5 td.title {
    background-color: #ffe8e8;
}

@media only screen and (max-width: 768px) {
    #section-2 {
        padding-bottom: 100px !important;
    }
    #section-2 .box.shot {
        padding-bottom: 20px !important;
    }
}