/* user defined custom styles or overrides only */
.container-bg {
    background: #09c;
}
a.small {
    color: #d0dbeb !important;
    text-transform: capitalize;
}
a.dropdown-item {
    color: #09c !important;
}
.ml-auto, .mx-auto {
color:#fff;}

.site-header .navbar-light .navbar-brand .navbar-brand--sitename .nada-site-title {
    color:#fff !important;
    
}

ul {
  list-style-type: none !important;
  padding-left:0px !important;
}
.arrow{
    background: url(../images/arrow-gray.png) left center no-repeat;
    padding-left: 15px;
}

.fb, .twitter {
    display: inline-block;
    text-size:10px;
}

#main-boxes, .fb, .feat, .twitter {
    position: relative;
}

.twitter {
    height: 32px;
    width: 157px;
    background: url(../images/twitter_btn.png) no-repeat;
    margin-top: 15px;
}

.fb {
    width: 157px;
    background: url(../images/fb_btn.png) no-repeat;
}
.fb a {
    padding: 5px 0 0 20px;
}
.fb a, .twitter a {
    padding: 5px 0 0 35px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .3);
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    height: 32px;
    display: block;
    line-height: 23px;
}

footer {
    background-color: #fff;
    color: #666;
    border-top: 1px solid #e0eaf0;
    padding-top: 35px;
    padding-bottom: 0px;
}

/*.btn  {
    background-color:#09c !important;
    border-color:#09c !important;
    color:#fff !important;
}
.btn a:active{
   
    color:#fff !important;
}
btn a:hover{
    color:#fff !important;
}*/

.link-col .badge {
    color:#09c !important;
}
.link-col .badge:hover {
    color:#fff !important;
    background-color:#09c !important;
}








