* {

    font-family: 'Fira Sans', sans-serif;
}

.navbar-custom {
    background-color: #000000;
}

a {
    color: #000000;
}

.header-link {
    font-size: 14px;
}

.header-social-icon {
    margin-left: 10px;
}

card-block {
    background-color: #00a6fc;
    margin-top: 10px;
    margin-bottom: 10px;

}
.lead {
    /*text-decoration: underline;*/
    font-weight: bolder;
}
h6.card-title {
    font-size: 16px;
}

.card-text {
    font-size: 13px;
}

.newsdate {
    white-space: nowrap;
}

.news-photo {
    padding-top: 10px;
}

h6 a:hover, .news-link:hover {
    text-decoration: none;
    display: inline-block;
}

.category-link-cont-active, .category-link-cont:hover {
    background-color: #ddd;
}

.category-link:hover {
    color: #ff3300;
    text-decoration: none;
}

.news-item-text a, .tags_box a {
    /*color:  #ff3300;*/
    color: #007bff;
    text-decoration: underline;
}

img.thumb {
    border: 1px solid #9c9c9c;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    float: left;
    margin: 0 10px 5px 0;
    width: 250px;
}

.media-body {
    padding-top: 5px;
}

hr.style2 {
    border-top: 3px double #8c8b8b;
}
.menu-custom {
    margin-right: 50px;
}
.center-div {
    text-align: center;
}
.all-news-link {
    font-size: 12px;
}
footer {
    margin-top: 25px;
    font-size: .9em;
    padding-bottom: 5px;
    border-top: 3px solid black;
    color: #333;
    padding: 15px;
}

footer a {
    color: #333;
}

form .customInput{ display:none; }

@media (max-width: 575px)
{
    .hide-for-mobile
    {
        display: none !important;
    }
}

span.page-link {
    color: #ff3300 !important;
}