/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body { width: 100%; height: 100%; }
html { width: 100%; height: 100%; }
 @media(min-width:767px) {
 .navbar {
 padding: 0px 0;
 -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
 -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
 transition: background .5s ease-in-out, padding .5s ease-in-out;
}
 .top-nav-collapse {
 padding: 0;
}
}
.about-section { /*  height: 100%;*/ padding-top: 60px; text-align: center; clear: both; }
.menu-section {/* height: 100%; */padding-top: 120px; text-align: left; clear: both; }
.catering-section { height: auto; padding-top:120px; text-align: left; clear: both; }
.catering-section h1 { text-align: center; }
.book-table-section { height: auto; padding-top: 120px; text-align: center; clear: both; }
.contact-section { /*height: 100%;*/ padding-top: 120px; clear: both; }
