.main-body{
    font-family: "Atkinson Hyperlegible", sans-serif;
    width: 80%;
    padding-top: 10px;
    margin: auto;
    font-size: 15pt;
    color: #253031;
    min-height: calc(100vh - 15rem);
    padding-bottom: 5vh;
}
.header{
    font-family: "Atkinson Hyperlegible", sans-serif;
    text-align: center;
    color: #253031;
}
body{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
}
a{
    color: black;
}
a:hover{
    color: #253031;
}
hr{
    border-color: antiquewhite;
}
.footer{
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-size: 13px;
    color: #FDFDFF;
    width: 80%;
    margin: auto;
}
.topbar-image{
    margin: auto;
    display: block;
}
.bottom-image-link{
    text-decoration: none;
}

.column-bottomlink {
    float: left;
    padding: 0px;
}

.column-bottomlink-desc {
    font-family: "Atkinson Hyperlegible", sans-serif;
    width: 50%;
    margin-top: 9px;
    float: right;
    font-size: 12px;
}

.vl-bottomlink {
    border-right: 1px solid black;
    height: 40px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

table, th, td {
    border: 1px solid #FDFDFF;
    padding: 3px 3px 3px 3px;
}

#topbar {
    align-content: center;
    overflow:visible;
    flex-wrap: wrap;  
    height: 50px;
    align-items: center;
    flex-direction: row;
    width: 100%;
    display: flex;
    background-color: black;
}

#topbar a {
    text-decoration: none;
    color:aliceblue;
    font-family: "Anton SC", sans-serif;
    text-transform: uppercase;
    font-size: 14pt;
    display: flex;
    margin-right: 15px;
}

.bottombar {
    overflow: hidden;
    background-color: #eaeaea;
    width: 100%;
    font-family: "Atkinson Hyperlegible", sans-serif;
    height: 15rem;
}

.bottombar a{
    color: #146fd1;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bottombar-logo {
    margin-right: 20px;
}

.bottom-text-content {
    margin: auto;
    width: 90%;
}

.rtc-logo {
    padding-left: 15px;
}

.bottom-flex-content {
    flex-wrap: wrap;  
    align-items: center;
    flex-direction: row;
    display: flex;
}

.link-list {
    margin-left: 10px;
    margin-right: 12px;
}

.vertical-line {
    border-right-style: solid;
    border-right-width: 2px;
    font-size: 16pt;
    margin-right: 12px;
}

.news-container {
    width: 600px;
    padding: 5px 10px 10px 10px;
    border-style: dashed;
    border-width: 1px;
    border-color: #253031;
    margin-bottom: 20px;
}

.news-container h3 {
    margin: 0 0 0 0;
}

.news-container p {
    margin: 0 0 0 0;
}

.news-container a {
    text-decoration: none;
}

.news-container details {
    margin-top: 10px;
}

.news-container details p {
    margin-top: 10px;
}

.stub {
    text-decoration: dotted;
}

.genpost p {
    margin: 0 0 0 0;
}

.genpost h1,h2,h3,h4,h5,h6 {
    margin: 0 0 0 0;
}

.genpost br {
    font-size: 0;
}

.genpost ol {
    margin: 0 0 0 0;
}

.posttop {
    width: 55%;
}

.posttop p {
    margin: 0 0 0 0;
    margin-bottom: 20px;
}

.posttop h1{
    font-size: 24pt;
    margin: 0 0 0 0;
    margin-bottom: 5px;
    margin-top: 2vh;
}

.posttop hr {
    margin-bottom: 5vh;
}

.posttop img {
    object-fit:contain;
    width: 100%;
    height: auto;
}

.post-listings {
    margin-top: 3vh;
}

.palestinewarn {
    text-align: center;
    background-color: yellow;
    padding-top: 10px;
    padding-bottom: 10px;
}

.palestinewarn p {
    margin: 0 0 0 0;
    margin-bottom: 4px;
}

.palestinewarn a {
    color: black;
}

.innerwarn {
    width: 90%;
}

@media (max-width: 800px) {
    .news-container {
        width: 95%;
    }

    .posttop {
        width: 100%;
    }


}