/* 
    Document   : xyzbootstrap
    Created on : 07/11/2013, 9:03:13 AM
    Author     : Windows 7
    Description:
        Purpose of the stylesheet follows.
*/

.footer {
    margin-top: 30px;
}

.book-now {
    text-align: center;
    max-width: 100%;
    padding: 15px; 
}

.about-text {
    margin-bottom: 35px;
}

.min-pad-top {
    padding-top: 0px;
}

section {
    padding-bottom: 40px;
}

h2 {
  display: inline-block;
  padding: 12px;
  margin-top: 0;
  font-size: 22px;
  background: #2b2b2b;
  border: 7px double #fff;
  color: #fff;
}

.alert {
    margin-bottom: 0px;
}

.home-text a {
    margin: 0px 10px;
}

.book-n {
    margin-top: 10px;
}

.footer-text {
    display: inline;
    text-align: right;
}

.footer .fa-cog {
    font-size: 2em;
    padding: 5px;
}

.footer ul li {
    list-style: none;
}

.opaquepanel    {
  height: 100%;
  background-color: rgba(34, 34, 34, 0.5);
  position: relative;

}

.mix_all:hover{
    cursor: pointer;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
    max-height: none;
}