.blue_text {
  color: #0000ff;
}
.green_text {
  color: #008000;
}
.orange_text {
  color: #ffa500;
}
.red_text {
  color: #ed1c24;
}
.yellow_text {
  color: #ffff00;
}
.white_text {
  color: #ffffff;
}
a,
a:visited,
a:active {
  color: #ed1c24;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #333333;
}
h1 {
  color: #ed1c24;
  font-size: 25px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 14px;
}
/*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]) */
