@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;
	/*border: 1px solid red;*/
	/*justify-content: space-between;*/
	padding: 1.5em 0;
}

.topnav, .main-nav {
	display: flex;
}

.main-nav {
	margin: 0 auto;
	padding: 10px 0;
}

.logo {
	width: 80px;
	height: auto;
	display: block;
	margin: 0;
	padding-left: 80px;
	padding-right: 240px;
}

.main-nav a {
	padding: 10px 15px;
	/*border: 1px solid red;*/
	display: block;
	text-decoration: none;
	border-left: 2px solid transparent;
	/*text-transform: uppercase;*/
}

.main-nav a:hover {
	color:#FF0ABA;
	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;
	align-items: center;
	padding-bottom: 120px;
}


header h1 {
	font-family: 'Slackey', cursive;
	font-size: 60px;
	color: white;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0px;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.cta {
	background-color: #5ced74;
	padding: .35em 1em;
	display: inline-block;
	border-radius: 16px;
	font-size: 20px;
	text-decoration: none;
	color: #000
}

.cta:hover {
	color: #fff;
	background-color: #2fd85a;
}

.trio {
	width: 1440px;
	background-color: #9dddfb;
	padding: 20px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	font-weight: 700;
	font-size: 45px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	text-shadow: 1px 1px #000;
}

.trio-box { 
background-repeat: no-repeat; 
background-size: cover;
background-position: center;
width: 25%; padding: 125px 0;
border-radius: 10px;
margin: 0 10px;
}

.trio-one {
	background-image: url("images/skaters.jpg");
}

.trio-two {
	background-image: url("images/lab.jpg");
}

.trio-three {
	background-image: url("images/galaxylounge.jpg");
}

.row {
	width: 1440px;
	display: flex;
	margin: 0 auto;
align-items: stretch;
}

.row h2 {
    font-family: 'Slackey', cursive;
    font-size: 28px;
    font-weight: 900;
    color: #000;
    margin: 0;
}

.row-text {
    padding: 20px 40px;
}
.bday-parties,
.food-drink,
.summercamp {
	width: 50%;
	padding: 80px 100px;

	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bday-parties {
    background-color: #c05dd9;
    padding: 125px 150px;
    width: 50%;
}

.food-drink {
    background-color: #85ccc9;
    padding: 125px 150px;
    width: 50%;
}

.summercamp {
    background-color: #f9fe94;
    padding: 125px 150px;
    width: 50%;
}

.img-block {
    display: block;
}

.burger {
    background-image: url("images/burger.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    width: 50%;
}

.tile {
    font-family: 'Lato', sans-serif;
    width: 1440px;
    margin: 0 auto;
    background-image: linear-gradient(#8f72ff, #8bdeff);
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 70px 0;
}

.tile-box {
    width: 25%;
    border-radius: 20px;
    margin: 0 5px;
    background-color: white;
    text-align: center;
    overflow: hidden;
}

.tile-box h2 {
    font-weight: 700;
    font-size: 45px;
    color: white;
    text-align: center;
    line-height: 1.2;
   text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px  1px 0 #000, 1px  1px 0 #000;
    padding: 50px 0;
    margin: 0;
}

.tile-box p {
    padding: 10px 20px;
    font-weight: bold;
}

.prices {
    color: #f823ec;
}

.grid {
    width: 1440px;
    height: 618px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.grid-images {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ccc;
    width: 20%;
}

.grid-image1 {
    background-image: url("images/photo_5.jpg");
}

.grid-image2 {
    background-image: url("images/photo_7.jpg");
}

.grid-image3 {
    background-image: url("images/photo_4.jpg");
}

.grid-image4 {
    background-image: url("images/photo_9.jpg");
}

.grid-image5 {
    background-image: url("images/photo_1.jpg");
}

.grid-image6 {
    background-image: url("images/photo_12.jpg");
}

.grid-image7 {
    background-image: url("images/photo_11.jpg");
}

.grid-image8 {
    background-image: url("images/photo_3.jpg");
}

.grid-image9 {
    background-image: url("images/photo_6.jpg");
}

.grid-image10 {
    background-image: url("images/photo_2.jpg");
}

footer {
    font-family: 'Lato', sans-serif;
    width: 1440px;
    margin: 0 auto;
    padding: 4% 0 1% 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: white;
    background: linear-gradient(#b822d3, #fd80db)
}

.logo-outline {
    filter: drop-shadow(0 0 5px white);
}

.info {
    display: flex;
    justify-content: space-between;
    width: 80%;
    padding: 2% 0 4% 0;
	color: #fff;
}

ul {
    text-align: right;
}

.address {
    text-align: center;
}

.footer-list li {
    list-style: none;
    font-weight: bold;
}

.footer-list a {
    color: white;
    text-decoration: none;
}

.copyright {
    font-size: 15px;
}

.logo-outline {
	filter: drop-shadow(0 0 5px white);
}
.packages {
  width: 1440px;
  margin: 0 auto;
  background-image: linear-gradient(#8f72ff, #8bdeff);
  padding: 60px 0;
}

.package-card {
  width: 85%;
  margin: 35px auto;

  background-color: #fff;
  border-radius: 18px;
  overflow: hidden;

  display: flex;
  align-items: stretch;
}


.package-img {
  width: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.package-info {
  width: 60%;
  padding: 50px 60px;
  text-align: center;
}

.package-title {
    font-weight: 700;
    font-size: 55px;
    color: white;
    text-align: center;
    line-height: 1.2;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px  1px 0 #000, 1px  1px 0 #000;
    padding: 50px 0;
    margin: 0;
}

.package-desc {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  color: #000;
}

.package-price {
  margin-top: 25px;
  font-weight: 900;
  color: #f823ec;
}

.pkg-img1 { background-image: url("images/skaters.jpg"); }
.pkg-img2 { background-image: url("images/lab.jpg"); }
.pkg-img3 { background-image: url("images/galaxylounge.jpg"); }