@media (min-width: 577px) {
    #logoDesktop{
        border: none;
    }
    #navMenu > a:nth-child(4){
        border-bottom: 3px solid #B7D5BD;
    }
    .location{
        width: 94%;
        font-size: 0.9rem;
        margin: 2% 3% 0 3%;
        font-size: 1vw;
    }
    .locationElement{
        height: 85%;
        display: flex;
        flex-direction: row-reverse;
        background-color: white;
        border-radius: 10px;
        /* padding-bottom: 5%; */
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .locationElement > img{
        width: 50%;
        object-fit: cover;
        border-radius: 10px;
        aspect-ratio: 4/2;
    }
    .oneRow{
        height: 15%;
        width: 94%;
        margin: 2% 0 0% 6%;
        justify-content: left;
        align-items: baseline;
        display: flex;
    }
    .locationElementContent{
        width: 100%;
    }
    .locationElementContent > .oneRow > a > img{
        height: 3vw;
        float: left;
        margin: 0 5% 0 0;
    }
    .locationElementContent > .oneRow > img{
        float: left;
        margin: 0 5% 0 0;
        height: 3vw;
        cursor: pointer;
    }
    .locationElementContent a{
        color: black;
        text-decoration: none;
    }
    .locationElement table{
        margin: 3% 2%;
        width: 60%;
    }
    .locationElement tr > td:first-child{
        font-weight: bold;
    }
    .interButton {
        white-space: nowrap;
        display: flex;
        align-items: center;
        border-radius: 10px;
        justify-content: left;
        width: 25%;
    }
    .interButton:first-child{
    margin-right: 2rem;
    }
    .interButton:last-child{
        margin-left: 2%;
    }
    .openingsArrival{
        display: flex;
        justify-content: flex-start;
        margin-left: 5%;
    }
    .openingsArrival > img{
        height: 2rem;
        margin: 3% 3%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .location{
        width: 90%;
        font-size: 0.9rem;
        margin: 5% 5% 0 5%;
        font-size: 3.2vw;
    }
    .locationElement{
        height: 85%;
        display: flex;
        flex-direction: column;
        background-color: white;
        border-radius: 10px;
        padding-bottom: 5%;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .locationElement > img{
        /* width: 80%; */
        /* margin-left: 10%; */
        object-fit: cover;
        /* border-radius: 10px; */
        aspect-ratio: 4/2;
        /* height: 200px; */
    }
    .oneRow{
        display: flex;
        width: 100%;
        align-items: center;
        margin-top: 5%;
    }
    
    .locationElementContent{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .locationElementContent img{
        height: 1.5rem;
        margin-right: 5%;
    }
    .locationElementContent a{
        color: black;
        text-decoration: none;
    }
    .locationElement table{
        margin: 2% 5%;
        width: 60%;
    }
    .locationElement tr > td:first-child{
        font-weight: bold;
    }
    .interButton {
        width: 50%;
        aspect-ratio: 4/1;
        margin: 1% 4%;
        display: flex;
        align-items: center;
        border: 1px solid darkgrey;
        border-radius: 10px;
        padding: 2% 2% 2% 1%;
        justify-content: center;
    }
    .interButton:first-child{
        margin-right: 2%;
    }
    .interButton:last-child{
        margin-left: 2%;
    }
    .openingsArrival{
        display: flex;
        justify-content: space-between;
    }
    .openingsArrival > img{
        height: 2rem;
        margin: 3% 3%;
    }
}