body{
	background-color: #673AB7;
}

.hero img{
	height: 50%;
	width:100%;
}

.header h1{
	font-family: 'Righteous';
	color:#67C8FF;
	padding: 1em;
}

.home{
	padding: 2em;
}

.home img{
	height: 50%;
	width:100%;
}

.home h1{
	font-family: 'Righteous';
	color:#67C8FF;
}
.about h2{
	font-family: 'Righteous';
	color:#67C8FF;
}

@media only screen and (min-width: 30em) {
	.hero img{
	height: 70%;
	width:100%;
}
	.home h1{
		text-align:center;
	}
	.about p{
		text-align:center;
		font-size: 20px;
		margin-left: 4em;
		margin-right: 4em;
	}
	.header h1{
		text-align:center;
		font-size: 35px;
	}
	.about h2{
		font-size: 30px;
		text-align:center;
	}
}

.descriptions h1{
	font-family: 'Righteous';
	color:#67C8FF;
	padding: 1em;
}

.descriptions h3{
	font-family: 'Righteous';
	color:#67C8FF;
	text-align:left;
	padding-bottom: 2em;
}


.descriptions h2{
	font-family: 'Righteous';
	color:#67C8FF;
	padding-top: 2em;
}

@media only screen and (min-width: 30em) {
	.descriptions p{
		text-align:center;
		font-size: 20px;
		margin-left: 4em;
		margin-right: 4em;
	}
	.descriptions h1{
		text-align:center;
		font-size: 35px;
	}
	.descriptions h2{
		font-size: 30px;
		text-align:center;
	}
	.descriptions h3{
		font-size: 25px;
		text-align:center;
	}
}

.events h1{
	font-family: 'Righteous';
	color:#67C8FF;
	text-align:center;
	padding-top: 2em;
}

.events h2{
	font-family: 'Righteous';
	color:#67C8FF;
	padding-top: 1em;
}

.events h3{
	font-family: 'Righteous';
	color:#67C8FF;
	padding-top: 1em;
	padding-bottom: 2em;
}

.events h4{
	font-family: 'Poppins', sans-serif;
	color:white;
	text-align:center;
	font-style: italic;
	font-size: 12.5px;
	padding-bottom: 2em;
}

.events img{
	padding-top: 2em;
	display: block;
    margin: 0 auto;
}

@media only screen and (min-width: 30em) {
	.events p{
		text-align:center;
		font-size: 20px;
		margin-left: 4em;
		margin-right: 4em;
	}
	.events h1{
		text-align:center;
		font-size: 35px;
	}
	.events h2{
		font-size: 30px;
		text-align:center;
	}
	.events h3{
		font-size: 25px;
		text-align:center;
	}
	.events h4{
		text-align:center;
		font-size: 15px;
	}
	.events img{
		height: 500px;
		width: 400px;
	}
}


p{
	font-family: 'Poppins', sans-serif;
	color:white;
	text-align:left;
}

iframe{
	padding-bottom: 2em;
}

button{
	display: block;
    margin: 0 auto;
    background-color:#67C8FF;
    font-family: poppins;
    border-radius: 5px;
    border-style: none;
}

.tickets h1{
	font-family: 'Righteous';
	color:#67C8FF;
	text-align:center;
	padding-top: 2em;
}

.tickets h2{
	font-family: 'Righteous';
	color:#67C8FF;
	text-align:center;
	padding-top: 1em;
}

.tickets img{
	height: 300px;
	width: 75%;
	padding-bottom: 2em;
	display: block;
    margin: 0 auto;
}

@media only screen and (min-width: 30em) {
	.tickets h1{
		text-align:center;
		font-size: 35px;
	}
	.tickets h2{
		font-size: 30px;
	}
	.tickets img{
		height: 500px;
		width: 400px;
	}
	button{
		width: 8%;
		height: 6%;
	}

}


footer{
	background-color:#67C8FF;
	padding: 1em;
}

footer h4{
	font-family: 'Righteous';
	color:#673AB7;
	text-align:center;
}

@media only screen and (min-width: 30em) {
	footer h4{
		font-size: 20px;
	}

