﻿    body {
        background-image: url(/assets/images/background_tileable.png) !important;
        background-repeat: repeat !important;
        background-origin: padding-box;
        background-size: 164px !important;
    }

a {text-decoration: none !important;}
.title {
    margin-top: 200px; 
    width: 100%;
    height: 1px; 
    text-align: center; 
    font-weight: 700;
    font-size: 64px;
    color: var(--titletext);
    align-items: center;
    margin-bottom: 120px;
    letter-spacing: 0.04em;
}
a[href$="/News"] {color: var(--titletext);}

.pinned_container {margin: auto auto auto auto; background: white; padding: 5px; justify-content: center; flex-wrap: wrap; gap: 30px; width: 700px; margin-top: 50px; display: flex; width: fit-content;}
.image_pinned {border-radius: 5px; height: 300px; width: 450px; }
.p_title_description { width: 400px; text-decoration: none !important; }
.p_title_description div:first-child{
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-decoration: none !important;
    color: var(--titletext);
}
.p_title_description div:last-child {
    font-weight: 400;
    font-size: 14px;
    text-decoration: none !important;
    font-weight: 500;
    color: black;
    line-height: 134.19%;
}

.p_created_pinned {
    display: flex; 
    color: grey;
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    justify-content: space-between;
}
.p_created_pinned div:first-child {justify-self: flex-start;}
.p_created_pinned div:last-child {justify-self: flex-end;}

.image {border-radius: 5px; width: 100%; height: 220px; }
.unpinned_article .news-image-container {width: 280px;}
.unpinned_article {width: 350px; background: white; padding: 5px;}
.unpinned_article .carousel-image {height: 180px;}
.unpinned_container {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    gap: 30px;
    margin: 50px auto auto auto;
}

.up_title_description div:first-child {
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        color: var(--titletext);
}
.up_title_description div:last-child {
    font-weight: 450;
    font-size: 14px;
    color: black;
    line-height: 134.19%;


}
.up_created_pinned {
    display: flex; 
    color: grey;
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    justify-content: space-between;
}

@media (max-width: 780px) {
    .pinned_container {width: 90%;}
    .image_pinned {width: 90%;}
    .unpinned_article {width: 90%; height: auto;}
    .p_title_description { width: 90%; margin: auto; }
}
@media (max-width: 510px) {
    .title { margin-top: 100px; }
}