@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,900;1,400&family=Abril+Fatface&display=swap');
* {
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
	--orange: #ff7f04;
	--light-orange: #fcc792;
}
html {
  color: #222;
  font-size: 21px;
  line-height: 1.7em;
  font-family: Lato, Helvetica, Arial, sans-serif;
  color: #444;
  background: #fefefe;
  position: relative;
  text-align: center;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
header {
	z-index: 1;
	position: absolute;
	width: 100%;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section, footer {

}
nav {
	position: fixed;
	top: 50px;
	left: -100vw;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.5);
	transition: left 0.7s ease-in;
	text-align: left;
}
h1, h2, h3 {
	font-family: 'Abril Fatface', cursive;
	font-weight: 400;
}
h1 {
	font-size: 3em;
	line-height: 1.2em;
}
h2.article {
 color: #7C2E82;
 margin-bottom: 1em;
}
p {
	margin-bottom: 1em;
}
a[href^="mailto:"] {
	color: var(--orange);
	font-weight: bold;
	display: inline-block;
	mix-blend-mode: contrast;
}
a[href^="mailto:"]::before {
	content: url('../img/mail.svg');
	width: 1.5em;
	height: 1.5em;
	padding-right: 0.2em;
	display: inline-block;
	position: relative;
	top: 10px;
}
.nav-open {
	left: 0vw;
}
nav a {
	display: block;
	text-decoration: none;
	padding: 12px 0px 10px 15px;
	border-bottom: 1px solid gray;
}
nav a:after {
	content: attr(title);
	color: white;
	text-transform: uppercase;
	margin-left: 15px;
}
#menubutton {
	background-color: rgba(0, 0, 0, 0.3);
	padding: 2px 5px;
	border-radius: 15px;
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 5;
}
.menu:hover {
	filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.container {
	width: 100%;
	margin: 0 auto;
}
.row {
	padding: 60px 30px;
	display: block;
}
header .row {
	padding: 20px;
}
.logo {
	visibility: hidden;
}
img.menu, .menu img {
	width: 25px;
	margin: 10px 5px;
}
.hero-home {
	background: url('../img/hero2.jpg') 50% 50% / cover no-repeat;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.hero-home:after {
	content: "";
	position: absolute;
	width: 55px;
	height: 55px;
	border-right: 4px solid orange;
	border-bottom: 4px solid orange;
	bottom: 70px;
	right: 50%;
	transform: rotate(45deg) translateX(27px);
}
.hero img, .hero-home img {
	width: 80%;
}
.hero-project {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.1) 15%,rgba(0,0,0,0.1) 100%), url('../img/hero-project.jpg');
	background-position: top, center;
	background-size: auto, cover;
	width: 100vw;
	height: 50vw;
	display: table-cell;
	color: white;
	text-align: center;
	vertical-align: middle;
}
.hero h1 {
	font-size: clamp(3rem, 10vw, 6rem);
}
.hero-music, .hero-purchase, .hero-salesforce {
	background-image: url('../img/hero-music.jpg');
	background-size: cover;
	width: 100vw;
	height: 50vw;
	display: table-cell;
	color: white;
	text-align: center;
	vertical-align: middle;
}
.hero-purchase {
	background-image: url('../img/elements.png'), url('../img/bg-purchase.jpg');
	background-position: bottom left, center;
	background-size: 50vw, cover;
	background-repeat: no-repeat;
	background-blend-mode: darken, normal;
	color: #4f7774;
}
.hero-policy {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 100%), url('../img/hero-policy.jpg');
	background-position: top, center;
	background-size: auto, cover;
	width: 100vw;
	height: 30vw;
	display: table-cell;
	color: white;
	text-align: center;
	vertical-align: middle;
}
.hero-salesforce	{
	background-image: url('../img/hero-salesforce.jpg');
	background-position: center;
}
.hero-sales {
	background-image: url('../img/hero-purchase.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100vw;
	height: 15vw;
	display: table-cell;
	color: white;
	text-align: center;
	vertical-align: middle;
}
.brilliant {
	background: url('../img/bg-ideas.jpg') 50% 50% / cover no-repeat;
	color: white;
	text-align: center;
}
.byline {
	font-style: italic;
}
.premiere {
	background: url('../img/bg-concert.jpg') 50% 50% / cover no-repeat fixed;
	color: white;
	text-align: center;
}
.premiere a, .premiere a:visited {
	color: white;
}
.purchasebg {
	background: url('../img/bg-purchase.jpg') 50% 50% / cover no-repeat;
	color: #333;
}
.btn, input[type='submit'] {
	display: inline-block;
	padding: 10px 40px;
	border-radius: 38px;
	background-image: linear-gradient(to bottom, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
	color: white;
	text-decoration: none;
	margin: 2em 0;
	border: 0;
	cursor: pointer;
}
.btn:hover, input[type='submit']:hover {
	color: #006ee5;
	background-image: linear-gradient(to bottom, #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%);
}
.btn:focus {
	outline: transparent;
}
.icon-link {
	width: 100%;
}
.btn-inline {
	padding: 3px 15px;
	border: 1px solid gray;
	border-radius: 14px;
}
.btn-inline:hover {
	background-color: gray;
}
button:disabled {
	background-image: none;
	opacity: 0.95;
}
button:disabled:hover {
	background-image: none;
	opacity: 0.95;
	color: white;
}
button.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
 h2:not(.callout) {
	padding: 3px 20px;
	margin-bottom: 2em;
	display: block;
	background-image: linear-gradient(to right, rgba(183,223,45,1) 0%,rgba(227,245,171,0.33) 67%,rgba(248,255,232,0) 100%);
}
#ticket {
	transform: rotate(-15deg) scale(0.9);
}
.branding {
	position: relative;
}
.branding:before {
	content: url('../img/branding.svg');
	position: absolute;
	width: 100px;
	height: 100px;
	top: -50px;
	right: 50%;
	transform: translateX(50px);
}
.sec2 {
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
}
.sec2 img {
	width: 100%;
}
.project1, .songs {
	background: #fce9d9;
}
.project1 .sec2 div:first-child {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 1em;
}
.project1 .sec2 div:last-child {
	background: url('../img/project_crowd_bg.jpg') center / cover no-repeat;
	min-height: 600px;
}
.project2 .sec2 div:first-child {
	background: url('../img/project_artist.jpg') center / cover no-repeat;
	min-height: 600px;
}
.salesforce {
	background: url('../img/salesforce.jpg') center / cover no-repeat;
}
.songs .sec2 > div img {
	margin-bottom: 25px;
}
.song {
	display: flex;
	padding: 15px 0px 0px;
	border-bottom: 1px solid #999;
	justify-content: space-between;
	position: relative;
}
.song .playbutton {
	width: 100px;
	height: 100px;
	cursor: pointer;
	margin-bottom: 15px;
}
.song .playbutton img {
	width: 100%;
}
.song .songname {
	font-weight: bold;
	color: rgb(9, 118, 178);
	margin-bottom: 6px;
}
.song .description {
	font-size: 0.8em;
	line-height: 1.2;
	width: 75%;
	text-align: left;
}
.song .description .summary {
	font-size: 0.9em;
}
.song .description .author {
	font-size: 0.7em;
	margin-top: 6px;
}
.song a {
	color: rgb(9, 118, 178);
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.thanks .song a::before {
	content: url('../img/download.svg');
	width: 1em;
	height: 1em;
	padding-right: 0.6em;
	display: inline-block;
	color: blue;
}
#soundbars {
	width: 16px;
	position: absolute;
	display: none;
}
#soundbar svg {
	width: 100%;
}
.progresscontainer {
	background-color: #ddd;
	visibility: hidden;
}
.progressbar {
	height: 5px;
	width: 0%;
	background-color: #ff8800;
	margin: 15px 0px;
}
#errorMessage {
	display: none;
	width: 100px;
	font-size: 12px;
	line-height: 12px;
	text-align: center; 
	padding: 5px;
	color: red;
	position: absolute;
	left: 0px;
	top: 110px;
	animation: throb 1.5s ease-in-out 2.5s infinite;
}
@keyframes throb {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.spotify {
	min-height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.agree {
	
}
.formgroup {
	margin-bottom: 20px;
	display: flex;
	align-content: space-between;
}
[type="text"], [type="email"], [type="tel"], [type="email"] {
	width: 100%;
	padding: 5px 10px;
}
label, .btn_caption {
	display: block;
	font-size: 12px;
	color: #333;
}
th {
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
}

.step {
	margin-bottom: 2em;
}
table {
	width: 100%;
}
fieldset {
	background-color: rgb(240, 240, 240);
	padding: 1em;
	border-radius: 10px;
}
legend {
	font-weight: bold;
	color: #1082ff;
	padding: 2px 10px;
	background-color: rgb(240, 240, 240);
	border-radius: 10px;
	line-height: 1.3em;
}
::placeholder {
	color: #d9d9d9;
}
#cc-type {
	display: inline-block;
	float: right;
	font-size: 12px;
	color: red;
}
.video {
	background: var(--light-orange);
}
video {
	width: 100%;
	max-width: 100%;
}


footer {
	background-color: black;
	color: white;
	font-size: 0.85em;
	text-align: center;
}
footer a {
	color: white;
	text-decoration: none;
}
#footerlogo img {
	width: 100%;
}
p.links {
	text-align: center;
	font-size: 0.8em;
}
p.links a {
	display: block;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #666;
}
#links, #footerlogo {
	align-self: center;
	width: 100%;
}
.attribution {
	text-align: center;
	font-size: 0.7em;
	padding-bottom: 1rem;
}
.song-description {
	max-width: 400px;
	margin: 10px auto;
	font-size: 0.9em;
	text-align: center;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden,
[hidden] {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}


    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        img {
        	max-width: 100%;
        }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
		#footerlogo img {
			max-width: 500px;
		}
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
    	html {
    		text-align: initial;
    	}
		header {
			width: 100%;
			z-index: 1;
		}
		.logo {
			font-weight: 300;
			color: #ff7c00;
			visibility: visible;
			/*filter: contrast(30%);*/
			position: fixed;
			top: 20px;
			transition: transform 1s ease-in-out;
		}
		.sideways {
			transform: rotate(-90deg) translate(-150px, -120px);
		}
		.col2 {
			grid-template-columns: 2fr;
		}
		.col3 {
			grid-template-columns: 3fr;
		}
		#footerlogo {
			margin: 30px auto;
		}
		#description {
			max-width: 600px;
			margin: 10px auto;
		}
		#links {
			margin: 10px auto;
		}
		p.links {
			display: inline-block;
		} 
		#ticket {
			transform: rotate(-15deg) scale(1);
		}
		#description p {
			text-align: center;
			line-height: 2.5em;
			margin-left: auto;
			margin-right: auto;
		}
		#menubutton {
			display: none;
		}
		nav {
			background-color: rgba(0, 0, 0, 0.3);
			padding: 2px 5px;
			border-radius: 25px;
			display: inline-block;
			position: fixed;
			top: 20px;
			right: 20px;
			left: unset;
			width: unset;
			letter-spacing: 1em;
		}
		nav a {
			display: initial;
			padding: 0px;
			border-bottom: none;
		}
		nav a:after {
			content: "";
			text-transform: none;
			margin-left: 0px;
		}
		.icon-link img {
			width: 100%;
		}
		.col4 div {
			width: 25%;
			padding: 0 10px;
		}
		.sec2 {
			grid-template-columns: 1fr 1fr;
			grid-column-gap: 1.5em;
		}
		.row {
			padding: 10vw 60px;
		}
		footer > .row {
			padding: 1vw 20px;
		}
		.brilliant {
			padding: 10vw 0;
		}
		.purchase {
			text-align: left;
		}
		#vol {
			margin-top: -100px;
		}
		p.links {
			/*display: flex;
			justify-content: space-around;*/
			border-top: 1px solid gray;
			border-bottom: 1px solid gray;
		}
		p.links a {
			display: inline;
			/*padding-bottom: 0.2em;*/
			border: 0;
			padding: 0.2em 2vw;
		}
		p.links a:hover {
			background-color: #666;
		}
		.steps .container {
			max-width: 500px;
		}
		form#cart table {
			width: 100%;
		}
		form#cart h2 {
			text-align: center;
			margin-bottom: 1em;
		}
		form#cart div[id^=step] {
			margin-bottom: 2em;
		}
		
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		.container {
			width: 920px;
			margin-left: auto;
			margin-right: auto;
		}
		.hero-policy {
			height: 200px;
		}
    }
    
@media only screen and (min-width: 35em) {
  
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

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

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

