@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: 20px 0;
	/*border: 1px solid #a2a2a2;*/
}

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

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

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

.logo {
	margin: 0;
	padding-left: 100px;
	/*border: 1px solid #a2a2a2;*/
}

.main-nav a {
	padding: 10px 15px;
	display: block;
	text-align: center;
	text-decoration: none;
	/*border: 1px solid #a2a2a2;*/
}
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: 15%;
}

.center {
	margin: 0 auto;
}

.cta {
	background-color: #5ced74;
	padding: .35em 1em;
	display: inline-block;
	border-radius: 18px;
	font-size: 24px;
	text-decoration: none;
	color: #000;
} /*this is for the green buttons*/

.cta: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;
text-shadow: 2px 2px #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");
}
