/*stylesheet*/

html {
	font-size: 16px;
}

body {
	font-family: Open Sans;
	margin: 0;
}

h1 {
	font-weight: 600;
	font-style: italic;
	text-align: center;
}

a {
	color: #8a9d88;
}

a:hover {
	color: #333;
}

.socialbuttons {
	text-align: center;
	position: absolute;
	bottom: 20px;
	right: 0px;
	left: 0px;
}

.tickantel {
	border-radius: 20px;
	background-color: #003073;
	height: 45px;
	width: auto;
}

.buttons {
	height: 50px;
	width: auto;
}

.album.section {
	background-color: #8a9d88;
}

.album.section .main-image img {
	width: 300px;
}

.splash.section {
    background: #000 url("{{ showcase_image.url }}") no-repeat center bottom;
    background-size: cover;
    min-height: 50vw;
    color: white;
    position: relative;
	box-sizing: border-box;
}

.splash.section .main-image svg {
	max-width: 480px;
}


.about {
	background-color: #ffffff;
}

.wrapper {
	max-width: 800px;
	margin: auto;
	width: 100%;
	padding: 0 2rem;
	box-sizing: border-box;
}

.section {
	padding: 4rem 0;
}

.main-image {
	position: relative;
	text-align: center;
}

	.main-image img {
		width: 100%;
		max-width: 100%;
	}

.ayui-logo {
	text-align: center;
}

.track-list {
	padding: 0;
	margin: 1rem auto 3rem;
    text-align: center;
    list-style-type: none;
}

.track-list li {
	margin-bottom: 0.5rem;
}

.track-list span.track-number {
	margin-right: .25em;
	font-weight: 700;
}

.track-list span.name {
	margin-right: .25em;
    color: #fff;
}

.track-list span.duration {
    color: #6f433d;
}

.copyright-caption {
	position: absolute;
	color: #fff;
	bottom: 0px;
	right: 0px;
	padding: 10px 15px;
}

	.copyright-caption a {
		color: #fff;
		text-decoration: none;
	}

	.copyright-caption a:hover {
		color: #ccc;
	}

.splash.section .copyright-caption {
	opacity: .5;
}

.splash .wrapper p {
	text-align: center;
	margin: 60px;
	text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
}


@media all and (max-width: 500px) {
	.socialbuttons {
		bottom: 30px;
	}
	.copyright-caption {
		right: 0px;
		font-size: 12px;
	}
	.splash .wrapper p {
		text-align: center;
		margin: 60px 0 120px;
	}
}

.media {
	background-color: #f5f5f5;
}
.main-footer {
	background-color: #f2f2f2;
	color: #66;
	padding: 1em 0;
	text-align: center;
	font-size: 14px;
}