/* Add your styles here */


header {
    text-align: center;
    background-color: #54b4e8;
    font-family: 'Kelly Slab', cursive;
}

nav {
text-align: center;
}
nav > ul > li {
    list-style-type: none;
    display: inline-block;
    padding: 20px;
    font-size: 25px;
}

nav > ul {
    max-width: none;
}

a {
    color: #000000;
    text-decoration: none;

}

body ul li a {
        font-family: 'Kelly Slab', cursive;
        font-size: 25px;

}
body > ul {
    max-width: fit-content;
    padding: 15px;
    list-style-type: none;
}
ul li ul.dropdown li {
    display: block;

}

ul li ul.dropdown {
    width: 100%;
    position: absolute;
    z-index: 999;
    display: none;
    font-family: 'Kelly Slab', cursive;
}
 ul li:hover ul.dropdown {
    display: block;
 }
body {
    background-color: #eddc45;
}

#MakeYourMove {
    width: 500px;
    height: 550px;
    padding: 20px;
    float: left;
    
}

main {
    background-color: #eddc45;
}

*,
*::before,
*::after { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
}

#logo {
    width: 288px;
    height: 291.6px;
    padding-top: 25px;
}


a:hover {
    color: grey;
}

a.active {
    color: #ebe834;
}

 h1 {
    text-align: center;
    font-family: 'Kelly Slab', cursive;
    font-size: 25px;
    padding: 5px;

 }

article,
aside {
    vertical-align: top;
    display: inline-block;
    padding: 1%;
}

#Ptext {
    font-size: 30px;
    word-wrap: break-word;
}
iframe {
    padding: 5px;
}

#iparings {
    margin: 20px;

}


.wrapper {
    margin: 150px auto;
    width: 70%;
}

#iparings {
    float: left;
margin: 20px;
    max-height:  800px;

}

.text-box p {
    font-size: 34px;
   font-family: 'Ysabeau Infant', sans-serif;

}


.swiper {
    width: 80%;
    height: fit-content;
}

.container {
    text-align: center;
    margin: auto;
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;

}


.swiper-slide img {
    width: 80%;
    height: fit-content;
    padding: 30px;



}

#memories {
    text-align: center;
}


#welcome {
    text-transform: capitalize;
   font-family: 'Ysabeau Infant', sans-serif;
   font-size: 40px;
}

main p {
    font-family: 'Ysabeau Infant', sans-serif;
    font-size: 29px;
}


