.bg {
  background: url('../img/header.jpg') center 80% / cover no-repeat;
  position: fixed;
  width: 100%;
  height: 450px; /*same height as jumbotron */
  top:0;
  left:0;
  z-index: -1;
}

.jumbotron {
  height: 450px;
  color: white;
  text-shadow: #444 0 1px 1px;
  background:transparent;
  padding: 50px;
}

.jumbotron h1.logo-font {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.logo-font {
  font-family: 'League Spartan';
}

h1.logo-font {
    padding: 30px;
    padding-bottom: 15px;
    margin: 20px 0;
}

h2 .logo-font {
    padding: 5px;
    padding-bottom: 0;
}

.logo-font.light {
  color: #4a4a4a;
  background: white;
}

.logo-font.dark {
  color: white;
  background: #4a4a4a;
}

/* Center align the text within the three columns below the carousel */
.featured .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.featured h2 {
  font-weight: normal;
}
.featured .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.featurette-divider {
  margin: 40px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the featured headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.featurette-content {
    background: rgba(74,74,74,.5);
    box-shadow: 0 0 40px 20px rgba(74,74,74,.5);
    color: white;
}

.featurette-image {
    background: #4a4a4a;
}

.featurette {
    background-size: cover;
}

#lunchbars {
    background-image: url("../img/4.png");
    backgroud-repeat-x: no-repeat;
    backgroud-repeat-y: no-repeat;
}

#events {
    background-image: url("../img/nights.jpg");
    backgroud-repeat-x: no-repeat;
    backgroud-repeat-y: no-repeat;
    background-position-x: right;
}

#support {
    background: url("../img/support.jpg") no-repeat;
    background-size: cover;
    background-position-y: 60%;
}
