body {
    background-image: url("images/indexBG01.png");
    font-family: sans-serif;
    padding: 20px;
}

.profPic01 {
    border-radius: 25px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 400px) {
    .profPic01 {
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 25px;
}
}

.vimeo-player {
    width: 475px;
    height: 268px;
    align-content: center;
    padding: 10px;
    border-radius: 25px;
}

@media only screen and (max-width: 400px) {
    .vimeo-player {
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 25px;
}
}

.SpotLigtDisplay {
    border-radius: 25px;
}

h1 {
    font-size: 40px;
    margin-top: 5px;
    margin-bottom: 1px;
}

h2 {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.occupation {
    font-size: 20px;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2, p {
    text-align: center;
}

.menu {
    /* display: flex; Optional for centering the card */
   
    width: 80%;
    background-color: aqua;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    max-width: 500px;
    border-radius: 25px;
    min-height: 800px; /* Optional for vertical centering */

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    animation: float 3s ease-in-out infinite; /*Apply the animation */
}


@keyframes float {
    0% {
        transform: translateY(0px); /* Start at original position */
    }

    50% {
        transform: translateY(-10px); /* Move Up Slightly */
    }

    100% {
        transform: translateY(0px); /* Return to Original postion */
    }
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}

.portal {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
}

hr {
    height: 2px;
    background-color: black;
    border-color: black;
}

.bottom-line {
    margin-top: 15px;
}

h1, h2 {
    font-family: Impact, serif;
}

.item p {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
}

.flavor, .dessert {
    text-align: left;
    width: 75%;
}

.portfolio {
    text-align: center;
}

.about {
    text-align: center;
}

.services {
    text-align: center;
}

.home {
    text-align: center;
    font-size: 20px;
}

.linkedIn {
    text-align: center;
}

.contact {
    text-align: center;
}

.price {
    text-align: right;
    width: 25%;
}

/*FOOTER*/

footer {
    font-size: 14px;
}

address {
    font-style: normal;
}

.address {
    margin-bottom: 5px;
}

a {
    color: black;

}

a:hover {
    color: pink;
    text-decoration: none;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: purple;
    text-decoration: none;
}

a:active {
    color: black;
    text-decoration: none;
}
