/* 	
	Sunset Boulevard Music Festival
     Author: Matthew Spletter
     Date: 5/11/2022
     File: sunset-boulevard.css
     Descrition: External CSS file for Sunset Boulevard Music Festival. Final Project.
*/
	*{
		box-sizing: border-box; 
		margin: 0; 
	}
/*website will feature a static full-sized image to help tie the whole theme together*/
	html{
		background-image: url(https://sunset-boulevard-music-festival.neocities.org/Images/Site_Background_v2.png);
		background-repeat: no-repeat;
		background-attachment: fixed;
		width: 100%;
		min-height: 100vh;
		margin: 0;
		background-color: #090F85;
		background-size: 100% 100%;	
	}
	body { 
		display: flex;
		flex-wrap: wrap;
		min-height: 100vh;
		justify-content: center;
		align-items: center;
		font-family: Verdana, Arial, fantasy;
		background-color: transparent; 
		color: #ffffff; 
		min-width: 900px;
		max-width: 100%;
		margin: 0px;
	}
/*I want each header to display fullscreen. All page content will live below the viewport.*/
	header {
		display: flex;
		min-height: 100vh;
		justify-content: center;
		align-items: center;
		font-family: Verdana, Arial, fantasy;
		background-color: transparent;
		background-size: 100% 100%;	
		color: #ffffff;
		margin-top: 0px;
		clear:both;
	}
	nav{
		position: fixed;
		top:0px;
		left:0px;
		height: 80px;
		width: 100%;
		z-index: 9999;
		text-align: center;
		background-color: #090F85;
		margin: 0px;
		padding-top: 20px;
		padding-bottom: 30px;
		padding-right: 0px;
	}
	nav a{
	text-decoration: none;
	}
	nav ul{
		list-style-type: none;
		margin: 0;
		padding-right: 0px;
		font-size: 1.2em;
		font-family: Verdana, Arial, fantasy;
	}
	nav li{
		display: inline;
		padding-left: 2em;
		color: #ffffff;
	}
/*make sure links are consistantly styled all accross the site. Use accent yellow #ffe675 for hover color*/
	nav a:link {color: #ffffff;}
	nav a:visited {color: #ffffff;}
	nav a:hover {color: #ffe675;}
/*The following font-families are in quotes to fix errors found during the CSS validation process*/
	h1 {
		margin: 0px;
		font-family: "Brush Script MT", "Bakerie Bold", "Cedarville Cursive", fantasy;
		font-size: 100px;
		text-align: center;
		text-shadow: 0px 0px 5px #FF2CB5, 0px 0px 20px #FF2CB5;
	}
	h2 {
		margin: 0px;
		font-family: "Brush Script MT", "Bakerie Bold", "Cedarville Cursive", fantasy;
		font-size: 60px;
		text-align: center;
		text-shadow: 0px 0px 5px #FF2CB5, 0px 0px 20px #FF2CB5;
	}
	h3 {
		margin: 0px;
		font-family: "Verdana", "Bakerie Bold", "Cedarville Cursive", fantasy;
		letter-spacing: 3px;
		font-weight: 200;
		font-size: 30px;
		text-align: center;
	}
	h4 {
		margin: 0px;
		font-family: "Verdana", "Bakerie Bold", "Cedarville Cursive", fantasy;
		letter-spacing: 3px;
		font-weight: 200;
		font-size: 25px;
		text-align: center;
	}
	p{
		font-family: "Verdana", "Bakerie Bold", "Cedarville Cursive", fantasy;
		letter-spacing: 1px;
		font-size: 25px;
		font-weight: 200;
		color: #ffffff;
	}
	ul, li, dl, dd{
		font-family: "Verdana", "Bakerie Bold", "Cedarville Cursive", fantasy;
		letter-spacing: 1px;
		font-size: 25px;
		font-weight: 200;
		line-height: 1.7em;
	}
	dt{
		font-family: "Verdana", "Bakerie Bold", "Cedarville Cursive", fantasy;
		letter-spacing: 1px;
		font-size: 25px;
		font-weight: 200;
		line-height: 1.7em;
		color: #ffe675;
	}
	footer{
		background-color: #000000;
		color: #ffffff;
		width: 100%;
		padding-top: 25px;
		padding-bottom: 25px;
		text-align: center;
		font-size: small;
		clear: right;
	}
	footer a:link {color: #ffffff;}
	footer a:visited {color: #ffffff;}
	footer a:hover {color: #ffe675;}
	
	li, dd{
		font-size: 80%;
		margin-bottom: 20px;
	}
	a{
		color: #ffb62e;
	}
	a:hover{
		color: #ffe675;
	}
/*change all wrapper elements from ids to classes. Ids are meant to be unique and this mistake is 
causeing  all kinds of error. Changing to a class attribute fixes all of these issues*/
	.wrapper{
		margin-left: auto;
		margin-right: auto;
		width: 80%;
		background-color: transparent;
		padding: 30px 30px 30px 30px;
	}
	.wrapper1{
		margin-left: auto;
		margin-right: auto;
		margin-top: 100px;
		margin-bottom: 100px;
		width: 80%;
		background-image: linear-gradient(to bottom, #090F85, #8700e0);
		padding: 30px 30px 30px 30px;
		border-radius: 25px;
	}
	.wrapper2{
		margin-left: auto;
		margin-right: auto;
		margin-top: 100px;
		margin-bottom: 20px;
		width: 80%;
		background-image: linear-gradient(to bottom, #8700e0, #ff2cb5);
		padding: 30px 30px 30px 30px;
		border-radius: 25px;
	}
	.wrapper3{
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		margin-bottom: 50px;
		width: 50%;
		background-image: linear-gradient(to bottom, #090F85, #8700e0);
		padding: 30px 30px 30px 30px;
		border-radius: 25px;
	}
	#social-icons{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.gallery{
		display: block;
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
		height: auto;
		padding: 50px 50px 50px 100px;
	}
	.gallery-vendors{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: flex-start;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		height: auto;
		padding: 10px 10px 10px 10px;
	}
/*build column classes to help manage content position. */
	.onethird{
		display: flex;
		flex-wrap: wrap;
		float: left;
		width: 33%;
		padding-left: 2em;
		padding-right: 2em;
	}
	.onehalf{
		display: flex;
		float: left;
		width: 50%;
		padding: 0px 0px 0px 0px;
	}	
	.twothirds{
		float: left;
		width: 75%;
		padding-left: 2em;
		padding-right: 2em;
	}  