@media (device-width: 100%) {
    body{
        background-size: cover;
        width: 100%;
        height: 100%;
        font-family: Rockwell Extra Bold;
    }
    #navbarList{
        width: 65%;
        text-align: center;
        background-color: bisque;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 10px;
        margin-top: 5px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-top-style: dashed;
        border-bottom-style: dashed;
        height: 240px;
        overflow-x: scroll;
    }
    #foot{
        background-color: blue;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        color: white;
        background-position: bottom;
        margin-top: 200px;
    }
    #carouselExampleIndicators{
        width: 100%;
        height: 400px;
    }
}

body{
    background-size: cover;
    width: 100%;
    height: 100%;
    font-family: Rockwell Extra Bold;
}

#navbarList{
    width: 65%;
    text-align: center;
    background-color: bisque;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 10px;
    margin-top: 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-style: dashed;
    border-bottom-style: dashed;
    height: 240px;
    overflow-x: scroll;
}
#foot{
    background-color: blue;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    background-position: bottom;
    margin-top: 200px;
}
#carouselExampleIndicators{
    width: 100%;
    height: 400px;
}
