body {
  color: #363636;
  font-family: Poppins;
  font-size: 14px;
  line-height: 1.4;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Poppins;
  font-weight: 300;
  line-height: 1.4;
  color: #b22b2e;
  text-transform: uppercase;
}
h1, .h1 {
  font-size: 28px;
}
h2, .h2 {
  font-size: 23px;
}
h3, .h3 {
  font-size: 19px;
}
h4, .h4 {
  font-size: 14px;
}
h5, .h5 {
  font-size: 11px;
}
h6, .h6 {
  font-size: 10px;
}
.btn-default {
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
}
.btn-default {
  font-size: 12px;
  color: #333;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
.btn-primary {
  background: #b22b2e;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
.btn-primary, .btn-default {
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}
.btn-primary, .btn-default {
  padding-top: 10px;
}
.btn-primary, .btn-default {
  padding-right: 20px;
}
.btn-primary, .btn-default {
  padding-bottom: 10px;
}
.btn-primary, .btn-default {
  padding-left: 20px;
}
