// Boostrap overrides

@brand-primary:              @cyan;
@body-bg:                    @nearerWhite;
@text-color:                 @black;
@font-family-sans-serif:     @noto-sans;
@well-bg:                    #fff;
@padding-small-vertical:     0;
@padding-small-horizontal:   6px;
@dropdown-link-active-color: @white;

@link-color: @blue-link;
@link-hover-color: @blue-link;

@btn-default-color:              @darkGrey;
@btn-default-bg:                 @grey6;
@btn-default-border:             @grey6;

@btn-primary-color:              @white;
@btn-primary-bg:                 @cyan;
@btn-primary-border:             @cyan;

@btn-default-bg:                 @nearerWhite;

// Inverted navbar
@navbar-inverse-bg:                @nearBlack;
@navbarInverseBackgroundHighlight:       @nearBlack;
@navbar-inverse-border:                    @nearBlack;

@border-radius-base:             2px;
@border-radius-large:            3px;
@border-radius-small:            1px;
@list-group-border-radius:       @border-radius-large;

@headings-font-family: @proxima-nova-semi-bold;
@headings-font-weight: normal;

.btn {
    font-family: @noto-sans;
}

.btn, .btn:active, .btn.active {
    .box-shadow(none);
}

// .btn, .btn:hover {
//   font-weight: bold;
//   background-image: none;
//   text-shadow: none;
//   color: @darkGrey;

//   &.active {
//     color: @white;
//     background-color: @cyan;
//   }
// }

.nav-justified > li > {
    display: table-cell;
    width: 1%;
}