@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Slackey&display=swap');
	
* {
	box-sizing: border-box;
}

body {
	font-family: Lato, sans-serif;
	line-height: 1.6;
	margin: 0;
	background-color: #ececec;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1, a {
	color: #34495E;
}

.topnav {
	width: 1440px;
	background-color: #fff;
	margin: 0 auto;
	justify-content: space-between;
	padding: 1.5em 0;
	border-bottom: 1px solid black;
}

.topnav, .main-nav {
	display: flex;
}

.main-nav {
	margin: 0 auto;
	padding: 10px 0;
	font-weight: 700;
}

.logo {
	padding-left: 150px;
	padding-top: 10px;
}

.main-nav a {
	padding: 10px 15px;
	display: block;
	text-decoration: none;
}

.main-nav a:hover {
	color: #FF0ABA;
}

.main-nav li a:hover {
	display: block;
	background-color: #ccc;
	border-left: 2px solid #FF0ABA;
}

header {
	background-image: url("../images/door.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 1440px;
	height: 800px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 125px;
}

header p {
	font-family: Slackey, cursive;
	font-size: 60px;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 50px;
}

.center {
	margin: 0 auto;
}

.center2 {
	text-align: center;
}

.cta {
	background-color: #5CED74;
	padding: .05em 1em;
	display: inline-block;
	border-radius: 16px;
	font-size: 30px;
	font-weight: 700;
	text-decoration: none;
	color: #000;
	filter: drop-shadow(6px 6px 2px #00000059);
}

.cta:hover {
	color: #fff;
}

.trio {
	width: 1440px;
	height: 550px;
	background-color: #8BE0FF;
	padding: 20px;	
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 55px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
}

.trio-box {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 25%;
	height: 65%;
	padding: 125px 0;
	border-radius: 15px;
	margin: 0 10px;
}

.trio-one {
	background-image: url("../images/skaters.jpg");
}

.trio-two {
	background-image: url("../images/lab.jpg");
	line-height: 1em;
	padding: 100px 50px;
}

.trio-three {
	background-image: url("../images/galaxylounge.jpg");
	padding: 95px 70px;
}

.row {
	width: 1440px;
	margin: 0 auto;
	display: flex;
	line-height: 1.2em;
	font-weight: 400;
	font-size: 21.5px;
}

.row h2 {
	font-family: Slackey, cursive;
	font-size: 40px;
	color: #000;
	margin: 0;
}

.bday-parties .cta {
	padding: .5em 1.1em;
}

.food-drinks .cta {
	padding: .4em 2.5em;
}

.summer-camp .cta {
	padding: .5em .6em;
}

.bday-parties {
	background-color: #CA54DE;
	padding: 125px 156px;
}

.food-drinks {
	background-color: #70CFC9;
	padding: 95px 165px;
}

.summer-camp {
	background-color: #FBFE8B;
	padding: 115px 179px;
}

.summer-camp h2 {
	line-height: 1.0em;
}

.img-block {
	display: block;
}

.card {
	width: 1440px;
	margin: 0 auto;
	background-image: linear-gradient(#8F72FF, #8BE0FF);
	display: flex;
	justify-content: center;
	align-items: stretch;
	padding: 50px 0;
	font-weight: 900;
}

.card-box {
	width: 25%;
	border-radius: 10px;
	margin: 0 10px;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}

.card-box h2 {
	font-weight: 700;
	font-size: 57px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	padding: 50px 0;
	margin: 0;
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

.card-box p {
	padding: 10px 20px;
}

.funtazmic h2 {
	background-image: url("../images/skaters.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.extremefun h2 {
	background-image: url("../images/lab.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 16px 50px;
}

.ultimatefun h2 {
	background-image: url("../images/galaxylounge.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 16px 50px;
}

.price {
	color: #F704EA;
}

.banner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
	width: 1440px;
	height: 618px;
}

.banner-box {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 20%;
}

.photo1 {
		background-image: url("../images/photo_5.jpg");
}

.photo2 {
		background-image: url("../images/photo_7.jpg");
}

.photo3 {
		background-image: url("../images/photo_4.jpg");
}

.photo4 {
		background-image: url("../images/photo_9.jpg");
}

.photo5 {
		background-image: url("../images/photo_1.jpg");
}

.photo6 {
		background-image: url("../images/photo_12.jpg");
}

.photo7 {
		background-image: url("../images/photo_11.jpg");
}

.photo8 {
		background-image: url("../images/photo_3.jpg");
}

.photo9 {
		background-image: url("../images/photo_6.jpg");
}

.photo10 {
		background-image: url("../images/photo_2.jpg");
}

footer {
	width: 1440px;
	margin: 0 auto;
	padding: 4% 0 1% 0;
	background-image: linear-gradient(#BA0FCF, #FD80DB);
	display: flex;
	align-items: center;
	flex-direction: column;
	color: white;
}

.info {
	display: flex;
	justify-content: space-between;
	width: 80%;
	padding: 2% 0 4% 0;
}

footer img {
	 filter: drop-shadow(0px 2px 0px white) 
			 drop-shadow(0px -2px 0px white) 
			 drop-shadow(2px 2px 0px white) 
			 drop-shadow(-2px -2px 0px white);
}

.address {
	text-align: center;
}

.footmenu {
	text-align: right;
}

.footmenu li {
	list-style: none;
	font-weight: bold;
}

.footmenu a {
	text-decoration: none;
	color: white;
}

.footmenu a:hover {
	border-bottom: 2px solid white;
}

.copy {
	font-size: 10px;
}

.longcards {
	width: 1440px;
	margin: 0 auto;
	background-image: linear-gradient(#8f71ff, #8bdfff);
	display: flex;
	align-items: center;
	padding: 3% 0;
	flex-direction: column;
	font-weight: 900;
	line-height: 1.3em;
}

.longcard {
	width: 80%;
	border-radius: 16px;
	margin: 2%;
	background-color: #fff;
	display: flex;
}

.longcardinfo {
	text-align:center;
	padding-left: 18%;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 3%;
	padding-top: 2%;
}

.longcardinfo h2 {
	font-size: 64px;
	font-weight: bolder;
	color: #fff;
	text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
}

.longcardimg1 {
	background-image: url("../images/skaters.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 33%;
	border-radius: 16px 0 0 16px;
}

.longcardimg2 {
	background-image: url("../images/lab.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 33%;
	border-radius: 16px 0 0 16px;
}

.longcardimg3 {
	background-image: url("../images/galaxylounge.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 33%;
	border-radius: 16px 0 0 16px;
}