.nav a {
  color: #5a5a5a;
  font-size: 15px;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
}

.nav li {
  display: inline;
}

.jumbotron {
  background-image:url('https://s3-eu-west-1.amazonaws.com/25062015-spief-debate-cass/Images+and+Fonts/BACKGROUND+LARGE+FINAL.png');
  height: 2000px;
}

.jumbotron .container {
  position: relative;
  top:40px;
}

.jumbotron h1 {
  text-align: center;
  color: #fff;
  font-size: 43px;  
  font-family: 'Shift', sans-serif;
  font-weight: bold;
}

.title h1 {
  text-align: center;
  color: #fff;
  font-size: 52px;  
  font-family: 'Shift', sans-serif;
  font-weight: bold;
  font-family: 'Shift', sans-serif;
}

.register a {
  text-align: center;
  color: #fff;
  font-size: 43px;  
  font-family: 'Shift', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.jumbotron p {
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}

.bodytext p {
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.image img {
    display: block;
    margin-left: auto;
    margin-right: auto }