.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
  transition: color 0.75s;

  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 17px;
  display: inline-block;
  float: none;
}

.shiftTest {
    margin-left: 100px;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  color: #777;
  /*background-color: transparent;*/
  background-color: #E8E8E8;
  margin-top: 2em;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}
.play-btn{
    width: 100px;
    height: 100px;
    background-color: #777;
    padding: 0.5em 0.7em;
    font-size: 2.1em;
    border-radius: 50px;
    display: inline-block;
    opacity: 0.8;
    color: #E8E8E8;
}
.play-btn:hover, .play-btn:active, .pxxx{
    opacity: 1;
    color: #E8E8E8;
}

.striker{
    opacity: 1;
    color: #E8E8E8;
}
/* Customize the nav-top links to be fill the entire space of the .navbar */

.navbar-top{
  background-color: #000;
  border-color: #777;
  border-bottom-style: groove;
  border-bottom-width: medium;
  font-size: 17px;
  text-align: center;
}
.navbar-top li > a,
.navbar-top .dropdown-menu{
  transition: color 0.75s;
  background-color: #000;
  color:#777;
}
.navbar-top li > a:hover, 
.navbar-top li > a:focus,
.navbar-top .active > a:hover,
.navbar-top .active > a:focus,
.navbar-top .open > a:hover,
.navbar-top .open > a:focus{
  background-color: #222;
  color: #fff;
}
.navbar-top .active > a, .navbar-top .open > a{
  background-color: #222;
  color: #ccc;
}
.navbar-brand:hover{
  color: #fff;
}
.navbar-brand{
  transition: color 0.75s;
  color: #ccc;
}
.navbar-toggle .icon-bar{
  background-color: #fff;
}



@media (min-width: 768px) {
  .navbar-brand{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .02em;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Top Right URL */
.la-change{
    position: absolute;
    top: 10px;
    right: 15%;
}

.grad001 {
  background: -webkit-linear-gradient(white, black); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, black); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, black); /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, black); /* Standard syntax */
}

.BruceSchneier {
    color: white;
    text-align: center;
    text-decoration:none;
    font-style: italic;
    font-size: 20px;
    font-family:"Times New Roman",Bodoni,Garamond,"Minion Web","ITC Stone Serif","MS Georgia","Bitstream Cyberbit";

    padding-top:30px;
    padding-bottom:15px;
    margin-top:0px;
    margin-bottom:0px;
}


.BruceSchneier:hover{text-decoration:underline;}