.banner-height,
.banner-height img{
	height: 80vh;
}
.red{
	display: inline;
}
.side-menu-wrapper-padding{
	padding : 0px;
}

.side-menu-wrapper{
	display : block;
	max-width: 100%;
    height: auto;
    font-size: 16px;
}
.side-nav-title{
	background-color: #0A2435;
    padding: 5px 10%;
}
.main-title{
	font-weight: bold;
    text-transform: uppercase;
}
.side-nav-ul {
    list-style: none;
    margin: 0px;
    padding: 5px 10%;
}
.side-nav-ul a{
    padding-left: 5px;
}
.side-nav-ul a.active{
	border-left: 2px solid;
}
.competition-display{
	display:none;
}
.competition-display.active{
	display:block;
}
.competition-date{
	margin-left: 10px;
	padding: 5px 10px !important;
	background: #0A4E99;
	color: white;
	width:auto;
}
.competition-date:first-child{
	margin-left: 0px;
}
.fade img{
	filter:blur(6px);
	filter:brightness(20%);
}
.blue-color{
	color: #0A4E99;
}
.white-color{
	color: white;
}
.background-grey{
	background: #858A8E;
}
.background-blue-grey{
    background: #E5E9EA;
}
.overflow-div{
	height: 100px;
    position: relative;
}
.overflow-h3{
	position: absolute;
	top: 30%;
	bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	font-weight:bold;
}
.overflow-h6{
	position: absolute;
	top: 55%;
	bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.overflow-text{
	position: absolute;
	bottom: 110px;
    left: 0;
    right: 0;
    margin: auto;
	color: white;
}
.overflow-text-second{
	position: absolute;
	bottom: 90px;
    left: 0;
    right: 0;
    margin: auto;
	color: white;
}

.client-upload h3{
	line-height: unset;
}

@media screen and (max-width: 797px){
	.competition-date,
	.competition-date:first-child{
		width: 100%;
		margin: 5px 10px;
		text-align: center;
	}
	
	.upload-wrapper{
		text-align: center;;
	}
	
	.border-sidenav-title{
		width: 100%;
	}
	
	.sidenav-wrapper{
		width: 100%;
	}
}

.btn-wechat-payment{
	background-color: #25AB3A;
	border-radius: 20px;
	padding: 2px 10px;
}
.btn-wechat-payment:focus{
	outline: unset;
}
.wechat-payment-image{
	width: 100px;
}