body {
    font-family: 'Nunito';
}

h3 {
    color: bisque;
}

img.logo {
    max-height: 39px;
}

a.nav-link.active {
    color: #ff7700 !important;
}


.navbar-nav a.nav-link {
    padding: 0px 18px !important;
}

a#navbarDropdown {
    color: #00BCD4;
}

.sign-out {
    color: red;
}

.form-signin, .form-register {
    max-width: 400px;
    padding: 33px !important;
    box-shadow: 0px 0px 10px #343434;
    border-radius: 30px;
}

/*main {*/
/*    padding: 35px 0;*/
/*}*/

.profile-page {
    max-width: 450px;
}



.news-container {
    padding: 0 30px;
}


.news-container a {
    text-decoration: none !important;
    color: #FFF;
}

.news-card {
    box-shadow: 0 0 6px #414141;
    border-radius: 15px !important;
}

.news-card .news-img-container{
    position: relative;
    min-height: 150px;
}

.news-card .news-img-container .news-img {
    padding-top: 55%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #2f3337;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.news-card .card-body {
    padding: 12px;
}

.lbl-source, .lbl-date {
    font-size: 10px;
}

h5.card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-bottom: 15px;
}

.news-card .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
}

@media only screen and (max-width: 575px) {
    .news-card .news-img-container .news-img {
        padding-top: 45%;
    }
}

