/* Custom CSS styles */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}

#navbar{
    background-color: #823d3d;
    height: 70px;
    color: white;
}
 .nav-link
{
    color: white;
    font-size: 16px;
}
p{
    color: #626060;
    /* font-weight: bold; */
}


.container {
    position: relative;
    border: 1px solid #777;
    font-family: 'Oswald', serif;
}

.container,
.container .headertext {
    padding: 7px;
    background-color: #fff;
    /* color: #626060;
    font-weight: bold; */
}

.container .headertext {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 10px 10px;
    border-right: 1px solid #777;
    background: #C8102E;
    color: #fff;
    text-shadow: 1px 1px #111;
}


#Published-news {
    background-color: white;
}

#oswald_news {
    color: white;
}

.headertext {
    font-family: 'Oswald', sans-serif;
    color: red;
    margin-bottom: 20px;
}

.marquee {
    width: 100%;
    color: red;
}

.btn-outline-light {
    color: #fff;
    border: 2px solid #fff;
}

.btn-outline-light:hover {
    background-color: #fff;
    color: #000;
}


.dropdown-toggle::after {
    display: none;
}

.text-decoration-none {
    text-decoration: none !important;
}

/* Font Awesome Icons have variable width. Added fixed width to fix that.*/
.icon-width {
    width: 2rem;
}

footer {
    background: #333;
    color: #ccc;
}