@charset "utf-8";
/********* CSS RESETS **********/

nav ul, nav ol {
	list-style-type: none;
}

img {
	max-width:100%;
}

h1, h2, h3, p, ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #131012;
}

h1, h2, h3 {
	font-family: 'Koulen', 'sans serif';
}

p {
	font-family: 'Instrument Sans', 'sans serif';
}

a {
	text-decoration: none;
}
/********* End CSS Reset *********/

/********* Body Styles *********/
#container {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #120f3b;
}
/********* End Body Styles *********/

/********* Header Styles *********/
header {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(18,15,59,0.53) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(18,15,59,0.53) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(18,15,59,0.53) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(18,15,59,0.53) 100%);
}

header h1 {
    text-align: center;
    font-size: 3em;
    font-weight: 500;
    color: rgba(255,255,255,1.00);
    padding-top: 35px;
}

#topNav ul {
	display: flex;
	justify-content: space-around;
}

#topNav ul li {
	padding-top: 20px;
	padding-bottom: 10px;
}

#topNav ul li a {
	font-family: 'Koulen', 'sans serif';
	color: #ffffff;
	font-size: 1.25em;
	font-weight: 300;
}
/********* End Header Styles *********/

/********* Middle Styles *********/
.banners {
    background-image: url(Images/concert_600x304.png);/*This image was sourced from https://www.pexels.com/photo/people-in-concert-1763075/*/
    position: relative;
    height: 600px;
    width: 100%;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    padding-top: 20px;
}

#text {
    background-color: hsla(0,0%,100%,0.65);
    display: flex;
}

#text div {
	flex: 2;
}

#text h2 {
	font-size: 2em;
	font-weight: 300;
	padding-left: 20px;
	padding-top: 20px;
}

#text p {
	font-size: 1em;
	font-weight: 300;
	padding: 10px 20px 20px 20px;
	line-height: 25px;
}

#text button {
    flex: 1;
    margin: 20px;
    padding: 10px 10px;
    font-family: 'Koulen', 'sans serif';
    font-size: 1.5em;
    transition-duration: 0.4s;
    background-image: -webkit-linear-gradient(270deg,rgba(85,10,73,1.00) 0%,rgba(105,12,90,1.00) 29.64%,rgba(113,14,97,1.00) 51.61%,rgba(103,12,88,1.00) 73.58%,rgba(85,10,73,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(85,10,73,1.00) 0%,rgba(105,12,90,1.00) 29.64%,rgba(113,14,97,1.00) 51.61%,rgba(103,12,88,1.00) 73.58%,rgba(85,10,73,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(85,10,73,1.00) 0%,rgba(105,12,90,1.00) 29.64%,rgba(113,14,97,1.00) 51.61%,rgba(103,12,88,1.00) 73.58%,rgba(85,10,73,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(85,10,73,1.00) 0%,rgba(105,12,90,1.00) 29.64%,rgba(113,14,97,1.00) 51.61%,rgba(103,12,88,1.00) 73.58%,rgba(85,10,73,1.00) 100%);
    justify-content: center;
    border-radius: 20px;
}

#text button:hover {
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(41,4,35,1.00) 29.64%,rgba(62,8,53,1.00) 51.61%,rgba(41,4,35,1.00) 73.58%,rgba(0,0,0,1.00) 99.59%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(41,4,35,1.00) 29.64%,rgba(62,8,53,1.00) 51.61%,rgba(41,4,35,1.00) 73.58%,rgba(0,0,0,1.00) 99.59%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(41,4,35,1.00) 29.64%,rgba(62,8,53,1.00) 51.61%,rgba(41,4,35,1.00) 73.58%,rgba(0,0,0,1.00) 99.59%);
    background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(41,4,35,1.00) 29.64%,rgba(62,8,53,1.00) 51.61%,rgba(41,4,35,1.00) 73.58%,rgba(0,0,0,1.00) 99.59%);
}

#text button a {color: #ffffff;}

#lineup h2, #tickets h2 {
    background-image: -webkit-linear-gradient(180deg,rgba(252,240,214,1.00) 0%,rgba(85,10,73,1.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(252,240,214,1.00) 0%,rgba(85,10,73,1.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(252,240,214,1.00) 0%,rgba(85,10,73,1.00) 100%);
    background-image: linear-gradient(270deg,rgba(252,240,214,1.00) 0%,rgba(85,10,73,1.00) 100%);
	color: #ffffff;
	font-size: 2em;
	font-weight: 300;
	padding: 15px 40px;
}

.performersBox {
    background-image: -webkit-linear-gradient(270deg,rgba(189,188,240,1.00) 0%,rgba(231,231,250,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(189,188,240,1.00) 0%,rgba(231,231,250,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(189,188,240,1.00) 0%,rgba(231,231,250,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(189,188,240,1.00) 0%,rgba(231,231,250,1.00) 100%);
	margin: 20px auto;
	max-width: 400px;
	display: block;
}

.performersBox h3 {
	font-size: 2em;
	font-weight: 300;
	padding-top: 20px;
	padding-left: 20px;
}

.performersBox p {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 25px;
}

.performersBox button {
	display: block;
    margin: 20px auto;
    padding: 10px 30px;
    font-family: 'Koulen', 'sans serif';
    font-size: 1.5em;
    border-radius: 50px;
    transition-duration: 0.4s;
    background-image: -webkit-linear-gradient(270deg,rgba(85,10,73,1.00) 0%,rgba(105,12,90,1.00) 29.64%,rgba(113,14,97,1.00) 51.61%,rgba(103,12,88,1.00) 73.58%,rgba(85,10,73,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(85,10,73,1.00) 0%,rgba(105,12,90,1.00) 29.64%,rgba(113,14,97,1.00) 51.61%,rgba(103,12,88,1.00) 73.58%,rgba(85,10,73,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(85,10,73,1.00) 0%,rgba(105,12,90,1.00) 29.64%,rgba(113,14,97,1.00) 51.61%,rgba(103,12,88,1.00) 73.58%,rgba(85,10,73,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(85,10,73,1.00) 0%,rgba(105,12,90,1.00) 29.64%,rgba(113,14,97,1.00) 51.61%,rgba(103,12,88,1.00) 73.58%,rgba(85,10,73,1.00) 100%);
}

.performersBox button a {color: #ffffff;}

.performersBox button:hover {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(41,4,35,1.00) 29.64%,rgba(62,8,53,1.00) 51.61%,rgba(41,4,35,1.00) 73.58%,rgba(0,0,0,1.00) 99.59%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(41,4,35,1.00) 29.64%,rgba(62,8,53,1.00) 51.61%,rgba(41,4,35,1.00) 73.58%,rgba(0,0,0,1.00) 99.59%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(41,4,35,1.00) 29.64%,rgba(62,8,53,1.00) 51.61%,rgba(41,4,35,1.00) 73.58%,rgba(0,0,0,1.00) 99.59%);
    background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(41,4,35,1.00) 29.64%,rgba(62,8,53,1.00) 51.61%,rgba(41,4,35,1.00) 73.58%,rgba(0,0,0,1.00) 99.59%);
}

#tixform {
    background-image: -webkit-linear-gradient(270deg,rgba(189,188,240,1.00) 0%,rgba(231,231,250,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(189,188,240,1.00) 0%,rgba(231,231,250,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(189,188,240,1.00) 0%,rgba(231,231,250,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(189,188,240,1.00) 0%,rgba(231,231,250,1.00) 100%);
	margin: 20px;
}

#tixform h3 {
	padding: 15px 20px;
	font-size: 2em;
	font-weight: 300;
}

#tixform p {
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: -10px;
}

#tixform button {
	margin: 20px;
    padding: 10px 30px;
    font-family: 'Koulen', 'sans serif';
    font-size: 1.5em;
    color: #ffffff;
    border-radius: 50px;
    transition-duration: 0.4s;
    background-image: -webkit-linear-gradient(270deg,rgba(85,10,73,1.00) 0%,rgba(105,12,90,1.00) 29.64%,rgba(113,14,97,1.00) 51.61%,rgba(103,12,88,1.00) 73.58%,rgba(85,10,73,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(85,10,73,1.00) 0%,rgba(105,12,90,1.00) 29.64%,rgba(113,14,97,1.00) 51.61%,rgba(103,12,88,1.00) 73.58%,rgba(85,10,73,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(85,10,73,1.00) 0%,rgba(105,12,90,1.00) 29.64%,rgba(113,14,97,1.00) 51.61%,rgba(103,12,88,1.00) 73.58%,rgba(85,10,73,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(85,10,73,1.00) 0%,rgba(105,12,90,1.00) 29.64%,rgba(113,14,97,1.00) 51.61%,rgba(103,12,88,1.00) 73.58%,rgba(85,10,73,1.00) 100%);
	justify-content: center;
}

#gadmission form, #showtix form {
	padding-left: 20px;
}

#gadmission form label, #showtix form label {
	font-family: 'Instrument Sans', 'sans serif';
	font-size: 1em;
	font-weight: 500;
}

#venue {
    background-image: url(Images/venue_600x600.png);/*This image was sourced from https://www.pexels.com/photo/people-at-coachella-music-festival-in-usa-21790487/*/
	position: relative;
    height: 600px;
    width: 100%;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    padding-top: 20px;
}

#venueBackground {
    max-width: 50%;
	height: 600px;
	padding-right: 20px;
    background-color: hsla(0,0%,100%,0.65);
}

#venue h2 {
	font-size: 2em;	
	font-weight: 300;
	padding: 20px;
}

#venue p {
	font-size: 1em;
	padding-left: 20px;
}

/*********Footer Styles *********/
footer {
    background-image: -webkit-linear-gradient(90deg,rgba(0,0,0,1.00) 0%,rgba(18,15,59,0.53) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(0,0,0,1.00) 0%,rgba(18,15,59,0.53) 100%);
    background-image: -o-linear-gradient(90deg,rgba(0,0,0,1.00) 0%,rgba(18,15,59,0.53) 100%);
    background-image: linear-gradient(0deg,rgba(0,0,0,1.00) 0%,rgba(18,15,59,0.53) 100%);
	margin-left: auto;
	margin-right: auto;
}

footer h2 {
	font-size: 2em;
	font-weight: 300;
	color: #ffffff;
	display: block;
	width: 50%;
	margin: 5px auto;
	padding-top: 10px;
}

footer p {
	color: #ffffff;
	font-size: 1em;
	padding-bottom: 20px;
	display: block;
	width: 50%;
	margin: 5px auto;
}

footer form {
	font-family:"Koulen", 'sans serif';
	font-weight: 500;
	font-size: 1.5em;
	margin: 0px auto;
	display: flex;
	width: 50%;
	column-gap: 3px;
}

.email {
	padding: 10px;
	color: gray;
	flex: 2;	
}

.signup {
	padding: 10px;
	background-color: #282183;
	color: #ffffff;
	flex: 1;
	transition-duration: 0.4s
}

.signup:hover {
    background-color: #453ACD;
}

#socialIcons ul {
    display: flex;
	justify-content: space-around;
}

#socialIcons {
	padding-top: 30px;
	font-size: 1.5em;
}

#socialIcons ul li i {
    color: #ffffff;
    transition-duration: 0.4s
}

#socialIcons ul li i:hover {
	color: #B5B1EB;
}
/********* End Footer Styles *********/
@media only screen and (min-width: 600px) {
	#container {
		max-width: 960px;
	}
}

@media only screen and (min-width: 960px) {
	#container {
		max-width: 1440px;
	}
	
	#performers {
		display: flex;
		flex: 1fr 1fr 1fr;
	}
}
