.blue_text {
  color: #0971ce;
}
.green_text {
  color: #acce22;
}
.orange_text {
  color: #ffa500;
}
.red_text {
  color: #ff0000;
}
.yellow_text {
  color: #ffff00;
}
.white_text {
  color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
h1 {
  font-size: 70px;
}
h2 {
  font-size: 60px;
}
h3 {
  font-size: 40px;
  color: #0971ce;
}
h4 {
  font-size: 22px;
}
/*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]) */
