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

.nav ul {
    text-align: center;
}

.nav li {
  display: inline;
}



.jumbotron {
  background-image:url('http://twitrheaders.com/wp-content/uploads/2014/05/Spiral.jpg');
  height: 153px;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron .container {
  max-height: 105px;
  position: relative;
  
  background-color: #000000;
  border: 1px white;
      border-style:dotted solid double dashed; 
  opacity: 0.6;
}

.jumbotron h1 {
  letter-spacing: 16px;
  padding-top: 10px;
  color: #fff;
  font-size: 48px;  
  font-family: 'Shift', sans-serif;
  font-weight: bold;
}

.jumbotron p {
  background-size: contain;
  padding-left: 12px;
  font-size: 20px;
  color: #fff;
}

.sitewall .container {
    background-color: white;
    padding-top: 15px;
    padding-left: 200px;
    padding-right: 200px;
    display: block;
}

.sitewall p {
    text-align: center;
    flex-wrap: wrap;
}


.weekwall a {
  text-align: center;
  color: #5a5a5a;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.weekwall p {
    padding-top: 7px;
}

.learn-more {
  background-color: #f7f7f7;
}

.learn-more h3 {
  font-family: 'Shift', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.learn-more a {
  color: #00b0ff;
}

.intermission {
    background-color: #efefef;
    border-bottom: 1px solid #dbdbdb
}

.intermission h2 {
    color: #393c3d;
    font-size: 24px;
    text-align: center;
}

.intermission p {
    font-size: 15px;
    margin-bottom: 13px;
    text-align: center;
}

.intermission {
    text-align: center;
    
}



.flagnav a {
    color: #393c3d;
    font-size: 18px;
    text-align: center;
    padding: 14px 30px;
    }

.flagnav .prev a {
    color: red;
    float: left;
}

.flagnav .next a {
    color: red;
    float: right;
}

.flagnav h4 {
    font-size: 10px;
}


code {
    font-family: monospace;
    background-color: cyan;
}

li {
    font-weight: bold;
    text-align: center;
}