/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-right: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: black; /* IE8 proofing */
  color: black;
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color:black;
  border-bottom-color: black;
  text-align: center;
}


body
{
  border-bottom-color: black;
  background-image: url("Brunch.jpg");
}

#wrapper
{
    width:60%;
    background: rgba(162,170,176,.9);
    margin: 0 auto;
    padding:1%;
    overflow:hidden;
    color:#ffffff;
    font-family: glyphicons, sans-serif;
    text-align:center;
}
h1
{
    color:#ffffff;
    font-family: 'Rock Salt', cursive;
    text-align:center;
    font-size: 40px
}
h2
{
    color:black ;
    font-family: 'Rock Salt', cursive;
    text-align:center;
    font-size: 1.8em;
}
h3
{
    color:#F9F9F9;
    font-family: 'Playfair Display SC', bold;
    text-align:center;
    font-size: 1.6em;
}
p
{
    color:black;
    font-family: 'Amatic SC', cursive;
    font-size:1.7em;
}
