body {
  background: url(../img/bg.jpg) repeat #fff;
  font-family: 'Petit Formal Script', cursive;
  color: #7984d8;
  font-size: 18px;
}

.text {
  min-height: 500px;
  background: rgba(255, 255, 255, 0.6);
  padding: 50px;
}

.navbar-default .navbar-nav > li > a {
  color: #7984d8;
  font-size: 1.5em;
}

.navbar {
  margin-bottom: 0;
}

.navbar-default {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: #fff;
}

.navbar {
  border-radius: 0px;
}

.hidden {
  display: none;
}

.shown {
  display: block !important;
}
