body {
  background: #f7ebcb url('../images/old_map.png') repeat;
  padding-top: 50px;
  padding-bottom: 20px;
}

body,
p, h1, h2, h3, h4, h5, h6 {
  font-family: 'Balthazar', serif;
}

body,
p {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #cf2e30;
  font-size: 32px;
  font-weight: bold;
  text-shadow: 0 -1px 0 #991d1e;
}

.navbar.navbar-fixed-top .navbar-left {
  padding: 5px 0;
}

.navbar.navbar-fixed-top .navbar-right {
  padding: 15px 0 6px 0;
}

.navbar.navbar-fixed-top li {
  color: #ffffff;
  font-size: 14px;
}

.navbar.navbar-fixed-top a {
  color: #ffffff;
}

.navbar.navbar-fixed-top a:hover {
  color: #ccc;
}

.navbar.navbar-fixed-top a i {
  font-size: 24px;
}

.jumbotron {
  background: #4b78b1 url(../images/egypt-theme.jpg) no-repeat center center;
  padding: 0;
  position: relative;
  height: 640px;
}

.jumbotron h1 {
  color: #c72d2e;
  font-size: 42px;
  text-shadow: 1px 1px #fff;
}

.jumbotron .app-store {
  background-color: #fafafa;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  height: 90px;
}

.jumbotron .app-store img {
  position: absolute;
  z-index: 4;
}

.jumbotron .ipad-screenshot {
  position: absolute;
  bottom: 0;
  z-index: 3;
  text-align: right;
  width: 100%;
}

.circled {
  -o-border-radius: 80px;
  border-radius: 80px;
  display: inline-block;
  font-size: 48px;
  height: 80px;
  padding-top: 9px;
  text-align: center;
  width: 80px;
  border: 5px solid #fff;
  color: #fff;
  background-color: #c72d2e;
  vertical-align: middle;
}

#screenshots .row {
  margin-bottom: 30px;
}

#screenshots .screenshot {
  background: #fff;
  border: 1px solid #e2d4af;
  padding: 4px;
}

.features li {
  list-style-image: url('../images/bullet.png');
}

.navbar.navbar-fixed-top .navbar-left {
  padding: 15px 0 5px 0;
}