.banner-section-text-1body {
    font-family: 'geomanist-regular';
}

.txt-medium {
    font-family: 'geomanist-medium' !important;
}

.txt-regular {
    font-family: 'geomanist-regular' !important;
}

.txt-light {
    font-family: 'geomanist-light' !important;
}

.txt-bold {
    font-family: 'geomanist-bold' !important;
}

.txt-white {
    color: #FFFFFF !important;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.contain2 {
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
}

/* banner section */

.banner-section {
    min-height: 400px;
}

.banner-section-img-1 {
    background: url('../images/lead.jpg') no-repeat center;
}

.banner-section-img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 700px;
}

/* banner section */

/* others */

.article{
    font-size: 24px;
    color: #383838;
    text-align: justify;
}

.article-blue{
    font-size: 26px;
    color: #1D3B4C;
    text-align: justify;
    padding-left: 20px;
    border-left: 5px solid #1D3B4C;
}

.reference{
    text-align: right;
    font-size: 16px;
    margin: 0px 0px;
}

.line{
    background-color: #776553; 
    height: 4px; 
    float:left;
    width: 20%;
    margin: 20px auto;
}

.line2{
    background-color: #1D3B4C; 
    height: 2px; 
    width: 40%;
    margin: 20px auto;
    max-width: 570px;
}

.outro-image{
    padding-bottom: 20px;
}

/* others */

/* section-2 */

.section-a-2 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 40px 0px;
}

.section-2-main-title {
    font-size: 60px !important;
    color: #7A6553;
    padding-bottom: 10px;
}

/* section-2 */

/* section-3 */

.section-a-3 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 40px 0px;
}

.section-3-main-title {
    color: #1D3B4C;
    font-size: 40px;
}

/* section-3 */

/* section-4 */

.section-a-4 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 40px 0px;
}

.section-4-main-title {
    color: #1D3B4C;
    font-size: 40px;
}

/* section-4 */

/* section-5 */

.section-a-5 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 40px 0px;
}

.section-5-main-title {
    color: #1D3B4C;
    font-size: 40px;
}

/* section-5 */

/* section-6 */

.section-a-6 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 40px 0px;
}

.section-6-main-title {
    color: #1D3B4C;
    font-size: 40px;
}

/* section-6 */

/* section-7 */

.section-a-7 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 40px 0px;
}

.section-7-main-title {
    color: #1D3B4C;
    font-size: 40px;
}

/* section-7 */

@media (max-width: 1250px) {
    .banner-section-img {
        min-height: 440px;
    }
}

@media (max-width: 1100px) {
    .contain2 {
        width: 880px;
        margin: 0 auto;
        max-width: 100%;
    }
    .banner-section-img {
        min-height: 400px;
    }
}


@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .banner-section-text-title-lm {
        font-size: 34px;
    }
    .banner-section-img {
        min-height: 400px;
    }
    .contain2 {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .article{
        font-size: 20px;
        color: #383838;
        text-align: justify;
    }
    .article-blue{
        font-size: 22px;
        color: #1D3B4C;
        text-align: justify;
        padding-left: 20px;
        border-left: 5px solid #1D3B4C;
    }
    .reference{
        text-align: right;
        font-size: 14px;
        margin: 0px 0px;
    }
    .line{
        background-color: #776553; 
        height: 4px; 
        float:left;
        width: 25%;
        margin: 20px auto;
    }
    .line2{
        background-color: #1D3B4C; 
        height: 2px; 
        width: 60%;
        margin: 20px auto;
        max-width: 570px;
    }
    .outro-image{
        padding-bottom: 20px;
    }

    .section-a-2 {
        padding: 20px 0px;
    }
    .section-2-main-title {
        font-size: 50px !important;
        color: #7A6553;
        padding-bottom: 10px;
    }
    .section-a-3 {
        padding: 20px 0px;
    }
    .section-3-main-title {
        color: #1D3B4C;
        font-size: 30px;
    }
    .section-a-4 {
        padding: 20px 0px;
    }
    .section-4-main-title {
        color: #1D3B4C;
        font-size: 30px;
    }
    .section-a-5 {
        padding: 20px 0px;
    }
    .section-5-main-title {
        color: #1D3B4C;
        font-size: 30px;
    }
    .section-a-6 {
        padding: 20px 0px;
    }
    .section-6-main-title {
        color: #1D3B4C;
        font-size: 30px;
    }
    .section-a-7 {
        padding: 20px 0px;
    }
    .section-7-main-title {
        color: #1D3B4C;
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .section-a-2 {
        padding: 10px;
    }
    .section-2-main-title {
        font-size: 34px !important;
        line-height: 40px;
        color: #7A6553;
        padding-bottom: 10px;
        padding-top: 30px;
    }
    .section-a-3 {
        padding: 10px;
    }
    .section-3-main-title {
        color: #1D3B4C;
        font-size: 28px;
    }
    .section-a-4 {
        padding: 10px;
    }
    .section-4-main-title {
        color: #1D3B4C;
        font-size: 28px;
    }
    .section-a-5 {
        padding: 10px;
    }
    .section-5-main-title {
        color: #1D3B4C;
        font-size: 28px;
    }
    .section-a-6 {
        padding: 10px;
    }
    .section-6-main-title {
        color: #1D3B4C;
        font-size: 28px;
    }
    .section-a-7 {
        padding: 10px;
    }
    .section-7-main-title {
        color: #1D3B4C;
        font-size: 28px;
    }
    .article{
        font-size: 16px;
        color: #383838;
        text-align: justify;
    }
    .article-blue{
        font-size: 16px;
        color: #1D3B4C;
        text-align: justify;
        padding-left: 20px;
        border-left: 5px solid #1D3B4C;
    }
    .reference{
        text-align: right;
        font-size: 12px;
        margin: 0px 0px;
    }
    .line{
        background-color: #776553; 
        height: 4px; 
        float:left;
        width: 40%;
        margin: 20px auto;
    }
    .line2{
        background-color: #1D3B4C; 
        height: 2px; 
        width: 60%;
        margin: 20px auto;
    }
}