/* Enter Your Custom CSS Here */
.btn {
  background: #9D2235;
  background-image: -webkit-linear-gradient(top, #9D2235, #611427);
  background-image: -moz-linear-gradient(top, #9D2235, #611427);
  background-image: -ms-linear-gradient(top, #9D2235, #611427);
  background-image: -o-linear-gradient(top, #9D2235, #611427);
  background-image: linear-gradient(to bottom, #9D2235, #611427);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #424242 2px;
  text-decoration: none;
}

.btn:hover {
  background: #000000;
  text-decoration: none;
}

/* Booster Fixes CSS With Logo and Title*/

h1#logo-text {
    display: inline;
    vertical-align: text-top;
  	margin-left: 20px;
}