h1 {
  font-size: 3.5rem;
  font-weight: 500;
}
h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}
h2.logo-font {
  text-transform: none;
}
h3 {
  font-size: 2.5rem;
}
h4 {
  font-size: 1.8rem;
}
h5 {
  font-size: 15px;
  text-transform: none;
  font-weight: 700;
}
h6 {
  font-size: 13px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 3rem;
  }
  h4 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 3rem;
  }
  h4 {
    font-size: 1.8rem;
  }
}

.text-muted {
  color: #999999;
}
.text-default {
  color: #09afdf;
}
.text-white {
  color: #ffffff!important;
}
.list li {
  padding: 5px 0;
}
.list-icons li {
  padding: 5px 0;
}
blockquote {
  border-left: none;
  display: inline-block;
  margin: 20px auto 20px;
  font-size: 16px;
  position: relative;
  padding: 10px 25px;
}
pre {
  padding: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}