@font-face {
	font-family: "SD-Georgia-Light";
	src: url("../fonts/SD-Georgia-Light.ttf.woff") format("woff"),
		url("../fonts/SD-Georgia-Light.ttf.svg#SD-Georgia-Light") format("svg"),
		url("../fonts/SD-Georgia-Light.ttf.eot"),
		url("../fonts/SD-Georgia-Light.eot?#iefix") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

body {
	font-family: "SD-Georgia-Light";
}

h1.logo {
	font-family: "SD-Georgia-Light";
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

a {
	color: #d81a7a;
	text-decoration: none;
}

img {
	max-width: 100%;
}

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

img {
	page-break-inside: avoid;
}

p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}

h2,
h3 {
	page-break-after: avoid;
}

#primary-nav {
	padding: 0;
	text-align: center;
	margin: 50px 0 25px;
}

#primary-nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
	display: inline-block;
}

#primary-nav ul li {
	margin-right: 20px;
	display: inline-block;
}

#primary-nav ul li:last-child {
	margin-right: 0;
}

#primary-nav ul li a {
	text-decoration: none;
	font-size: 17px;
	color: black;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
}

#primary-nav ul li a:hover,
#primary-nav ul li a.active {
	color: #d81a7a;
}

h1.site-logo {
	margin: 0 0 30px 0;
}

article {
	max-width: 890px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 23px;
	margin: 30px auto;
}

main {
	max-width: 745px;
	margin: 0 auto;
}

.slider {
	overflow: hidden;
	background-color: white;
	max-height: 322px;
}

.slider > div {
	margin: 0 auto;
	text-align: center;
}
.slider img {
	height: 400px;
	object-fit: cover;
	object-position: center;
}
@media screen and (min-width: 400px) {
	.slider img {
		height: 497px;
	}
}

.player {
	margin: 40px 0;
}

.player h2 {
	font-size: 19px;
}

.inner-content {
	margin: 0 24px;
	text-align: center;
}

.inner-content h1 {
	font-size: 32px;
	line-height: 43px;
	font-weight: 400;
}

@media only screen and (min-width: 575px) {
	article {
		margin: 50px auto;
	}
	.slider {
		max-height: 480px;
	}
}
