/* General */
.center-block{
    float: none;
}

ul{
    list-style-type: none;
    text-align: left;
}

li > i{
    margin-right: 4px;
}

.bold{
    font-weight: bold;
}

.presentation{
    font-family: 'Qwigley', cursive;
    font-size: 90px;
}

.title-base h1{
    font-size: 35px;
}

.title-base.title-small p{
    font-size: 18px;
}


/* Page Specific */
#twosides-main .img-box{
    width: 200px;
}

.transparent-dark{
   background: rgba(0,0,0,.65) !important;
}

#amenities .nav-pills > li.active > a, 
#amenities .nav-pills > li.active > a:hover, 
#amenities .nav-pills > li.active > a:focus,
#amenities .nav > li > a:hover{
    background: #fdfdfd;
    color: #555;
}
