/*
container
    body-container
        row
          page-news
            news-container
              news-item
          page-content
              main-content
              text-justify
              file-download
          page-sidebar
              text-center
*/  



.row{
    /* background-color: red; */ 
}

.container{
   /* background-color: red; */     
}

.body-container{
    /* background-color: red; */
}

.page-news{
    /* background-color: red; */
}

.news-container{
   /* background-color: red;  */
}

.news-item{
    background-color: #f7ee7f;
    margin-top: 1em;
    padding: 1em;
}

.page-content{
    background-color: white;
}

.main-content{
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 1.3em;
    text-justify:inherit;
}

.file-download{
    margin-top: 2em;
}

.file-download a{
    border: 1px solid;
    border-color: #f93943;
    padding: .5em;
    color: #f93943;
}

.file-download a:hover{
    text-decoration: none;
    background-color: #f93943;
    color: white;
}

.file-download{
    margin-top: 2em;
}

.sidebar-logo1 img{
    width: 16em;
    margin-bottom: 1em;
    text-align: center;
    max-width: 100%;
}    

.sidebar-logo2 img{
    height: 8.5em;
    margin-bottom: 1em;
    text-align: center;
    max-width: 100%;
    width: auto;
}