/*!---------- Custom Styles Here ----------*/

.bg-primary {
  /*background: #DC9550 !important;*/
  /*background-image: linear-gradient(red, yellow);*/
	background: #121619 !important;
}
.ribbon {
  background: #121619;
  display: inline-block;
  padding: 0 12px 0 24px;
  text-align: center;
  position: relative;
  height: 24px;
  margin-left: -10px;
}
.ribbon h1,
.ribbon h2,
.ribbon h3,
.ribbon h4,
.ribbon h5,
.ribbon h6 {
  color: #ffffff;
}
.ribbon:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  border: 12px solid #121619;
  z-index: -1;
  right: -24px;
  border-left-width: 24px;
  border-right-color: transparent;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
}

.sub {
  font-size: 16px !important;
	font-weight: bold !important;
}

.sub a {
	color: #ffffff;
}
.stars {
	font-size: 20px !important;
	margin-left: 10px;
	letter-spacing: 1px;
}
.btn {
  border-radius: 4px;
  border: 2px solid #000000;
  padding: 0 26px;
  height: 40px;
  min-width: 150px;
  font-size: 14px !important;
  text-transform: none !important;
  letter-spacing: 1px !important;
  color: #000000 !important;
  text-align: center;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}
.btn:hover {
  background: #f6f6f6 !important;
  color: #000000 !important;
}
.alt-font {
  text-transform: none !important;
  font-family: 'Pathway Gothic One', 'Georgia', 'Helvetica', sans-serif;
  font-size: 20px;
  letter-spacing: 1px !important;
  line-height: 32px;
  color: #222;
}