.info-stage {
    /* IE10+ */
    background-image: -ms-linear-gradient(right, #050F61 0%, #050F61 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(right, #050F61 0%, #050F61 100%);
    /* Opera */
    background-image: -o-linear-gradient(right, #050F61 0%, #050F61 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #050F61), color-stop(100, #A61931));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(right, #050F61 0%, #050F61 100%);
    /* W3C Markup */
    background-image: linear-gradient(to left, #050F61 0%, #050F61 100%);
    height: 20%;
    padding: 1em;
    margin-top: 86px;
}

.list-group-item{
    border: none !important;
    /* font-size: 1.2rem; */
}

.rounded-left{
    border-radius: 5px 0px 0px 5px !important;
}
.rounded-right{
    border-radius: 0px 5px 5px 0px !important;
}

.nearby-card{
    padding: 1.5em;
}

#nearby-airport{
    background-image: url('../img/airport.jpg');
    background-size: cover;
    min-height: 200px;
}

#nearby-shopping{
    background-image: url('../img/shopping.jpg');
    background-size: cover;
    min-height: 200px;
}

#nearby-entertainment{
    background-image: url('../img/entertainment.jpg');
    background-size: cover;
    min-height: 200px;
}

#nearby-wine{
    background-image: url('../img/winery.jpg');
    background-size: cover;
    min-height: 200px;
}

#nearby-parks{
    background-image: url('../img/parks.jpg');
    background-size: cover;
    min-height: 200px;
}

#nearby-restaurant{
    background-image: url('../img/restaurant.jpg');
    background-size: cover;
    min-height: 200px;
}

.square-input{
    border: none;
    border-radius: 0px;
}

