/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify main-style.css file.

*/

/* Your custom css codes start here: */
.bg-teal {
  background-color: #54C6DA !important;
}
}
.bg-blue-main {
  background-color: #0057BF !important;
}
.text-blue {
  color: #0057BF !important;
}
.rev-text {
color: #F9F8F2;
}
.tag-text {
    color: #F9F8F2;
    font-family: rochester;
}
.align-right {
    float:right;
}
.a-teal {
  color: #0057BF;
  text-decoration: none;
}
.a-teal:hover,
.a-teal:focus {
  color: #54C6DA;
  text-decoration: none;
}
.a-rev {
  color: #FDF8F2;
  text-decoration: none;
}
.a-rev:hover,
.a-rev:focus {
  color: #FDE021;
  text-decoration: none;
}
.yellow {
color: #FDE021;    
}
.div-blue {
    border-bottom: #54C6DA thin solid;
    margin-bottom: 20px;
}