/* CSS */
.btn {
  background: #e4414b;
  border: 1px solid #e4414b;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: bold !important;
  line-height: 16px;
  min-height: 50px;
  outline: 0;
  padding: 15px 30px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
	margin-bottom: 30px !important;
}

.btn:hover,
.btn:active {
  background-color: initial;
  background-position: 0 0;
  color: #e4414b;
}

.btn:active {
  opacity: .5;
}
.btn-default {
  color: #fff;
  background-color: #e4414b;
  border-color: #d41e29;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-size: 1.1em;
  font-weight: bold;
}