@import url('https://fonts.googleapis.com/css?family=Karla&display=swap');
/*News+Cycle*/

@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('core_style.css');
@import url('navbar.css');
@import url('animations.css');
@import url('gallery.css');
@import url('loader.css');
* {
    font-family: 'Karla', sans-serif;
}

html, body {
    height: 100%;
    background-color: #193547;
}

b {
    color: #193547;
}

.body {
    background-color: #F4F5FA;
}

footer {
    min-height: 200px;
    background-color: #193547;
    color: #fff;
    font-size: 1.1rem;
}

footer b {
    color: #fff;
}

a, a:active, a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

.animated-background {
    background-size: cover !important;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    min-height: 660px;
}

.animated-background.before {
    z-index: 1;
    opacity: 1;
}

.hero-section, .hero-content {
    height: 100%;
    min-height: 660px;
}

.hero-content {
    position: absolute;
    z-index: 5;
    width: 100%;
}

.hero-content::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 80%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 90%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 90%, rgba(0, 0, 0, .8) 100%);
}

.hero-news {
    color: #fff;
    z-index: 2;
    text-shadow: 1px 1px 5px #2020209c;
}

.hero-news h1 {
    font-weight: 700;
    font-size: 4rem;
}

.hero-news h2 {
    font-weight: 400;
    font-size: 2rem;
}

@media (max-width: 750px) {
    .hero-news h1 {
        font-size: 2.8rem;
        word-wrap: break-word;
        hyphens: auto;
    }
    .hero-news h2 {
        font-size: 1.5rem;
    }
}

.read-more-link {
    width: auto;
}

.read-more-link:hover {
    color: #fff;
    text-decoration: none;
}

.read-more-link:hover:after {
    opacity: 1;
}

.read-more-link:after {
    vertical-align: middle;
    padding-left: 2px;
    content: "\00bb";
    opacity: 0;
    font-size: 1.5rem;
    transition: 0.5s;
}

.hero-read-more {
    cursor: pointer;
}

.hero-content .scrolldown {
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

.hero-content .scrolldown:hover {
    opacity: .5;
}

.hero-content .scrolldown {
    padding-top: 60px;
}

.hero-content .scrolldown span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

.hero-content .scrolldown span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

.progressbar {
  width: 100%;
  margin: 0px auto;
  z-index: 9999;
}
.progressbar .inner {
  height: 5px;
  animation: progressbar-countdown;
  animation-duration: 40s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-play-state: paused;
  animation-timing-function: linear;
}

.small-header {
    height: 132px;
}

.quote-card:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    font-weight: 900;
    position: absolute;
    font-size: 2.8rem;
    left: 10px;
    color: rgba(0, 0, 0, 0.253);
}

.quote-card:after {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    font-size: 2.8rem;
    right: 10px;
    bottom: 0;
    color: rgba(0, 0, 0, 0.253);
}

.quote-text {
    font-size: 1.4rem;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-variant: small-caps;
}

.article-card img {
    width: 220px;
    height: 220px;
    object-fit: none;
    object-position: center;
}

@media (max-width: 767px) {
    .article-card img {
        width: 100%;
        height: 220px;
    }
}

.article-card .title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #193547;
}

.article-card .news-body {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .article-card .news-body {
        max-height: 220px;
    }
    .article-card .news-body p {
        max-height: 72px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.article-card .read-more {
    color: black;
}

.breadcrumb {
    font-size: 12px;
    font-family: 'PT Sans', sans-serif;
}

.breadcrumb a {
    padding-left: 2px;
    padding-right: 2px;
}

.page-image {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 1px 15px 1px rgba(62, 57, 107, 0.07);
    box-shadow: 0 1px 15px 1px rgba(62, 57, 107, 0.07);
    margin-bottom: 2rem;
}

.response-error-title {
    color: #193547;
    font-weight: bold;
    font-size: 10rem;
    text-align: center;
}

.attachement img {
    width: 44px;
    height: 44px;
}

.attachement a {
    font-size: 1.25rem;
}

.tag-badge {
    margin: 0.5rem;
    padding: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #365061;
    color: #fff;
    font-weight: bold;
    border-radius: 1rem;
    font-size: 0.9rem;
}

.filter-container a {
    font-size: 1.1rem;
}

.filter-container a:hover {
    color: #fff;
}
