/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */



body {
  padding-bottom: 40px;
  color: white;
  font-family: 'Alegreya', serif;
  
}


#bg{
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}
.bgwidth{
  width: 100%;
}


 



.paulaner{
  color: #4B7DAE;
  font-size: 40px;

margin-bottom: 5px;
line-height: 1em;
}

.paulaner2{
  color: #E7AD28;
}

.paulaner3{
  color: #d09e2b;
}

b {
 color: #4B7DAE;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  z-index: 15;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */






/* Center align the text within the three columns below the carousel */



/* Featurettes
------------------------- */

.featurette-divider {
  margin: 30px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */

footer{
  margin-top: 50px;
  background: rgba(0,0,0,0.6);
  padding-top: 7px;
  padding-bottom: .05px;

}




footer a {
  color: white;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {




  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
