
*
 * 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;
  font-family: glyphicons, sans-serif;
  text-align: right;
}
body


{
background:url(http://media0.giphy.com/media/Yj5YA9M2NSLf2/giphy.gif);
  background-size:cover;
}


#wrapper
{
   width:40%;
   background-color:rgba(165,151,166,0.8);
   margin: 0 auto;
   border: 1px solid black;
   border-radius: 40px 20px;
   padding:1%;
   overflow:hidden;
   color:#9494B8;
   font-family: glyphicons, sans-serif;
   text-align:center;
}

h1
{
color:white;
font-family: 'Anton', sans-serif;
text-align:center;
font-size: 30px
}
h2
{
color:black;
font-family: 'Roboto', sans-serif;
text-align:center;
}
p
{
font-family: courier;
text-align:center;
color:white;
font-size:1em
}



