@font-face {
	font-family: 'Noteworthy Light';
	src: url('https://makatontomusic.co.uk/css/fonts/noteworthy/Noteworthy-Light.eot');
	src: url('https://makatontomusic.co.uk/css/fonts/noteworthy/Noteworthy-Light.eot?#iefix') format('embedded-opentype'),
		url('https://makatontomusic.co.uk/css/fonts/noteworthy/Noteworthy-Light.woff2') format('woff2'),
		url('https://makatontomusic.co.uk/css/fonts/noteworthy/Noteworthy-Light.woff') format('woff'),
		url('https://makatontomusic.co.uk/css/fonts/noteworthy/Noteworthy-Light.ttf') format('truetype'),
		url('https://makatontomusic.co.uk/css/fonts/noteworthy/Noteworthy-Light.svg#Noteworthy-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'DKLemonYellowSun';
	src: url('https://makatontomusic.co.uk/css/fonts/dk_lemon_yellow_sun/DKLemonYellowSun.eot');
	src: url('https://makatontomusic.co.uk/css/fonts/dk_lemon_yellow_sun/DKLemonYellowSun.eot?#iefix') format('embedded-opentype'),
		url('https://makatontomusic.co.uk/css/fonts/dk_lemon_yellow_sun/DKLemonYellowSun.svg#DKLemonYellowSun') format('svg'),
		url('https://makatontomusic.co.uk/css/fonts/dk_lemon_yellow_sun/DKLemonYellowSun.ttf') format('truetype'),
		url('https://makatontomusic.co.uk/css/fonts/dk_lemon_yellow_sun/DKLemonYellowSun.woff') format('woff'),
		url('https://makatontomusic.co.uk/css/fonts/dk_lemon_yellow_sun/DKLemonYellowSun.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: "Open Sans", sans-serif;
	background-image: url(/images/background_1920x1080.jpg);
	background-repeat: no-repeat;
	background-color: #FFF5FB;
}

/* CSS specific to iOS devices */ 
@supports (-webkit-touch-callout: none) {
	body {
		background-attachment: inherit;
		background-size: auto;
	}
}

/* CSS for other than iOS devices */ 
@supports not (-webkit-touch-callout: none) {
	body {
		background-attachment: fixed;
		background-size: cover;
	}
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Noteworthy Light", sans-serif;
	letter-spacing: 0;
	font-weight: 900;
	font-style: normal;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.5rem;
}


@media(min-width: 768px) {
	h1 {
		font-size: 4rem;
	}

	h2 {
		font-size: 3rem;
	}

	h3 {
		font-size: 2rem;
	}
}

p {
	color: black;
}

a.skip-main {
	left: -999px;
	position: absolute;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -999
}

a.skip-main:focus, a.skip-main:active {
	background-color: #000000;
	left: auto;
	top: 0;
	width: 30%;
	height: auto;
	overflow: auto;
	margin: 10px 35%;
	padding: 5px;
	text-align: center;
	z-index: 999
}

.cookiealert {
	position: sticky;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 !important;
	z-index: 999;
	opacity: 0;
	display: none;
	border-radius: 0;
	transform: translateY(100%);
	transition: all 500ms ease-out;
	background: #212327;
}

.cookiealert.show {
	opacity: 1;
	display: block;
	transform: translateY(0%);
	transition-delay: 1000ms;
}

.cookiealert .acceptcookies {
	margin-left: 10px;
	vertical-align: baseline;
}

a:focus-visible {
	outline: 3px solid red!important;
}

a:not([class]) {
    text-decoration: none;
}

a:not([class]):hover {
    text-decoration: underline;
}

.aspect-ratio-1-1 {
	aspect-ratio: 1/1;
	object-fit: cover;
}

a.card {
	text-decoration: none;
	color: inherit;
}

.category-button {
	margin-left: .25rem;
	margin-right: .25rem;
}

.category-button:first-child {
	margin-left: 0;
}

.category-button:last-child {
	margin-right: 0;
}

.form-control:focus, .custom-select:focus {
	border-color: pink;
}

::selection {
	color: white;
	background-color: deeppink;
}

.bg-overlay {
	position: relative;
}

.bg-overlay::before, .bg-overlay::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.bg-overlay-inner {
	z-index: 3;
	position: relative;
}

.badge {
	min-width: 1.85714rem;
	min-height: 1.85714rem;
	line-height: 1.85714rem;
	font-size: 1.21429rem;
	padding: 0.21429rem;
	position: absolute;
	display: inline-block;
	text-align: center;
	z-index: 3;
	top: 0;
	right: 0;
	-webkit-transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
	box-sizing: content-box;
}

.text-black{
	color: black!important;
}