body{
    font-family: "Microsoft JhengHei", "微軟正黑體", 'Open Sans', sans-serif, "Microsoft JhengHei UI";
    color: #5C5957;
    background:#F4F3E9;
}
h1,h2,h3,h4{font-weight: bold;}
h1{font-size: 2rem;}
h2 {font-size: 1.4rem;}
a:hover{text-decoration:none;}
/* navbar */
#navbar,#navbar-mobile{height:45px;box-shadow: 0px 0px 10px #969090a1;}
.navbar{padding: 0px;}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0;
}
a.navbar-brand img{width:80px;}
.shareicon a i{color:#fff;}
.shareicon a:hover{opacity: 0.5;font-size: 22px;}
i.fa-share-nodes{font-size: 22px;line-height: 32px;color:#ACB5B4;}
.fa-share-nodes,a.navicon-fb,a.navicon-line,a.navicon-link{
    display:block;
    width:30px;
    height:30px;
    border-radius:50%;
    color:#fff;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    margin:3px;
}
a.navicon-fb {background:#1877F3;margin-top: 4px;}
a.navicon-line {background:#07C253;margin-top: 4px;}
a.navicon-link {background:#C3AB9A;margin-top: 4px;}
.btn-login{color: #C2AB99;border-color: #C2AB99;border-radius: 5px;padding:2px 15px;}
.btn-login:hover{background-color: #C2AB99;color:#fff;border-color: #C2AB99;}
/* nav-mobile */
#navbar-mobile{position: fixed;bottom:0px;width:100%;z-index: 999;height:70px;padding:10px;}
#navbar-mobile a {width:40px;height:40px;display: block;}
#navbar-mobile a i{font-size:20px;padding-top: 6px;position: relative;top: -5px;left: 0;}
#navbar-mobile button{border-radius: 10px!important;padding: 10px 20px;}
#navbar-mobile button i,#navbar-mobile button span {font-size:24px;}
/* main */
#wrap {
    background: url("../images/bg.png") no-repeat bottom;
    background-size: 100%;
}
#main{background:#ffffff;border-radius:0 0 10px 10px;}
/* leftside */
.info-list .list-item i{background: #E8BB9C;border-radius:30px;color:#fff; font-weight: normal;width:120px;}
.info-list h2{font-size: 22px;font-weight:bold;}
/* rightside */
.rightside .signup{position:sticky;top: 20px;left:0px;bottom:0px;}
.signup{border-radius: 10px;border:none;box-shadow: 0px 0px 5px #d1c3b9;overflow: hidden;}
#main:hover .signup{box-shadow: 0px 0px 10px #867c74;}
#main:hover button.signup-btn {
        animation:example 1s infinite;
      }
      
@keyframes example {
        from {scale: 1;}
        to {scale: 1.05;}
}
.signup-date{font-size:13px;color:#ACB5B4;font-weight: bold;}
.signup-title{font-size:18px;font-weight: bold;}
.signup-type i{font-weight: normal;}
button.signup-btn{width: 100%;border-radius: 10px;background: #FF9900;border:none;color:#fff;}
button.signup-btn-notyet,button.signup-btn-over{width: 100%;border-radius: 10px;background: #cec9c1;border:none;color:#fff;}
button.signup-btn:hover{opacity: 0.7;}
.info-content img{width:100%;}
/* card */
#other-events h3{font-size: 20px;font-weight:bold;color:#5C5957;padding: 0 3%;}
.card-body{border-radius: 10px;overflow: hidden;}
.card-body:hover{transform:translate(0px, -3px);transition-duration:0.5s;}
.event-img{height: 140px;overflow: hidden;text-align: center;}
.card-body:hover .event-img {transform:scale(1.1) translate(0px, -3px);transition-duration:0.5s;}
.card-title{font-size: 16px;font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.card-text,.card-type{font-size: 13px;line-height: 18px;}
.card-text{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.card-date{font-size:12px;color:#ACB5B4;}

/* footer */
footer {
    background: #c2ab99;
    color: #fff;
}
.ft-about-hsinyi h5:before {
    content: "|";
    margin-right: 10px;
}
.ft-about-hsinyi a {
    color: #fff;
}
.ft-about-hsinyi {
    padding: 30px 0;
    color: #fff;
}
.ft-about-hsinyi h5 {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: bold;
}
.ft-about-hsinyi ul {
    margin: -20px 0 0 15px;
}
.ft-about-hsinyi ul li {
    font-size: 14px;
    line-height: 24px;
}
#gotop {
    position: relative;
}
    #gotop span {
        cursor: pointer;
        display: block;
        width: 60px;
        height: 60px;
        background: url(../images/gotop.png) no-repeat center center;
        margin: auto;
        position: relative;
        z-index: 2;
    }
#gotop:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 30px;
    z-index: 1;
}
.ft-info {
    padding: 30px 0;
    font-size: 14px;
}
.ft-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: 10px;
    border-radius: 50%;
    background: #fff;
    flex: 0 0 24px;
    color:#c2ab99;
    text-align: center;
}
.ft-info-icon li {
    margin-bottom: 10px;
}
.ft-info a {
    color: #fff;
}
.ft-info {
    padding: 30px 0;
    font-size: 14px;
}


@media screen and (max-width: 767px) {
    /* 在螢幕寬度小於 767px 時使用以下 CSS 規則 */
    #main img {
        width:100%;
    }
}