


body {background-color:black; color:rgb(99, 99, 99);}

h2 {color:rgb(121, 121, 121);}
h1 {color:rgb(255, 143, 0);}

 p {
 line-height: 1.6;
 margin-bottom: .5em;
 } 

 a {
  color: rgb(150, 150, 150);
  text-decoration: none;
}
a:hover,
a:focus {
  color: rgb(179, 179, 179);
  text-decoration: underline;
}
.special {color:rgb(255, 143, 0);}
.nav > li > a.membersspecial {color:rgb(255, 143, 0); font-weight:bold;}
.nav > li > a.membersspecial:hover,
.nav > li > a.membersspecial:focus {
  color: rgb(255, 184, 0);

}

.btn-large {
padding: 36px 36px;
font-size: 34px;
-webkit-border-radius: 15px;
-moz-border-radius: 6px;
border-radius: 15px;
}