@media only screen and (min-width: 500px) {

* {
    margin: 3.5px;
}

logo img {
    width: 20%;
    display: flex;
}

nav ul li {
    text-decoration: none;
    flex-direction: row;
    list-style: none;
    display: inline-block;
    font-size: 20px;
}

nav ul li a {
    color: black;
    list-style: none;
    color: inherit;
}

a {
    list-style: none;
}


.front-page h1 {
    font-size: 65px;
    font-family: 'Rufina', serif;
    position: relative;
}

.front-page h3 {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    text-align: center;
    margin-top:-40px;
    padding-top: 40px;
}

.front-page {
    background-color: rgb(255, 255, 255);
    margin: 20px;
    align-items: center;
    text-align: center;
   
}

.front-page img {
    width: 100%;
    border-radius: 45px;
}

.front-page p {
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
}

button {
    background-color: rgba(149, 181, 149, 0.825);
    color: white;
    padding: 12px;
    border-radius: 5px;
    border: none;
    width: 35%;
}

.experience h1 {
    font-family: 'gotu';
    font-size: 60px;
    text-align: center;
    color:rgb(149, 181, 149);
    line-height: 55px;
    padding-top: 40px;
}

.experience img {
    width: 100%;
}

.experience p:first-of-type {
    font-size: 21px;
    font-family: 'Gotu', sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 5px;

}

.experience p:last-of-type {
    font-size: 15px;
    font-family: 'Gotu', sans-serif;
    font-weight: 400;
    text-align: center;
}

.experience button {
    padding: 20px;
    align-items: center;
    margin: 32px;
}

.experience button:last-of-type {
    background-color: rgb(170, 208, 57);
}

.packages h1 {
    font-family: 'gotu';
    font-size: 60px;
    text-align: center;
    color:rgb(219, 184, 213)
}

.packages h3 {
    font-size: 22px;
    font-family: 'gotu';
}
.packages img {
    width: 100%;
}

/*** FIND US ***/

.find-us h1 {
    text-align: center;
    padding: 30px;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
}

.find-us h2 {
    text-align: center;
    font-family: 'Inter', sans-serif;
    padding-bottom: 30px;
}

.find-us h3 {
    font-family: gotu, sans-serif;
    font-size: 30px;
    padding: 25px;
    text-align: center;
}

.find-us img {
    width: 98%;
    padding-top: 25px;
}

footer {
    background-color: rgb(251, 233, 236);
    padding: 40px;
    display: flex;


}

footer ul {
    color: black;
    text-decoration: none;
    list-style: none;
    font-family: 'Gotu', sans-serif;
}

footer li {
    text-decoration: ;
}

footer p {
    text-align: center;
}

}

@media only screen and (min-width: 992px) {

    body {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin: 50px;
        align-items: center;
    }

    nav ul li {
        flex-direction: row;
        text-decoration: none;
        list-style: none;
    }

    nav ul li a {
        list-style: none;
    }

    logo img {
        width: 25%;
    }

    .front-page {
       flex-direction: column;
       align-items: center;
       
    }

    .learn-more button {
        width: 200%;
        align-content: center;
    }

    .packages {
        display: flex;
        flex-direction: center;
        font-size: 30px;
    }

    .experience img {
        width: 70%;
        padding: 30px;
    }



}