@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: #34496E;
}

.topnav, .mainnav {
    display: flex;
}

.topnav {
    width: 1440px;
    background-color: #fff;
    margin: 0 auto;
    justify-content: space-between;
    padding: 20px 0;
}


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

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

}

.logo {
    margin: 0;
    font-size: 3em;
    font-family: 'Slackey', cursive;
    padding-left: 100px;
}

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

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: 8%;
    padding-bottom: 100px;
}

header h1 {
    font-family: 'Slackey', cursive;
    font-size: 60px;
    color: white;
    text-align: center;
    margin: 0;
    padding: 200px;
}

.center {
    margin: 0 auto;
}

.cta {
    background-color: #5ced74;
    padding: .25em;
    display: inline-block;
    margin: 0 auto;
    border-radius: 16px;
    font-size: 25px;
    padding: .4em 1em;
    text-decoration: none;
    color: #000
}

.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: 30px;
    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: 20%;
    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");
}