html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}


H1, H2, H3, H4, H5 {
  /* font-family: 'Courgette', cursive; */
  /* font-family: 'Kaushan Script', cursive; */
  /* font-family: 'Roboto Slab', serif; */
  /* font-family: 'Asap Condensed', sans-serif; */
  font-family: 'Asap', sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-weight: 700;
  color: #ff8004!important;
  text-transform: uppercase;
  /* text-align: center; */
  /* letter-spacing: 2px; */
}

.headtext{
  text-transform: none;
  /* font-family: 'Kaushan Script', cursive; */
  font-family: 'Courgette', cursive;
  font-size: 45px;
  text-shadow: 1px 1px 1px #222;
  /* letter-spacing:  3px; */
}

.news_title {
  text-transform: uppercase;
  font-family: 'Asap Condensed', sans-serif;
  font-weight: 400;
  font-size: 30px;
}

.promo_badge_title{
  text-transform: uppercase;
  font-family: 'Asap Condensed', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #333!important;

}

.italic {
    font-family: 'Courgette', cursive;
}

.promo_badge_text{
  /* text-transform: uppercase;
  font-family: 'Asap Condensed', sans-serif;
  font-weight: 400; */
  font-size: 14px;
  line-height: 100%;
  color: #333!important;

}

.news_type {
  /* text-transform: uppercase; */
  /* font-family: 'Asap Condensed', sans-serif; */
  /* font-family: 'Kaushan Script', cursive; */
  font-family: 'Courgette', cursive;

  font-weight: 400;
  font-size: 16px;
  color: #007BFF!important;
}

.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.bg-dark {
  background-color: #ff8004!important;
}

.shadow-text{
    /* text-shadow: 2px 2px 2px #555; */
}

.orange {
    background-color: #ff8004!important;
}

.orange-text {
    color: #ff8004!important;
}

.sub-text {
  color: #666!important;
  font-weight: 400!important;

}

.navbar, .robotoslab{
    font-family: 'Roboto Slab', serif;

}

.white-text {
    color: #ffffff!important;
}   

@media (min-width: 768px) {
    .navbar-brand.abs
    {
        position: absolute;
        width: 20%;
        left: 40%;
        text-align: center;
    }
}
.navbar {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

