.blue_text {
  color: #195697;
}
.green_text {
  color: #008000;
}
.orange_text {
  color: #ffa500;
}
.red_text {
  color: #cd100a;
}
.yellow_text {
  color: #ffff00;
}
.white_text {
  color: #ffffff;
}
a,
a:visited,
a:active {
  color: #009ccf;
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #195697;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 27px;
  color: #3a3d40;
}
h3 {
  font-size: 21px;
  color: #009ccf;
}
h4 {
  font-size: 21px;
}
/*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]) */
