html, body {
	width: 100%;
	font-family: "matisse_0", sans-serif;
  	font-weight: 300;
  	font-style: normal;
  	background-color: #f5db99;
}

html {
	scroll-behavior: smooth;

}
@font-face{
	font-family:matisse_0;
	src:url('../fonts/matisse_0.ttf') format('truetype');
	font-weight:400;
	font-style:normal
}
body {
	color: #fff;
	user-select: none;
	min-width: 350px;
	margin: 0;
	height: 100vh;
	width: 100%;
	font-size: clamp(26px, 2vw, 2vw);
}
.cls-1 {
	fill: #3e61bb;
	transition: 1s;
}
a:hover .cls-1 {
	fill: #ca2e36;	
}
#background {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;	
}
#background-image {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
a {
	transition: color 1s, transform .5s;	
	user-select: none;
	color: #ca2e36;
	-webkit-tap-highlight-color: transparent;
}
a:hover, a.active {
	color: #3e61bb;
	font-weight: 500;
	transform: scale(1.2);
}
#content{
	margin: 0 auto;	
	max-width: 88vw;
	height: auto;
	min-width: 900px;
	display: flex;
	flex-direction: column;
}
nav {
	position: fixed;
	display: flex;
	flex-direction: row;
	right: 2%;
	align-items: flex-end;
	justify-content: flex-end;
}
nav a{
	text-transform: uppercase;
	cursor: pointer;
	user-select: none;
	text-decoration: none;
	letter-spacing: .15em;
	font-size: clamp(18px, 1.2vw, 1.4vw);
	padding: .75em;
}
h1 {
        text-indent: -1000em;
    background-image: url(../media/logo.jpg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    margin: 1em auto 1em;
    min-height: 60vh;
    max-width: 60vw;
}
h2 {
	color: #ca2e36;
	font-weight: 500;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .15em;
	text-align: center;
}
.section {
/*	background-color: rgba(0,0,0,0.5);*/
	margin: 1em auto;
	width: 60%;
/*	min-height: 60vh;*/
	box-sizing: border-box;
	padding: 1em;
}
#home, #footer {
	height: auto;
	width: 100%;
	margin: 1em 0 0;
	padding: 0;
	background-color: transparent;
}
#footer {
	font-size: 1vw;
	color: #000;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 1em;
	color: #000;
	background: transparent;
	width: 100%;
	height: 50vh;
	max-width: 100%;
	margin: 0;
	font-family: sans-serif;
	background: linear-gradient(0deg,rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 10%);
}
#footer .button {
	height: 2em;
}
.social-links {
	display: flex;    
    align-items: center;
    justify-content: center;
    max-width: 100%;
}
.social-links .button {	
	transition: fill .1s, transform .5s;
    width: auto;
    height: 2.3vw;
    margin: 0 .5em;
}
#about {
	font-family: sans-serif;
	color: #000;
	text-align: center;
}
#about p {
	margin-bottom: 1em;
}
.social-links .button svg {
	width: 100%;
    height: 100%;
}
svg#icon-tiktok  {
	transform: scale(1.6);
}
svg#icon-youtube  {
	transform: scale(.8);
}

.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 ratio (9 / 16 = 0.5625) */
	height: 0;
	margin-top: 1em;
	overflow: hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}



.listen {
    display: flex;
    flex-direction: row;
    align-items: center;
    width:100%;
}
.listen .image {
    display: flex;
    max-height: 40vh;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    align-items: center;
}
.listen .image img {
    height: 100%;
    width: 100%;
}
.music-services {
    width: 100%;
    padding: 0vh 1vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.music-services a {
    display: block;
    width: auto;
    height: 40px;
    margin: 1vh 1vw;
    padding: .2vw;
    transition: transform .5s; 
}
.music-services a img {
    width: auto;
    height: 100%;
}
.music-services a:hover {
    transition: background-color .25s;
    transform: scale(1.2);
}


form {
    margin: 1.5em auto;
}

label {
    margin-bottom: 0;
    letter-spacing: 0.05em;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 1vh;
    border: 1px solid #cbb5a4;
    box-sizing: border-box;
    background-color: rgba(0,0,0,.4);
    color: #cbb5a4;
    font-size: 80%;
    font-family: "Alegreya Sans", sans-serif;
}

button, .form-button {
    padding: .4em;
    height: auto;
    font-size: .8em;
    background-color: transparent;
    border: solid 1px #cbb5a4;
    color: #cbb5a4;
    cursor: pointer;
    font-family: "Alegreya Sans", sans-serif;
    letter-spacing: 0.05em;

}
.form-button:hover,
button:hover {
    background-color: #cbb5a4;
    border-color:#cbb5a4;
    color: #000;
}



#tour{
	height: 100%;
    padding: 1em 1.7em;
    box-sizing: border-box;

    font-size: 80%;
}
#tour iframe{
	height: 100%;
    margin: 0;
    min-width: 100%;
}

.events {
	
}
.events li {
	width: 100%;
    margin: 0;
	padding: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
    position: static;
    min-height: auto;
}
.events li.alt {
	/*background-color: rgba(198, 86, 158, 0.1);*/
}
.events li.nogigs {
	font-size: 2em;
    text-align: center;
    height: 4em;
    margin-top: 1em;
    border-bottom: none;
}
.events li.pastevents{
	font-size: 2em;
}
li {
    list-style-type: none;
}
.events a {
	display: flex;
    align-items: center;
    text-decoration: none;
}
.events a:hover{
    text-decoration: none!important;
}
.events a:hover .ticket,.events a:hover .date-box {
	background-color: #f1e3b2;
}
.events a:hover .event-details .venue {
	text-decoration: underline;	
}
.date-box,.event-details,.city,.ticket {
	display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.date-box {
	color: #000;
	background: rgba(255,255,255,0.4);
/*    border-radius: 5px;*/
    text-align: center;
    min-width: 48px;
    min-height: 48px;
/*	box-shadow: 4px 4px 0 rgba(0,0,0,0.2);;*/
}
.month {
	font-size: 12px;
    line-height: 14px;
    margin-bottom: 1px;
}
.date {
	font-weight: 500;
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 0;
}
.year {
	 font-size: 10px;
    line-height: 10px;
}
.event-details {
	overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 16px;
    margin-right: 12px;
    min-width: 75%;
/*    font-family: sans-serif;*/
    color: #eee;
    font-weight: bold;
    font-size: 1.2em
}
.city {
	color: #888;
	font-style: italic;
    font-weight: normal;
    font-size: .9em	
}
.ticket {
	background: rgba(255,255,255,0.2);
/*	box-shadow: 4px 4px 0 rgba(0,0,0,0.2);;*/
	color: #000;
	font-family: sans-serif;
	width: 15%;
	max-width: 100px;
	min-height: 48px;
	text-align: center;	
/*	border-radius: 5px;*/
	transition: background-color .1s;
}
.date-box {
	transition: background-color .1s;
}
.events a .venue {
	transition: color .1s;
}

