html {
	font-size: 16px;
	min-height: 100%;
}

body {
	font-family: 'Barlow', sans-serif !important;
	line-height: 1.5rem;
	background-color: #325ABB;
	min-height: 100%;
}

#header-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-size: cover;
	opacity: 0.2;
	background-position: center;
	height: 600px;
	z-index: -1;
}

header {
	position: relative;
}

header:after {
	content: "";
	background-image: url("data:image/svg+xml;utf8,<svg style=\"position: absolute; bottom: -2px; width: 100%25; height: 25px\" class=\"d-none d-sm-block\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 50 50\" preserveAspectRatio=\"none\"><polygon points=\"0,50 50,50 50,0\" style=\"fill:%23f8f8fa; stroke-width: 0\"></polygon></svg>");
	height: 20px;
	background-size: 100% 100%;
}

a, a:hover, a:focus, a:active {
	outline: none !important;
	-moz-outline-style: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

#main {
	background: #f8f8fa;
	padding-bottom: 2rem;
	min-height: 800px;
}

.badge {
	padding: .5em .8em !important;
	font-weight: normal !important;
}

.matches-table .badge.rounded-pill {
	max-width: 140px;
}

.transparent {
	background: transparent !important;
}

h2 {
	font-size: 1.5rem !important;
	margin: 2.5rem 0 1.5rem !important;
	font-family: 'Barlow Condensed', sans-serif;
	color: #B53E37;
}

h3 {
	font-size: 1.35rem !important;
	margin: 2rem 0 1rem !important;
	font-family: 'Barlow Condensed', sans-serif;
}

#cookie-notice {
	position: fixed;
	bottom: 0;
	width: 100%;
}

#cookie-notice form {
	background: #555;
	color: #fff;
	padding: 20px 30px;
	box-shadow: 2px 2px 10px rgba(0,0,0,.3);
	opacity: .95;
	text-align: center;
}

.widget {
	margin-bottom: 80px;
}

.condensed {
	font-family: 'Barlow Condensed', serif;
}

.gmap {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.sl-overlay {
	background: #000 !important;
}

.sl-wrapper button {
	color: #eee !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	header {
		margin-top: 1.2rem;
	}

	header:after {
		display: block;
	}

	header .container {
		margin: 1rem auto;
	}

	#main {
		padding: 2rem 0 4rem;
	}
}


@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
		padding-right: 0;
	}
}