.banner{
    height : 300px;
}
.banner.azure{
    height : 300px;
    background-color : azure;
}
.header {
    font-size: 36px;
}
.space {
    height:50px;
}
.space.large{
    height:100px;
}
/*
.red {
    background-color : #E62117;
}
.red.color {
    color : #E62117;
}
.lighter.red {
    background-color : #F53632;
}*/
/*
 * Restaurant Nav
 */

.restaurant.sidenav {
    width : 250px;
    height : 100%;
    position : fixed;
    left : 0;
    z-index : 999;
}
.restaurant.sidenav>li {
    width : 100%;
    font-size: 18px;
    list-style: none;
    height: 50px;
    padding-left : 20px;
}
.restaurant.sidenav>li.item:hover {
    background-color: lightgrey;
    cursor:pointer;
}
.restaurant.sidenav>li.item>.content {
    color : black;
    height :100%;
}
.restaurant.sidenav>li.header>.content {
    color : #777777;
    height : 100%;
}
.restaurant.sidenav>li>.content>i {
    margin-right: 10px;
}
.restaurant.topnav{
    height : 50px;
    margin-left : 250px;
    z-index:0;
}
.restaurant.content {
    margin-left : 250px;
}
.clickable:hover{
    cursor : pointer;
}

