body {
  background-color: #000; /* page background color */
  color:#bbb; /* misc body text color */
  font: 'Helvetica Neue', sans-serif;
  font-family: 'Helvetica Neue', sans-serif;
  letter-spacing: 1; 
}

p { 
  margin:0 auto;
  padding-bottom: 5px;
  font-weight:100;
  letter-spacing: 1px;
  font-size: 1.3em;
  color:#ccc; /* paragraph text color */
 
}

h1, h2, h3, h4 {
  color:#666; /* header text color */
  clear:left;
  font-weight: 200;
  letter-spacing: 2px;
  line-height: 1em;
}

section {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom:1px solid #222;
}


.container {
  padding-right: 15px;
  padding-left: 15px;
}

h4 {
  margin-top: 25px;
}
.row {
  margin-bottom: 20px;
}
.row .row {
  margin-top: 10px;
  margin-bottom: 0;
}
[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

.centerLink {
  width:200px;
  margin:0px auto;
  padding:25px;
}

.rightLink {
  position:absolute;
  right:0px;  
  padding:25px;
}