/*
---------------------------------------------------------------
---- Overwrites from bootstrap and main css for /club only ----
---------------------------------------------------------------
*/

/*
-------------------
---- Main Body ----
-------------------
*/

body:before {
	content: " ";
	background-image: url('');
}

/* Wrapper */
.wrapper {
  padding: 3rem 0 16rem 0 ;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
	.wrapper {
		padding: 4rem 0 2rem 0 ;
	}
}
@media screen and (max-width: 736px) {
	.wrapper {
		padding: 3rem 0 1rem 0 ;
	}
}
@media screen and (max-width: 480px) {
	.wrapper {
		padding: 2rem 0 0.1rem 0 ;
	}
}

input[type="checkbox"]:checked + label::before, input[type="radio"]:checked + label::before {
	background-color:#28a745 !important;
	border-color: #1a8232;
	color: #ffffff;
}
