/* @@Theme Setting */
body {
	background-color: #FDFDFD;
	font-family: Arial, Sans-serif;
	min-height: 100% !important;
	height: 100%;
	font-size: 1rem;
}

:root {
    --primary: #750F6D;
    --second: #E7B000;	
    --light: #EDE9E1;
    --dark: #181d38;
}

.bg-primary{background:var(--primary)!important}
.text-primary{color:var(--primary)!important}
.text-second{color:var(--second)!important}


@media (min-width: 1200px) {
.banner-title {font-size: 26px;}
 }

section {
    padding-top: 30px;
    padding-bottom: 30px;
min-height: 450px;	
}


a,
.a-default,
table.table a {
  color: #2196f3;
  text-decoration: none;
}

  a:hover,
  .a-hover:hover,
  table.table a:hover {
    color: #F37E21;
  }

#topBar,
footer {font-size: 0.9rem;}

@media (max-width: 768px) { 
#topBar,
footer  {font-size: 0.8rem;}
}

 
.navbar-nav > li {
  font-size: 1rem;
  padding-right: 5px;
  padding-left: 5px;
}


.banner_bg {
  background-image: linear-gradient(90deg, rgba(117, 15, 109, 0.1), rgba(117, 15, 109, 0.1)), url('/20240726160356oe_/https://jbxu.cuhk.topcat.hk/images/banner_bg2.jpg');
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto;
  position: relative;
}


.gallery-cover-title-bg {
  position: absolute;
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 25%, rgba(0,0,0,0) 100%);
  bottom: 0px;
  width: 100%;
  height: 40%;
}

.gallery-cover-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
}

ol p { text-indent: -2em; padding-top:20px;}


/*** timeline ***/

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 40px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid var(--primary);
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

footer {
color:#FFFFFF;
}

footer a{color:#FFFFFF;}
footer a:hover{color:var(--second);}


/*** One Click Scrool Top Button ***/
.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--second);
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff !important;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 5px;
  text-decoration: none;
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  opacity: 0.4;
}

