@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;
	/*text-transform: uppercase;*/
}

.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: 100px;
}


header h1 {
	font-family: 'Slackey', cursive;
	font-size: 60px;
	color: white;
	text-align: center;
	margin: 0;
	padding: 50px;
}

.center {
	margin: 0 auto;
}

.cta {
	background-color: #5ced74;
	padding: .35em 1em;
	display: inline-block;
	border-radius: 16px;
	font-size: 20px;
	text-decoration: none;
	color: #000
}

.cta a:hover {
	color: #fff;
}

.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;
}

.trio-box {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 25%;
	padding: 150px, 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");
}