a {
  color: #fff; /*#3c8dbc;*/
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #00caff; /*#72afd2;*/
}

.container-fluid {
    /*font-family: 'Asap';*/
    color:#fff;
    background-color:#0b084b; 
    padding: 10px;
    padding-right: 20px;
}

.text-bold{
  font-weight: 700;
}

.link{
  color: #fff; /*#3c8dbc;*/
}

.pull-right{
    float: right !important;
}