/* Overall setting */
@font-face {
    font-family: TrashHand;
    src: url("../fonts/TrashHand.ttf") format('truetype');
}
@font-face {
    font-family: Stories;
    src: url("../fonts/Stories.otf") format('opentype');
}
@font-face {
    font-family: TypeWriter;
    src: url("../fonts/typewcond_bold.otf") format("opentype");
}
@font-face {
    font-family: TypeWriter;
    font-weight: bold;
    src: url("../fonts/typewcond_bold.otf") format("opentype");
}
@font-face {
    font-family: TypeWriter;
    font-weight: 600;
    src: url("../fonts/typewcond_demi.otf") format("opentype");
}

html {
	scroll-behavior: smooth;	
}
body {
    padding: 0;
    margin: 0;
    background: #fff; /*#f2f6e9;*/
	color: #333;
	font-size: 1.5rem;
	font-family: TypeWriter, Tahoma, 'Trebuchet MS', sans-serif; 
}
a.hoverunderline{
	text-decoration: none;
}
a.hoverunderline:hover {
	text-decoration: underline;
}
.smallerfont {
	font-size: 1.25rem;
}
section {
	scroll-margin-top: 85px;
}
.section-config {
	padding-bottom: 3rem;
}
.section-config .container {
	padding-top: 2rem;
}
.section-header {
	text-align: center;
	font-weight: bold;
	line-height: 4.5rem;
	background-color: #B4865D;
	color: #fff;

}
.section-subheader {
	text-align: center;
	font-weight: bold;
	line-height: 2rem;
}
.section-headerspace{
	margin-top: 3rem;
}
.section-divider {
	width: 20%;
    border: solid 2px #ff6600;
	border-radius: 5px;
    margin-top: 0px;
    margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	opacity: 1;
}
.fab_join {
	position: fixed; 
	bottom: 5vh; 
	right: 1%;
	z-index: 1033;
}
.btn-joinnow {
	font-weight: bold;
	color: #fff;
	background-color: #ff6600;
	border-color: #ff6600;
	font-size: 1.8rem;
	border-radius: 2.5rem;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}
.btn-lg {
	font-size: 2rem;
}
.btn-md {
	font-size: 1.8rem;
}
.btn-sm {
	font-size: 1.5rem;
}
.btn-joinnow:hover{
	animation: pulse; /* referring directly to the animation's @keyframe declaration */
	animation-duration: .5s; /* don't forget to set a duration! */
}
.column-center {
	margin: 0 auto;
}
.align-center {
	text-align: center;
}
img.animate-swing:hover{
  animation: swing; /* referring directly to the animation's @keyframe declaration */
  animation-duration: .5s; /* don't forget to set a duration! */
}
img.animate-shakeY:hover{
  animation: shakeY; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1.5s; /* don't forget to set a duration! */
}
img.animate-headShake:hover{
  animation: headShake; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
}
img.animate-bounce:hover{
  animation: bounce; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
}
img.animate-pulse:hover{
  animation: pulse; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
}
img.dl-icon, img.email-icon, img.phone-icon {
	width: 30px;
	margin-right:6px;
}
img.up-icon {
	width: 20px;
	margin-right:5px;
}
/* carousel */
.page-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/banner-bkgd-tea.jpg);
	background-position: center center; 
}

/* Top Navigation Bar */
.navbar {
    /*background:#6ab446;*/
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateZ(0);
}
.navbar-hkbulogo {
	height: 4.5rem;
}
.navbar-logo {
	height: 3.5rem;
	padding: 3px 0px;
}
@media (min-width: 1199px) and (max-width: 1400px) {
	.navbar-hkbulogo {
		height: 3.5rem;
	}
	.navbar-logo {
		height: 2.6rem;
	}
}
@media (min-width: 450px) and (max-width: 600px) {
	.navbar-hkbulogo {
		height: 3.3rem;
	}
	.navbar-logo {
		height: 2rem;
	}
}
@media (max-width: 449px) {
	.navbar-hkbulogo {
		height: 3rem;
	}
	.navbar-logo {
		height: 1.6rem;
	}
}
.navbarcolor, .show {
	/*background:#6ab446;*/
	background: #B4865D;
}
.nav-link,
.navbar-brand {
    color: #fff;
    cursor: pointer;
	margin-left: 10px;
	margin-right: 0px;
}
.nav-link {
    margin-right: 1em !important;
}
.nav-link:hover {
    color: #000;
}
.navbar-collapse {
    justify-content: flex-end;
}

/* Promotion */
.promotion {
	margin:1.5rem 0rem;
}
/* Introduction part */
.aims {
	background-color: #DFDDDA;
}

/* schedule */
.schedule p,
.schedule h3{
	margin: 0px;
	padding: 1rem;
}
.schedule .col-lg-6 {
	padding: 0px;
}
.schedule .heading {
	clip-path: polygon(7% 0, 100% 0, 100% 100%, 7% 100%, 10% 54%);
	padding-left: 3rem;
	padding-right: 2rem;;
	background-color: #F3AD45;
	font-weight: bold;
}
.schedule img {
	width: 50px;
	padding-left: 15px;
}
.schedule .date-range {
	/*border-left: solid 5px #6ab446;
	border-right: solid 5px #6ab446;
	border-radius: 10px;
	display: inline-block;*/
	color: #31336A; /*#31336A;*/
	padding: 0.5rem;
	font-weight: bold;
}
.schedule .leftborder {
	border-left: solid 3px #8e8780;
}
.schedule .leftborder2 {
	border-left: solid 3px #E1DDD9;
}
.schedule .bkgd-colour1 {
	background-color: #E8E8E6;
}
.schedule .bkgd-colour2 {
	background-color: #DFDDDA;
}
.schedule .bkgd-colour3{
	background-color: #C0C0C1;
}
.schedule .bkgd-colour4 {
	background-color: #AAA5A3;
}
/* submission */
.submission {
	/*background-color: #f3f5f8;
	font-size: 1.25rem;*/
}
.submission img.icon {
	width: 160px;
}
.submission .message {
	text-align: center;
	background-color: #E8E8E6;
	padding: 1rem;
	border-radius: 10px;
}
.submission .highlight {
	color: #dc3545;
}
/* Prize part */
.prize {
	background-color: #3D4244;
}
.prize .container {
	color: #fff;
	padding-top: 3rem;
}
.prize .row {
	padding: 0.5rem;
}
.prize .col-lg-4 {
	text-align: center;
}
.prize .champion {
	font-size: 2.5rem;
}
.prize .cash {
	font-size: 2.5rem;
	text-shadow: 0px 0px 12px #B4865D;
}
.prize .cash-champ{
	font-size: 3rem;
	text-shadow: 0px 0px 8px #f0f316;
}
.prize sup {
	font-size: 1.2rem;
}
.prize img.prize-item-lg {
	height: 120px;
}
.prize img.prize-item {
	height: 100px;
}
.prize img.icon {
	width: 280px;
}
.prize img.prize-item:hover,
.prize img.prize-item-lg:hover,
.prize .cash:hover,
.prize .cash-champ:hover{
  animation: tada; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
}
/* FAQ */
/*.faq .accordion-button:not(.collapsed) { */
.faq .accordion-button:not(.collapsed) {
    color: #333;
    background-color: #eee;
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
	font-size: 1.5rem;
}
.faq .accordion-button {
	color: #333;
	background-color: #eee;
	font-size: 1.5rem;
}
.faq .accordion-button:focus {
	box-shadow: 0 0 0 0.15rem rgba(255, 102, 0, 0.3);
}
.faq .accordion-body {
	font-size: 1.2rem;
}

/* T & C */
.tac {
	padding-bottom: 6rem;
}
/* SDG Mapping */
.sdgmapping {
	
}
/* Contact us */
.contactus {
	/*background-color: #212739;
	color: #fff;
	*/
	
}
.contactus a {
	text-decoration: none;
	color: #333;
}
.contact-itemheader {
	font-weight: bold;
	color: #333;
}
/* Footer */
.footer-bar {
	padding-top: 2rem;
	background-color: #ccc;
	padding: 2rem;
}
/* Dummy Placeholder area */
.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
 }

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
	  font-size: 3.5rem;
	}
}