/* Add here all your CSS customizations */

html .text-body {
	font-size: 14px !important;
	line-height: 22px !important;
	color: #282828 !important;
}

html .text-body-2 {
	font-size: 14px !important;
	line-height: 22px !important;
	color: #282828 !important;
}

html .text-color-white {
	color: #ffffff !important;
}

html .text-main-heading {
	font-size: 30px !important;
	line-height: 40px !important;
	color: #1e1d33 !important;
	letter-spacing: 0.5px !important;
}

html .text-main-heading-white {	
	font-size: 30px !important;
	line-height: 40px !important;
	color: #ffffff !important;
	letter-spacing: 0.5px !important;
}

html .text-color-ground,
html .text-ground {
	color: #1e1d33 !important;
	font-size: 18px !important;
	line-height: 30px !important;
}

html .text-color-hover-ground:hover,
html .text-hover-ground:hover {
	color: #1e1d33 !important;
	font-size: 18px !important;
	line-height: 30px !important;
}

html .text-color-rugby,
html .text-rugby {
	color: #56616b !important;
	font-size: 18px !important;
	line-height: 30px !important;
}

html .text-color-hover-rugby:hover,
html .text-hover-rugby:hover {
	color: #56616b !important;
	font-size: 18px !important;
	line-height: 30px !important;
}

html .text-color-rugby-small,
html .text-rugby-small {
	color: #56616b !important;
	font-size: 14px !important;
	line-height: 22px !important;
}

html .text-color-hockey,
html .text-hockey {
	color: #214051 !important;
	font-size: 18px !important;
	line-height: 30px !important;
}

html .text-color-hover-hockey:hover,
html .text-hover-hockey:hover {
	color: #214051 !important;
	font-size: 18px !important;
	line-height: 30px !important;
}

html .text-color-hockey-small,
html .text-hockey-small {
	color: #214051 !important;
	font-size: 14px !important;
	line-height: 22px !important;
}

html .custom-line {
	margin: 20px 0 20px;
	background: #1e1d33 !important;
}