/*--------自訂jumbotron--------*
/*首頁橫幅*/
.jumbotron {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url('images/banner_v2_4.jpg');
    background-size: cover;
    background-position: left top;
    height: 190px;
    background-repeat: no-repeat;
    background-color: #6D5D54;
    color: #FFF;
    border-radius: 0px;
}

/*-----------------自訂Body-------------------*/
body {
    padding-top: 42px;
    background-image: url("images/bg.jpg");
}

/*-----------------自訂shadow-------------------*/
.shadow-custom {
    box-shadow: 0px 3px 3px 3px #BBB;
}

/*-----------------自訂勵志佳句-------------------*/
.InspiringQuotes {
    font-size: 11pt;
    padding-top: 2em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    height: 180px;
    width: 220px;
    color: #FFF;
    text-shadow: 1px 1.5px 0.5px #000, -1px -1.5px 5px #000, 0 0 10px #000, 0 0 15px #000;
}