html { 
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/ceasar-salad.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  padding-top: 8.9rem;
  height: 100%;
  background-color: #262626;
}

@media (max-width: 500px) {
  body {
    padding-top: 1rem;
  }
}

#location-container a {
  color: #333;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
 font-family: 'Roboto', sans-serif;
}

/* welcome section style */
.jumbotron {
  margin: 0;
  background-color: #262626;
  color: #8cc63e;
  border-radius: 0!important;
}

.jumbotron .container {
  padding: 0;
}

.jumbotron h1 {
  font-weight: 200;
  width: 50%;
}

.jumbotron p {
  font-size: 1em;
}
/* welcome section style */

.background-overlay {
  position: absolute;
  width: 100%;
  height: auto;
}

@media(max-width:1100px){
  .banner-content {
    padding: 20% 0 20% 0;
    height: 100%!important;
    min-height: 100%!important;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/ceasar-salad.jpg") no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

/*banner*/
.background-overlay h1 {
  position: relative;
  width: 100%;
  color: #fff;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#home .background-overlay h1 {
  background-color: rgba(0, 0, 0, 0.6);
}

.banner-content {
  height: 100vh;
  padding-top: 20%;
}
/*end banner*/

.main {
  overflow: hidden;
  padding: 0;
}

.row {
  margin: 0;
}

a, a:hover {
  text-decoration: none;
  color: #fff;
}
/* navbar style */
#logoHeader {
  width: 500px;
  height: 50px;
}

.navbar-default {
  position: fixed;
  width: inherit;
}

.navbar, .navbar-collapse {
  background-color: #262626;
  border: 0;
}

.navbar-header {
  min-height: 70px;
}

/*collapsed menu style*/

@media(max-width: 1100px){
  #logoHeader {
    width: 320px;
    height: 32px;
    margin-top: 12px;
  }
}

@media(max-width:767px){
  #logoHeader {
    width: 200px;
    height: 20px;
    margin-top: 8px;
    margin-left: 15px;
  }
}

@media(max-width:767px){
  .container > .navbar-header {
    width: 100%;
    margin: 0;
    min-height: 0;
  }
}

#bs-example-navbar-collapse-1 {
  margin: 0;
  margin-right: 25px;
  width: 100%;
}

.in ul, .collapsing ul {
  min-height: 80px;
  text-align: center;
  float: none;
}

.navbar-default .navbar-toggle {
  border-color: #8cc63e;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #8cc63e;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }
}
/*end collapsed menu*/
.navbar > .container {
  padding-top: 1.5%;
  padding-left: 0;
  padding-right: 0;
}

.navbar h1 {
  display: inline;
  font-family: 'Abril Fatface', cursive;
  font-size: 4em;
  line-height: 65%;
  color: #fff;
}

@media(max-width:767px){
  .navbar h1 {
    font-size: 10vw;
    margin-left: 20px;
    line-height: 1.1;
  }
}

.navbar-nav {
  float: right;
}

.navbar-default .navbar-nav > li > a, #dropdownAbout {
  font-size: 112%;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  color: #fff;
  letter-spacing: 1.5px;
  transition: all 0.8s;
}

.navbar-default .navbar-nav > li > a:hover, #dropdownAbout:hover {
  color: #8cc63e;
}

/*styling for green outline button*/
.navbar-default .navbar-nav > li.button > a {
  border-bottom: 1px solid #8cc63e;
  letter-spacing: 3px;
}

.green {
  color: #8cc63e;
}
/* end navbar style */

/* banner */
.banner {
  padding: 0;
}

.banner img {
  width: 100%;
}
/* end banner */

/* home page content */
.row > div {
  padding: 0;
}

img {
  width: 100%;
}

.middle {
  display: table-cell;
  height: 500px;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: #fff;
}

.middle > div {
  display: inline-block;
}

.light-background {
  background-color: #fff;
}

.dark-background {
  background-color: #262626;
}

.light-background p, .light-background div.button {
  color: #000;
}

.middle h2 {
  letter-spacing: 2px;
  color: #8cc63e;
}

.middle p {
  font-size: 120%;
  font-weight: 300;
  padding: 10px;
}

.row .button {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  padding: 17px 26px;
  color: #fff;
  display: inline-block;
  border: 2px solid #8cc63e;
  border-radius: 33px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#menu .button {
  display: none;
  font-weight: 100;
  font-size: 90%;
}

.row .button:hover {
  color: #fff;
  background-color: #8cc63e;
}
/* end home page content */

/*menu*/
#menu {
  height: auto;
  background-color: rgba(0, 0, 0, 0.7);
  margin-bottom: 100px;
  margin-top: 13%;
  text-align: center;
}

#menu-container > div > div {
  padding: .5rem;
}

@media (max-width:767px) {
  #menu {
    margin-bottom: 0;
    margin-top: 4rem;
  }
}

#menu .button {
  margin: 1%;
}

#menu > h1 {
  width: initial;
}

#menu-container, #location-container {
  background-color: #fbfbfb;
  padding: 2% 6% 6% 6%;
}

#menu-container p {
  margin-bottom: 0;
  font-size: 1.5em;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
}

@media (max-width:767px) {
  #menu-container p  {
    text-align: left;
  }
}

#menu-container  p + p {
  margin-bottom: 5%;
  font-weight: 300;
  font-size: 1.3em;
}

.specials-row {
  margin-left: -10%;
  margin-right: -10%;
}

@media (max-width:767px) {
  .specials-row  {
    margin: 0;
  }
}
/*end menu*/

/*location/maps*/
#map-rothesay-ave, #map-mcallister, #map-brunswick {
  height: 25em;
}

#location-container p {
  font-weight: 300;
  font-size: 1.3em;
}
/*end location*/

/*photos*/
ul#photo-grid {
  list-style: none;
  padding: 0;
}

ul#photo-grid li {
  overflow: hidden;
  height: 147px;
  padding: 3px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

@media (max-width:500px) {
    ul#photo-grid li {
      overflow: hidden;
      height: 7rem;
  }
}

#photo-grid li:hover {
  transform: scale(1.1);
  z-index: 1;
  padding: 0;
  -moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, .5);
  box-shadow: 10px 10px 5px rgba(0, 0, 0, .5);
}

/*modal*/
#load-screen {
  display: inline-block;
}

#load-screen p {
  font-size: 3rem;
  font-weight: 200;
}

i.fa-refresh {
  font-size: 4rem;
}

.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99999999;
  background-color:rgba(0,0,0,.8)
}
.modal-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.modal {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  max-height: 60rem;
  margin: 0 3rem 0 3rem;
  
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
  
  background-color:white;
}

@media (max-width: 500px) {
  .modal {
    width: 90%;
    margin: 0;
  }
}

a.controls i {
  font-size: 4rem;
  color: white!important;
  cursor:pointer;
}

@media (max-width: 500px) {
  a.controls i {
    display: none;
  }
}

i.fa-times {
  position: absolute;
  font-size: 4rem;
  color: white;
  right: 3rem;
  cursor:pointer;
}
/*end modal*/

/*end photos*/

/* about page */
.about-banner {
  height: 100%;
  overflow: hidden;
}

@media(min-width:768px){
  .mobile-banner {
    display: none;
  }
}

@media(max-width:767px){
  .desktop-banner {
    display: none;
  }
}

.banner-caption {
  position: absolute;
  letter-spacing: 2px;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px 11px 5px 11px;
  top: 3%;
  font-size: 2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
}

@media (max-width: 766px) {
  .banner-caption {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    text-align: center;
    font-size: 110%;
    font-weight: 300;
    top: 45%;
  }
}

.about-content-break h1 {
  font-weight: 300;
  padding: 4rem;
  font-size: 4.5rem;
}

.about-middle {
  margin-top: 10%; 
  margin-bottom: 0;
}

#about-page hr {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  height: 1px;
  background-color: #8cc63e;
}

.about-container {
  color: #262626;
  font-weight: 300;
}

.about-container .center {
  text-align: center;
}

.about-container img {
  width: 70%;
}

.about-container .info {
  padding-left: 10%;
}

.about-container h2 {
  font-size: 45px;
}

.about-container p {
  font-size: 20px;
}

.about-container li {
  font-size: 35px;
}

.about-container ul {
  list-style: none;
  text-align: left;
  margin-left: 25%;
}

@media (min-width: 992px) {
  .story-text-offset {
      margin-left: 5.333333%;
  }
}

@media (min-width: 1046px) {
  .story-text {
      margin-top: 4%;
  }
}

.story-text p {
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
}

.story-text p.quote {
  text-align: center;
  font-style: italic;
  padding: .5rem;
}

@media (max-width:800px) {
  .story-text p.quote {
    padding: 1rem;
    border-bottom: 1px solid #8cc63e;
    border-top: 1px solid #8cc63e;
  }
}

.story-text p.quote span {
  display: block;
}

.light-background p {
  color: #000;
}

@media (max-width:800px) {
  .about-banner {
    height: auto;
  }

  .about-content-break h1 {
    font-size: 2rem;
    padding: 2.5rem;
  }
}

/* end about page */

/* footer */
footer, footer i {
  background-color: #262626;
  height: auto;
  text-align: center;
  font-size: 2em;
  padding: 3%
}

footer p {
  font-size: .5em;
}

footer i {
  cursor: pointer;
}

footer .row p.button {
  display: none;
}
/* end footer */

