/* your styles go here */
.orangetxt{
  color: #f7ba27 !important;
}
.navbar {
    font-family: 'Montserrat', sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
}
.img-responsive.img-circle{
  margin-top: 60px;
}
@media (min-width: 767px)
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    border-bottom: solid 1px #f7ba27 !important;
}
