.background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.401);
}

#article-container
{
    float: left;
    width: 1000px;
    height: auto;
    margin: 0px auto 0px auto;
}

#article
{
    float:left;
    width: 1000px;
    margin: 0px auto 10px auto;
    padding: 30px 50px 30px 50px;
    height: auto;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px rgba(132, 116, 116, 0.3);
    background-color:#fbf9f7;
    background-repeat: no-repeat;
}

.news-center {
    display:flex;
    justify-content: center;
}

.news-center img {
    width: 50%;
}

.news-third {
    text-align: center;
}

.news-third img {
    width: 270px;
}

.news img {
    width: 30%;
}



#insert-listing-button
{
    float: right;    
    display: block;
}

#article-header
{
    margin: 0;
    font-size: 26px;
    text-align: center;
}

#article-subheader
{
    margin: 0;
    font-size: 20px;
    text-align: center;
}

#article-content
{
    width: 100%;
    font-size: 20px;
    text-align:left;
}

#article-picture
{
    width: 400px;
    margin: 0px auto 0px auto;
    height: auto;
}

.article-examples {
    text-align: center;
}

#article-home
{
margin: 0px auto 0px auto;
height: auto;
text-align: center;
}

#article-description
{
float:left;	
margin: 20px 0px 0px 0px;
font-size: 19px;
}

#resource-list
{
width: 100%;
}

#resource-list li
{
margin: 15px 0px 0px 0px;	
}

#resource-help
{
float:left;
width: 100%;	
margin: 20px 0px 0px 0px;
}

.example-img
{
    width: 200;
    height: auto;
}

.page-buttons
{
    margin: 15 0 10  0;
    width: 100%;
    height: 'auto';
    float: left;
}

.page-button
{
    float:left;
    width: 250;
    box-shadow: 2px 2px 5px rgba(132, 116, 116, 0.3);
    padding: 15;
    box-sizing: border-box;
    margin: 10 10 10 10;
    cursor: pointer;
}

.page-button:hover
{
    background-color: #e8e8e8;    
}

#model-making-logo {
    max-width: 100%;
}

.image-catalogue {
    margin: 0 0 50 0;
    float: left;
    width: 100%;
}

.image-catalogue h3 {
    text-align: center;
    background-color: lightgray;
    padding: 5;
}

.image-catalogue ul {
    list-style-type: none;
    padding: 0;
}

.image-catalogue li {
    
    list-style-type: none;
}

.article-members {
    text-align: center;
}

.article-members img {
    width: 85%;
    height: auto;
}

.article-sponsors {
    
    text-align: center;
}

.article-sponsors img {
    height: 100;
    width: auto;
    box-sizing: border-box;
}

.sponsor-logo {
    float:left;
    width: 25%;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}

#health-session {
    font-family: 'Comic Sans MS';
    text-align: center;
}

#health-session-header {
    font-size: 30; 
    color: green;
}

#health-session-subheader {
    font-size: 25; 
    color: darkblue;
}

.health-session-date {
    font-size: 22; 
    color: black;
}

.news-article {
    background-color: #fbf9f7;
    padding: 20px;
    box-sizing: border-box;
    float:left;
    width: 100%;
}

.news-border {
    float:left;
    border-style:groove;
    border-width: 5px;
    border-color:darkgoldenrod;
    border-radius: 4px;
    width: 100%;
    margin: 40px 0px;
}

.column-left {
    float:left;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}
