body {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}
a {
  color: #e6007e;
}
a:hover, a:focus {
  color: #e6007e;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.4;
  color: #282828;
  letter-spacing: 0px;
}
h1, .h1 {
  font-size: 31px;
}
h2, .h2 {
  font-size: 25px;
}
h3, .h3 {
  font-size: 21px;
}
h4, .h4 {
  font-size: 15px;
}
h5, .h5 {
  font-size: 12px;
}
h6, .h6 {
  font-size: 11px;
}
.btn-default {
  border-width: 1px;
  border-style: solid;
  border-color: #e6007e;
}
.btn-default {
  font-size: 12px;
  color: #e6007e;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
.btn-default:hover, .btn-default:focus {
  color: #fff;
  border-color: #e6007e;
}
.btn-default:hover, .btn-default:focus, .btn-default.active {
  background-color: #e6007e;
}
.btn-primary {
  background: #e6007e;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
