.CollectGoldLine{
    width:100%;
    height:16px;
    margin: 0px auto 0px auto;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#72a4fd+0,002d7d+50,002d7d+50,002d7d+50,002d7d+50,002d7d+50,72a4fd+100,72a4fd+100 */
    background: #72a4fd; /* Old browsers */
    background: -moz-linear-gradient(left,  #8c6136 0%, #e7bb70 22%, #8c6136 100%);  /*FF3.6-15 */
    background: -webkit-linear-gradient(left,  #8c6136 0%,#e7bb70 22%,#8c6136 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #8c6136 0%,#e7bb70 22%,#8c6136 100%);  /*W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c6136', endColorstr='#8c6136',GradientType=1 ); /*IE6-9 */  
}
.LeadTaiwanTopPic{
    max-width: 677px;
    margin: 10em auto 8em auto
}



#wrapper {
    background-image:url(../img/BG_Filled_1920x2600px.jpg);
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:cover;

    color:#b18a02;
    text-align:center;
    margin:0; padding:0;
    /* height:100vh; */
    width:100%;

}
.container { max-width:1024px; margin:0 auto; padding:0 1.5rem 0 1.5rem; font-size:1.2rem; line-height:2.3rem;
}
.container p {
    text-align: justify;
}
.djylogo {margin-bottom:3rem;
}
    .djylogo img {max-width:100px;
    }
h1 { text-align:center;
}
    h1 img {max-width:909px; width:80%;
    }
div.hr {
    padding:0.5em  0; 
    border-bottom:1px solid #b18a02;
}
.section {
    padding:1.5rem 1.5rem 0 1.5rem;
    font-size:1rem;
    text-align:left;
    max-width:600px;
    margin:0 auto;
    color:#333;
    line-height:2rem;
}
    .section h2 {
        color:#b18a02;
    }
.logo img {max-width:250px;
}

 .calltoaction {
      position:fixed;
      z-index:99;
      bottom:0;
      /*right:2%;
      text-align: right;*/
      text-align:center;
      width:100%;
        padding:0;
}

   .calltoaction a {
        border-radius: 0px;
        background-color: #15367d;
        line-height:40px;
        height: 90px;
        padding: 10px 20px;
        margin: 0 1px;
        text-decoration: none;
         color:#fff;

        -moz-box-shadow:1px 1px 1px rgba(10%,10%,20%,0.1),2px 2px 3px rgba(10%,10%,20%,0.1),3px 3px 6px rgba(10%,10%,20%,0.1);
-webkit-box-shadow:1px 1px 1px rgba(10%,10%,20%,0.1),2px 2px 3px rgba(10%,10%,20%,0.1),3px 3px 6px rgba(10%,10%,20%,0.1);
box-shadow:1px 1px 1px rgba(10%,10%,20%,0.1),2px 2px 3px rgba(10%,10%,20%,0.1),3px 3px 6px rgba(10%,10%,20%,0.1);
    }
    .calltoaction a:hover {
    background-color: #0046db;
}
.moreLeadTw {margin-bottom:100px;}
.moreLeadTw a {
    font-size:0.8rem;
    display: block;
    padding: 0 5px;
    /*border-top-left-radius:4px;
    border-top-right-radius:4px;*/
    width: 100px;
    background-color: #10357e;
    color: #e2ecff;
    text-align: center;
    text-decoration: none;
    margin:0 auto;
}

 @media (max-width: 639px) {
    .calltoaction {right:0;
    }
    .calltoaction a {
        display:block;
        text-align:center;
        float:left;
        width:49%;
        border:1px solid #9c9c9c;
        height:auto;
        padding:0;
        margin: 0;
    }
    .container { font-size:1rem;}
    h2 {font-size:1.2rem;}
}