:root {
	--border-radius: 3px;
	--color-background: #111;
	--color-text: #ddd;
}

a {
	color: inherit;
}

body {
	height: 100%;
	margin: 0;
}

footer {
	padding: 5em 2em;
	text-align: center;
}

h1 {
	margin: 0
}

h2 {
	font-size: 22pt;
	text-transform: uppercase;
}

header {
	margin: 2em 2em 3em;
	text-align: center;
}

html {
	background: url(/images/background.jpg) center center no-repeat var(--color-background);
	background-size: cover;
	color: var(--color-text);
	font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
	min-height: 100%;
}

img {
	max-width: 100%;
}

input {
	border-radius: var(--border-radius);
	font-family: inherit;
	font-size: inherit;
	line-height: 42px;
	padding: 0 0.5em;
}

input[type=email] {
	border: 1px solid #999;
}

input[type=submit] {
	background: #444;
	border: 0;
	color: var(--color-text);
	cursor: pointer;
	font-weight: bold;
	line-height: 44px;
	text-transform: uppercase;
	width: 150px;
}

input[type=submit]:hover {
	background: #4F4F4F;
}

input[type=submit]:active {
	background: #555;
}

main {
	margin: 2em;
}

nav {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

nav a {
	text-decoration: none;
}

nav a:hover {
	text-decoration: underline;
}

nav li {
	display: inline-block;
	margin: 0 1em;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	font-size: 16pt;
	text-align: center;
}

section {
	margin: 5em auto;
	max-width: 970px;
}

section:first-child {
	margin-top: 2em;
}

#box-strike {
	display: block;
	margin: 2em auto 2em;
	width: 10em;
}

#logo {
	max-height: 100px;
}

#mailing-list,
#music {
	text-align: center;
}

#mailing-list input[type=submit] {
	margin: 0.5em;
}

#music img {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	display: block;
}

#music #cover {
	margin: 2em auto;
	max-width: 600px;
	overflow: hidden;
    position: relative;
}

#music #cover::after {
    display: block;
    content: "";
    padding-top: 120%;
}

#music #cover a {
	display: none;
	width: 100%;
}

#music #cover iframe {
	border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#music .links {
	font-size: 14pt;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#music .links a {
	border: 2px solid var(--color-text);
	display: block;
	padding: 1em;
	text-decoration: none;
	scale: 1;
	transition: box-shadow 0.2s, scale 0.2s;
}

#music .links a:hover {
	background: var(--color-text);
	color: #222;
	scale: 1.05;
}

#music .links li {
	margin: 0.5em auto;
	max-width: 450px;
}

#music .links svg {
	height: 1.2em;
	margin-right: 0.25em;
	position: relative;
	top: 0.25em;
    width: 1.2em;
}

#shows h2 {
	text-align: center;
}

#shows .bit-button {
	border-radius: var(--border-radius);
}

#shows .bit-top-track-button {
	display: none !important;
}

.sr-only {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
 }

.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-links li {
    display: inline-block;
    margin: 0em;
}

.social-links a {
    color: #666;
    padding: 0 0.25em;
    text-decoration: none;
}

.social-links a:hover {
    color: white;
}

.social-links svg {
    height: 1.2em;
    width: 1.2em;
}

.social-links .icon-bandcamp:hover {
    color: #1ad;
}

.social-links .icon-facebook:hover {
    color: #3a589e;
}

.social-links .icon-instagram:hover {
    color: #c0149d;
}

.social-links .icon-soundcloud:hover {
    color: #f70;
}

.social-links .icon-spotify:hover {
    color: #84bd00;
}

.social-links .icon-tiktok:hover {
    color: #ee1d52;
}

.social-links .icon-twitter:hover {
    color: #1dcaff;
}

.social-links .icon-youtube:hover {
    color: red;
}

@media only screen and (max-width: 720px) {
	nav li {
		margin: 0 0.5em;
	}

	#music #cover::after {
	    display: none;
	}

	#music #cover a {
		display: block;
	}

	#music #cover iframe {
		display: none;
	}
}
