@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;
}
.main-nav{
    margin: 20px auto;
}
.main-nav a:hover{
    color: #ff0aba;
}
.topnav, .main-nav{
    display: flex;
}
.logo{
    margin: 0;
    font-size: 3em;
    font-family: 'Slackey', cursive;
    padding-left: 100px;
}
.main-nav a{
    padding: 10px 15px;
    display: block;
    text-decoration: none;
}
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;
    border-radius: 16px;
    font-size: 24px;
    text-decoration: none;
}
.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;
}
.trio-box{
     background-size: cover;
    background-position: center;
    width: 25%;
    padding: 125px 0;
    border-radius: 10px;
    margin: 0 18px;
}
.trio-one{
    background-image: url(../images/skaters.jpg);
}
.trio-two{
 background-image: url(../images/skaters.jpg);
}
.trio-three{
 background-image: url(../images/skaters.jpg);
}