﻿.NewsBlog {
    width: 200px;
    height: 200px;
    border-radius: 5px;
    margin: 0 10px;
    padding: 0px;
    min-width: 200px;
}
.CreatedBy {
    font-size: x-small;
}

section.news {
    display: flex;
    justify-content: flex-start;
    text-decoration: wavy;
    overflow-y: auto;
    background: #262626;
    color: white;
    padding: 5px 200px;
}

.Topic {
    font-weight: bold;
    font-size: small;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.DateCreated {
    font-size: xx-small;
}

.Bimg {
    width: 100%;
    object-fit: cover;
    height: 130px !important;
}

h3#Bhead {
    background: #000;
    color: #fff;
    padding: 20px;
    text-align: center;
}

img#nimg {
    width: 100%;
    object-fit: contain;
    height: 500px !important;
    background: #000;
}

section.anews {
    margin: 0 200px 100px;
}

a.PB {
    cursor: pointer;
}

.offscreen {

    position: fixed;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}
