.navbar.withLight{
    background-image: url("../images/background_header.jpeg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: calc(100% - 70px);
} 

.navbar .navbar-brand{
	max-width: 15% !important;	
}

.navbar .navbar-brand > *{
	clear: both;
}

.navbar .navbar-brand > :last-child{
	padding-left: 20px;	
}

.navbar ul{
	list-style: none;
}

.navbar-toggler{
	font-size: 2.1rem;
}

.navbar ul.navbar-menu{
	margin-top: 1rem;
}

.navbar ul li{
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 5px;
	display: inline-block;	
	line-height: 10px;
}

.navbar ul li:nth-child(n+2){
	border-left: 1px solid white;	
}

#navbarSupportedContent{
	display: inline-block;
	max-width: 83%;
}

#navbarSupportedContent > *{
	display: inline-block;
}

.navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	background-color: black;
}

.navbar > button{
	display: none;
}

.clubContainer{
	margin-bottom: 50px !important;
}