#mainmenubutton {
    left: 0;
    top: 0;
    padding: 2px;
}

#mainmenubutton > div {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
}

#menu > li {
    display: inline;
}


#contactmessage {
    height: 200px;
}

label {
    /* display: flex;
    flex-direction: row;
    justify-content: flex-end; */
    text-align: right;
    width: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

.carousel {
    height: 120px;
}
.carousel-item {
    text-align: center;
    padding-top: 20px;
}

.carousel-item > img{
    margin: auto;
}

.diane {
    min-width: 10%;
    max-height: 100px;
    min-height: 100px;
}

.shopTable {
    width: 100%;
}

/* Use media queries to change the image appearance for smaller screens
https://www.w3schools.com/cssref/css3_pr_mediaquery.asp */
@media only screen and (max-width: 400px) {
    img.diane  {
        left:30vw;
        top:18vh;
        position:fixed;
        z-index: 100;
    }

    .shopTable {
        width: 100%;
    }
}

.carousel-indicators > li {
    background-color: black;
}

.carousel-control-prev, .carousel-control-next {
    color: black;
    background-color: black;
}

.shopcontrol {
    display: inline;
}

.col {
    border: 1px solid grey;
    margin: 10px;
}