hr {
    border: 4px solid #eee;
    margin: 50px 0;
}

.btn-news {
    padding: 0.7rem;
    background-color: black;
    border: 2px solid black;
    color: white;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
}

.btn-news:hover {
    background-color: transparent;
    border: 2px solid black;
    color: black
}

#hero {
    height: 60vh;
}

@media (max-width: 1024px) {
    .btn-news {
        padding: 0.6rem;
        font-size: 0.6rem;
    }
}

@media (max-height: 786px) {
    #hero {
        height: 40vh;

    }
}

@media (max-height: 640px) {
    #hero {
        height: 40vh;

    }
}

@media (max-height: 640px) {
    #hero {
        height: 40vh;

    }
}

@media (max-height: 470px) {
    #hero {
        height: 50vh;

    }
}

@media (max-height: 360px) {
    #hero {
        height: 60vh;

    }
}

@media (max-height: 1024px) and (min-width:1024px) {
    #hero {
        height: 60vh;
    }
}

.heroText {
    padding-top: 9%;
    text-align: center;
}

.navBar {
    background-color: rgba(0, 0, 0, .8);
}

.news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2% 5%;
}

.news .content {
    flex-basis: 60%;
}

.news .aside {
    flex-basis: 20%;
}

@media (max-width: 1024px) {

    .news .content {
        flex-basis: 100%;
    }

    .news .aside {
        display: none;
    }
}

.newsCard {
    display: flex;
    flex-direction: column;
}

.image>img {
    width: 100%
}

.video {
    width: 60%;
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 3%;
}

.video>iframe {
    height: 315px;
}

@media (max-width: 768px) {
    .video {
        width: 100%;
    }

    .video>iframe {
        height: 215px;
    }
}

.date>h5 {
    padding: 2% 0;
    font-size: 0.8rem;
}

.newsCard .body>p {
    padding: 3% 0;
    color: rgba(0, 0, 0, .8)
}

.aside {
    text-align: right;
}

.aside hr {
    margin: 50px 0;
}

.aside i {
    font-size: 42px;
    padding-top: 30px;
}

.aside .fa-facebook-square {
    color: rgb(1, 60, 78);
    padding-right: 20px;
}

.aside .fa-whatsapp-square {
    color: rgb(5, 100, 129);
    padding-right: 20px;
}

.aside .fa-google-plus-square {
    color: rgb(148, 38, 69);
}


.aside h1 {
    font-size: 32px;
}

#breadcrumbs {
    font-size: 10px;
}

#breadcrumbs a {
    font-size: 12px;
    color: rgb(5, 100, 129)
}

#breadcrumbs .active {
    color: grey;
}

#breadcrumbs a:hover {
    color: rgb(1, 60, 78)
}

/* POST */

figcaption a {
    font-size: 12px;
    color: rgb(148, 38, 69)
}

article {
    padding: 1%;
    display: flex;
    flex-direction: column;
}

.newsCard .title,
article .title {
    margin-top: 3%;
    align-items: flex-start;
}

article>.title {
    margin-bottom: 7%;
}

.title>h1 {
    font-size: 1.8rem;
    line-height: 2rem;
    color: rgb(1, 60, 78);
    font-weight: bold;
}

article .title hr {
    border: 4px solid #eee;
    margin: 0;
    margin-top: 10px;
    width: 100%;
}

article .body,
article .title,
.img-title {
    padding: 0 3%;
}

article .body>h2 {
    padding: 3% 0;
    font-size: 1.3rem;
    color: rgba(1, 60, 78, 0.9);
}

article .body>p {
    color: rgba(0, 0, 0, 0.8);
}

article a {
    color: rgb(148, 38, 69);
    font-size: 18px;
}

article a:hover {
    color: rgb(98, 18, 41);
}


article figcaption {
    font-size: 0.6rem
}

.fa-ul {
    padding-top: 2%;
}

.fa-li {
    color: rgb(5, 100, 129)
}

article .btn-news {
    display: block;
    width: 235px;
    padding: 10px 12px;
    margin-top: 10px;
    color: white;
}

@media (max-width: 1024px) {
    article .btn-news {
        width: 150px;
        padding: 5px 12px;
        margin-top: 10px
    }
}

/* cytat */
article blockquote {
    background: #EDEDED;
    border-left: 8px solid rgb(5, 100, 129);
    /* box-shadow: 0 3px 15px rgba(0, 0, 0, .15); */
    color: #666;
    font-size: 1.1em;
    font-style: italic;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 50px;
    padding: 1.2em 30px 1.2em 75px;
    position: relative;
    vertical-align: super;
    width: 60%;
    z-index: 0;
    overflow: hidden;
}

article blockquote::before {
    color: rgb(5, 100, 129);
    content: "\201C";
    font-size: 9em;
    left: 0;
    position: absolute;
    top: 0;
    left: -20px;
}

article blockquote p::before {
    color: #ddd;
    content: "\201C";
    font-size: 30em;
    line-height: 0.65em;
    right: .095em;
    position: absolute;
    z-index: -1;
}

article blockquote span {
    color: rgb(5, 100, 129);
    display: block;
    font-size: 1.4em;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: .5em;
}

@media only screen and (max-width: 786px) {
    .wrap {
        padding: 2% 5%;
    }

    article blockquote {
        width: 100%;
    }


    article .title>h1 {
        font-size: 1.2rem;
    }

    article .body>h2 {
        font-size: 0.9rem;
    }

    article .body>p,
    span,
    li,
    blockquote>p,
    blockquote>span,
    article a {
        font-size: 0.8rem;
        line-height: 1.2rem;
    }

}