@charset "UTF-8";
/* CSS Document */

html {
	background-color: #a28c69;
	background: url(pics/flo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 80%;
	position: relative;
	min-height: 100vh;
}

body {
	margin: 0;
}

* {
	font-family: "Lora", serif;
}

/*
.dm-serif-text-regular-italic {
	font-family: "DM Serif Text", serif;
	font-weight: 400;
	font-style: italic;
}
*/

header, main {
	margin-left: 3%;
	margin-right: 3%;
}

header {
	margin-top: 40px;
}

main {
	width: 94%;
	position: relative;
	margin-bottom: 60px;
}

section {
	color: rgb(0 0 0);
	padding: 20px;
	padding-top: 3px;
	padding-bottom: 20px;
	background-color: rgb(252 226 93 / 79%);
	letter-spacing: 0.03em;
	max-width: 700px;
	margin-bottom: 20px;
}

hr {
	background-color: rgba(255, 255, 255, 0.5);
	border: none;
	height: 2px;
}

section hr {
	background-color: rgba(0, 0, 0, 0.3);
	border: none;
	height: 1px
}

section a {
	cursor: pointer;
	color: rgb(189 42 1);
	text-decoration: underline;
}

h1 {
	font-size: min(13vw, 8.8em);
	font-weight: bold;
	line-height: 0.9em;
	color: rgb(252 225 93);
	margin-top: 0.2em;
	margin-bottom: 0.05em;
}


nav {
	margin-bottom: 10px;
}

nav a {
	letter-spacing: 0.03em;
	cursor: pointer;
	font-weight: normal;
	font-size: 30px;
	color: rgb(255 255 255 / 50%);
	text-decoration: none;
	margin-right: 10px;
	transition: all 0.2s;
}


.nav_current {
	font-weight: bold;
	font-size: 1.5em;
	color: rgb(255 55 0);
}

#dates {
	padding-top: 10px;
}


#dates ul {
	padding: 0;
}

#dates li {
	list-style-type: none;
	display: flex;
	margin-bottom: 7px;
	line-height: 1.1em;
}

#dates span.info {
	display: inline-block;
	text-wrap: auto;
}


#dates span.date {
	width: 65px;
	flex-shrink: 0;
}

#dates span.location, #dates span.location a {
	font-weight: normal;
}

#dates span.band {
	font-weight: bold;
}

#dates h3 {
	font-size: 2.5em;
	border-top: solid 1px;
	border-bottom: solid 1px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 5px;
	margin-top: 17px;
}

#dates h4 {
	font-size: 1.5em;
	margin-bottom: 7px;
	margin-top: 12px;
}

#about h2 {
	font-size: 1.3em;
	margin-bottom: 7px;
	margin-top: 17px;
}

#past {
	display: none;
}

#about p {
	margin-bottom: 6px;
}

#contact a {
	font-size: 1.6em;
}

#contact label {
	display: inline-block;
	line-height: 1.8em;
	width: 130px;
}

#contact input[type=text], #contact input[type=email] {
	width: 175px;
	background: rgba(255, 255, 255, 0.3);
	border: none;
}

#contact .button {
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-top: 10px;
	background-color: #d14a25;
	border: none;
	border-radius: 5px;
	padding: 6px 12px;
	width: auto;
	font-size: 1.1em;
	color: #efe19a;
}

footer {
	opacity: 0.5;
}

footer img {
	margin-right: 9px;
	width: 38px;
}

#webdesign {
	color: #ffffff4d;
	font-size: 11px;
	position: absolute;
	bottom: 10px;
	left: 3%;
}

#webdesign a {
	color: #efe19a62
}


@media only screen and (max-width:650px) {


	nav a {
		display: block;
		font-size: 20px;
	}


	footer img {
		margin-right: 6px;
		width: 28px;
	}
}