* {
    outline: none;
    scroll-behavior: smooth;
    font-family: 'Acme', sans-serif;
}


body {
    background-color: black;
    color: silver;
}


nav {
    display: flex;
    justify-content: center;
}

.IMGchefLaney {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 300px;
}

.IMGwifeyGibbs {
    position: fixed;
    right: 0px;
    bottom: 0px;
    height: 250px; 
}

.menu {
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    text-align: center;
}


/* ********************************************************************************************* */

@media only screen and (max-width: 600px) {

    body {
        color: black;
    }

    .IMGchefLaney {
        /* position: fixed; */
        left: auto;
        right: 10px;
        bottom: auto;
        top: 10px;
        height: 300px;
        border-radius: 50%;
        border: solid silver 1px;
        height: 120px;        
    }

    .LOGOchefLaney {
        height: 160px;
        position: fixed;
        left: 0px;

    }

    .menu {
        left: 0px;
        right: auto;
        top: 220px;
        border: solid 1px;
        width: 200px;
        background-color: rgb(192, 192, 192, 0.8);
        /* text-align: center; */
    }

.IMGwifeyGibbs {
    height: 180px;
}
    

    


}