main{
    /*font-family: "LXGW WenKai Screen";*/
    /*font-family: 'Gill Sans MT', "LXGW WenKai Screen", -apple-system,  sans-serif;*/
}
li{
    margin-bottom: 5px;
}
.container{
    /*padding-right: 35px;*/
    /*padding-left: 25px;*/
    /*padding-right: auto;*/
    /*padding-left: auto;*/
}
.card{
    border-radius: 35px;
}
.navbar{
    /*background: linear-gradient(313.69deg, #023020, #046C4E 100%) !important;*/
    /*background: linear-gradient(313.69deg, #046C4E, white 100%) !important;*/
    background: transparent;
    box-shadow: none !important;
    position: absolute;
    backdrop-filter: none;
    /*color: white;*/
}
.nav-link{
    /*color: white;*/
}
.theme-image-box{
    /*background-image: url('../images/nanjing/nanjing-5.jpg') !important;*/
    margin-top: 0px;
    height: 350px;
}
.footer-wave-fill{
    /*fill:  #046C4E !important;*/
    fill: #ecdcd5 !important;
    /*fill: #f3e9e5 !important;*/
}
.footer-tag{
    /*background: linear-gradient(0deg, #023020, #046C4E 70%) !important;*/
    background: #ecdcd5 !important;
    /*background:  #f3e9e5 !important;*/
}

/*below css are travel only*/
.theme-text-subtitle{
    top: 60%;
    width: 100%;
}
.expanded{
    /*background: linear-gradient(313.69deg, #046C4E, white 100%) !important;*/
    background: linear-gradient(313.69deg, #ecdcd5, white 100%) !important;
}
.title-text{
    font-weight: bold;
}
.sub-title-text{
    font-weight: normal;
    font-size: 1.1rem;
}
.title-img{
    height: 300px;
    width: 300px;
    /*overflow: hidden;*/
    object-fit: cover;
    border-radius: 20px;
}
.title-img-small{
    height: 90px;
    width: 90px;
    object-fit: cover;
    border-radius: 10px;
}
.title-img-full{
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.title-img-detail{
    height: 200px;
    width: auto;
    object-fit: cover;
    border-radius: 10px;
}
.info-title{
    /*color: grey;*/
    color:#5c0931;
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.info-subtitle{
    color:grey;
    font-size: 0.8rem;
    line-height: 1rem;
}
.info-tag{
    color: grey;
    font-size: 0.6rem;
    line-height: 1rem;
    padding: 1px 3px 1px;
    margin-right: 5px;
    box-shadow: 0 0 1px 1px grey;
    border-radius: 10px;
}
.link{
    /*color: #520c30;*/
    color: #5c0931;
    text-decoration: none;
}
.link-strong{
    color: #520c30;
    text-decoration: underline;
}
.metro-logo{
    height: 45px;
    width: auto;
    object-fit: cover;
    border-radius: 5px;
}
.map-logo{
    width: 100px;
    height: 45px;
    object-fit: cover;
}

/*:lang(en) {*/
/*    font-family: 'Gill Sans MT', "LXGW WenKai Screen",  sans-serif;*/
/*}*/
/*:lang(zh) {*/
/*    font-family:  "LXGW WenKai Screen",  sans-serif;*/
/*}*/