h1 {
  font-size: 33px;
  font-weight: 500;
}
h1.large {
  font-size: 45px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
h2.logo-font {
  text-transform: none;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
h6 {
  font-size: 13px;
  font-weight: 700;
}
.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;
}
.test{
  text-align: center;
  color: green;
}
.test2{
  text-align: center;
  color: red;
  font-size: 45px;
}
.small-pink {
  font-size: 1rem;
  font-weight:600;
  color: #AA336A;
}
.small-blue{
  font-size: 1rem;
  font-weight:600;
  color: blue;
}
.small-red{
  font-size: 1rem;
  font-weight:600;
  color: red;
}
.small-green{
  font-size: 2rem;
  font-weight:600;
  color: green;
}
.big-pink{
  font-size: 2rem;
  font-weight:600;
  color: pink;
}