.blue_text {
  color: #007096;
}
.green_text {
  color: #008000;
}
.orange_text {
  color: #ffa500;
}
.red_text {
  color: #d81e05;
}
.yellow_text {
  color: #ffff00;
}
.white_text {
  color: #ffffff;
}
.btn.btn-default {
  background: #d81e05 url("/application/themes/ahi_responsive_theme/images/button-bg.png") no-repeat left center;
  color: #ffffff;
  padding: 10px 30px;
  border: none;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #333333;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
/*Media Queries*/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up [sm]) */
/* Medium devices (desktops, 992px and up [md]) */
/* Large devices (large desktops, 1200px and up [lg]) */
