<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *
 * City University of Hong Kong
 * ----------------------------
 * Site Specific CSS
 *
 */

/* ============================ Place your custom CSS here */


/* HSBC &amp; HKBCS Logos in header */
.sponsor-logo {
  height: 50px;
  margin-top: 15px;
  margin-left: 60px;
} 
@media(max-width: 991px){ 
  .sponsor-logo {
    height: 30px;
    margin: 10px 20px;
  }
}
@media(max-width: 486px){ 
  .sponsor-logo {
    display: none;
  }
}

/* Home Page Carousel */
.img-container {
  max-height: 600px;
  display: flex;
  justify-content: center;
  filter: brightness(0.8);
}

/* Home Page, Sponsor Strip */
.sponsor-strip {
  display: block;
  height: 100px;
  margin: 150px auto;
 }
 .sponsor-logo-strip {
  max-width: inherit;
 }

/* Home Page, Deadline text */
.deadline {
  color: #000;
  font-style: italic;
  font-weight: 700;
}


/* Fixed Vertical Height  */
/*.card-body {
  display:block;
  width:100%;
  height:300px;
}*/

/* Winnie */
@media(max-width: 700px) {
  .row{
    flex-direction: column; 
  }
}
.media-body{
  text-align: left;
}
h3{
  text-align: center;
  font-weight: 600;
  margin: 10px 0;
}
h3{
  text-align: left;
}
h3:hover{
  color:mediumvioletred;
}
.cityu-divider-1{
  padding-left: 20%;
}
</pre></body></html>