html, body {
	width: 100%;
	font-size: 18px;
	font-family: Helvetica, sans-serif;
  color: #261c18;
}

body {
	background-image: url('../media/background.jpg');
	background-size: cover;
	background-position: center top;
  background-repeat: repeat-y;
}

.clear {
	clear: both;
}

.yellow {
	color: #fbd22ce3;
}

.bold {
  font-weight: bold;
}

em {
	font-style: italic;
}

.highlight {
  background-color: RGBa(255,255,255,0.8);
  padding: 5px 10px;
}

	nav a {
		color: white;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 8px;
	}

		nav a:hover {
			color: #fbd22ce3;
		}

		a:focus {
			outline-offset: 0;
			outline: none;
			color: white;
		}

	h1 {
		font-size: 2vw;
		text-transform: uppercase;
		line-height: 1.2em;
		margin-top: 12px;
	}

	h2 {
		font-size: 4em;
		text-transform: uppercase;
		line-height: 1.2em;
	}

	h3 {
		font-size: 1.7em;
		line-height: 2em;
	}

	h4 {
		font-size: 1em;
		line-height: 1.7em;
		color: #faf8f1;
	}

	.quote {
		font-size: 0.8em;
	}

	nav {
		width: 100%;
		background-color: RGBa(0,0,0,0.4);
		color: white;
		text-align: center;
	}
	nav ul {
		padding: 10px 0;
		line-height: 1.5em;
	}

	nav li {
		display: inline-block;
		padding-right: 10px;
	}

	header {
		text-align: center;
		margin: 50px auto 0 auto;
		width: 90%;
		max-width: 525px;
	}

		header img {
			width: 100%;
			margin: 0 auto;
		}

		header .track-title {
			padding: 12px 0;
			width: 60%;
		}

		header .pre-order {
			max-width: 200px;
			margin-top: 25px;
			padding: 12px;

		}
			header .pre-order:hover, header .track-title:hover {
				width: 61%;
			}

	main {
		width: 90%;
		max-width: 750px;
		margin: 0 auto;
		text-align: center;
	}

	#listen-links {
		max-width: 500px;
		margin: 25px auto 0 auto;
		font-size: 1em;
	}

		#listen-links li {
			display: inline-block;
			line-height: 2em;
		}

		#listen-links a {
			color: black;
			text-decoration: none;
			font-weight: bold;
			background-color: RGBa(255,255,255,0.8);
			padding: 3px 6px;
		}

			#listen-links a:hover {
				background-color: white;
			}

	#tour {
		font-size: 0.85em;
		margin-top: 25px;
	}

	#store {
		margin: 50px 0;
	}

	#donate form {
		max-width: 115px;
		width: 100%;
		margin: 25px auto 0 auto!important;
	}
	#donate input, #donate input img {
		width: 100%;
	}

	#sub img {
		max-height: 25px;
		padding-bottom: 25px;
	}

  #tour img, #store img, #about img, #video img {
    max-width: 163px;
    width: 23.6%;
  }

  .events {
    margin-top: 25px;
		line-height: 2em;
		color: white;
  }

  .events li {
    padding: 3px 0;
  }

  .events a {
    text-decoration: none;
    color: #fbd22ce3;
  }

  .events a:hover {
    font-weight: bold;
  }

	#about, #video {
		margin: 25px auto 50px auto;
		max-width: 600px;
	}

	#about img {
		margin-bottom: 25px;
	}

	#about p, #video p {
		color: white;
		padding-bottom: 12px;
	}

	#video img {
		display: block;
		margin: 0 auto;
	}

	#video a {
		display: inline-block;
	}

	#video li {
		display: inline-block;
		width: 32%;
		position: relative;
	}

	#video li img {
		width: 100%;
		max-width: initial;
	}

	#grid {
		margin-top: 25px;
	}

	.video-title {
		display: none;
		text-align: center;
		line-height: 1.2em;
		padding: 10px 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background-color: white;
		color: white;
		width: 100%;
	}

	.video-title a {
		color: black;
		text-decoration: none;
	}

  hr {
    border: 1px solid white;
    opacity: 0.8;
  }

  #subscribe {
  	margin: 50px auto 0 auto;
    max-width: 750px;
		width: 100%;
  }

  #subscribe li img {
    height: 30px;
    padding-right: 15px;
    opacity: 0.8;
    vertical-align: middle;
  }

    #subscribe li img:hover {
      opacity: 1;
    }

  #subscribe form {
  	margin-top: 3px;
		width: 100%;
  }

  footer {
    color: white;
    margin: 50px 0;
  }

  footer a {
    color: white;
  }

    footer a:hover {
      font-weight: bold;
    }

    footer .email {
      border: none;
      padding: 0;
      width: initial;
      padding-right: 0;
    }

/* Mailchimp Sign-up */

			#subscribe ul, #subscribe li {
				display: inline-block;
			}

			#subscribe a:focus {
				outline-offset: 0;
				outline: none;
				color: white;
			}

	#mc_embed_signup {
		display: inline-block;
		border-right: 2px solid white;
		margin-right: 5px;
	}

	.mc-field-group {
		display: inline-block;
	}

	.email, .button {
		font-size: 1em;
    padding: 5px 10px;
    width: 60%;
		border: 2px solid white;
		box-sizing: border-box;
	}

	.button {
		background-color: #261c18;
		color: white;
		border-color: #261c18;
		cursor: pointer;
    width: 30%;
		text-align: left;
	}

		.button:hover {
			font-weight: bold;
		}

	input:focus {
		outline-offset: 0;
		outline: none;
    border: 2px solid #fbd22ce3;
	}

/* Mailchimp Sign-up END */

/* Embedded player switcher */

#watch {
	width: 100%;
	margin: 50px auto 0 auto;
	display: none;
}

	#apple, #spotify, #deezer {
		display: none;
	}

	#menu {
		margin-top: -2px;
	}

	#menu ul {
		width: 100%;
	}

	#menu li {
		background-color: black;
		height: 35px;
		margin-top: -1px;
		margin-right: 10px;
		padding: 10px;
		cursor: pointer;
		display: inline-block;
		border-bottom: 2px solid black;
		border-left: 2px solid black;
		border-right: 2px solid black;
	}

	#menu img {
		height: 100%;
		vertical-align: middle;
	}

  .info .info-medium {
    width: 100%;
  }

/* Embedded player switcher END */
@media screen and (max-width: 985px) {
	body {
		background-image: url('../media/background-mob.jpg');
	}
}
@media screen and (max-width: 510px) {
	#menu li {
		height: 25px;
	}
}

@media screen and (max-width: 475px) {
	#subscribe li img {
    height: 30px;
    padding-right: 10px;
  }
	.email, .button {
		width: 100%;
		padding: 5px 0;
		text-align: center;
		display: block;
		margin: 0 auto;
	}
	.button {
		margin-top: 12px;
	}
}

@media screen and (max-width: 415px) {
	#menu li {
		margin-right: 0;
	}
}

@media screen and (max-width: 366px) {
	#menu li {
		height: 20px;
		margin-right: -6px;
	}
}

@media screen and (max-width: 330px) {
	#watch {
		display: none;
	}
	body {
		background-image: url('../media/background-mob-2.jpg');
	}
}
