html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.borderBottom1 {
    border-bottom: 1px solid #ededed;
}
.backgorundnav {
    background-color: #044074 !important;
}
.navbar-brand img{
    max-height:40px;
}

.text-dark {
    color:#fff !important;
}

.badge {
    font-size:12px !important;
}


.badgebtn {
    float: right;
    font-size: 14px !important; 
    padding: 10px 10px 10px 10px !important;
    cursor:pointer;
}

.badgebtnfilter { 
    font-size: 12px !important;
    padding: 5px 10px 5px 10px !important;
    cursor: pointer;
    margin-right:8px;
}

.socialshare img{
    max-width:25px !important;
}