.custom-navbar.affix .hamburger-inner {
    background-color: #695aa6;
}

.custom-navbar .logo {

    color: white;
}

h2,
h3 {
    margin-top: 1.2em;
}

.footer {
    background-color: #695aa6;
    color: white;
    padding: 0 1em;
}

.wrapper ul {
    font-weight: normal;
    list-style: none;
    padding: 0;

}

.searchbut {
    width: 300px;
    margin: 2em auto;
    display: block;
}

.footer a,
.footer p {
    color: white
}

.fruitwrapper {
    margin-bottom: 1em;
}

.custom-navbar {
    background-color: #695aa6;
}

.custom-navbar .nav .item .link:hover {
    color: rgb(57, 62, 70);
}

.wrapper {
    padding: 8em 18%;
    padding-bottom: 0;

}

.wrapper p,
.wrapper li {
    font-weight: normal !important;

}

.onecolor {
    display: flex;
    align-items: center;

}

.wrapper img {
    margin-bottom: 1em;
}

.onecolor img {
    width: 100px;
}

.quote p {
    margin-bottom: 0;
}

.quote {
    margin: 1em 0;
}


.searchField {
    position: sticky;
    transition: top 0.3s ease;  
    background-color: rgba(108, 117, 125, .3);
    z-index: 1;  
    width: 100%;
    border-bottom: 1px solid var(--purple); 
    border-top: 1px solid var(--purple);   
    border-left: none;
    border-right: none;
    box-shadow: rgba(108, 117, 125, .5) 0px 5px 5px;

}

.searchField input {
    width: 100%;
    padding: .5em 0;
    padding-left: 1em;
    border: none;

}



#searchDropdown {
    position: absolute;
    top: 42px;
    background-color: white;
    max-height: 200px;
    overflow: scroll;
    display: none;
    gap: 1em;
    flex-wrap: wrap;
    padding: 1em;
    border-bottom: 2px solid var(--purple);  
    width: 100%;
    
    
}


#searchDropdown li {
    list-style: none;
    text-align: center;
    flex-basis: 100%;
}


#searchDropdown a {

    text-decoration: none;
}


#searchDropdown a:hover {

    font-weight: 700;

}


.onecolor p {
    margin: 0;
}

.pronounce {
    font-weight: 500;
    font-family: 'Baloo Paaji', cursive;
    color: #695aa6;
    font-size: 2rem;
}

.pronounce:hover {
    cursor: pointer;
    opacity: .7;
}

#pronunciation-container {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
}

.wrapper p:first-of-type {
    margin-top: 1em;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio (9 / 16 * 100%) */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.circle {

    width: 50px;
    height: 50px;
    border-radius: 90%;
    border: none;

}

.examples {
    margin-bottom: 2em;

}
.examples p {
    margin: 0;
}


img {

    display: block;
    width: 100%;

}


.margin {
    margin-left: 1em !important;
}


.wrapper li {
    font-weight: 300;
    margin-bottom: 1em;
}

@media only screen and (max-width: 500px) {

    .wrapper {
        padding: 6em 1.2em;
        padding-top: 7em;
        padding-bottom: 0;
    }
}