/* light-blue: #B5DADF light-green: #E7F4ED bijou-brown: #70431B */

body
{
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    margin-top: 50px;
}

html
{
    height: 100%;
}

#salonFloor
{
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#findMenuOnApp
{
    margin-top: 50px;
}

.alert
{
    margin-top: 108px;
}

.navbar
{
   /* background-color: #E7F4ED */
}


.carousel-inner img 
{
    width: 100%;
    height: 100%;
}

.rounded
{
    width: 100%;
    height: 100%;
}

/* .card
{
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
} */