input::placeholder {
    color:#c4c4c4 !important;
}

@media (max-width: 768px) { 
    .news-logo img {
        max-width:100%;
    }
    .news-motto img {
        max-height:150px;
    }
    .news-placeholder {
        width:0px;
    }
    .news-content {
        width:100% !important;
    }
}
a.nav-link {
    color: #333;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #fdcd0d !important;
}