main { 
    width: 70%;
    margin-left: 15%;
}

/*Bibliographicals notes - List*/
.bio {margin-top: 50px;}
        
.bio h3 {color: #a00;}

.bio ul {list-style-type: none;}

.bio li {
    font-weight: bold;
    color: #555;
    padding: 1rem 0;
}

 /* Thumbnail */
 #article-wallpaper {
    position: relative;
    width: 100%;
    height: 520px;
    border-top: 5px solid #a00;
    margin-top: 50px;
}

#article-wallpaper__picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

#article-wallpaper__picture img {
    position: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(80%);
}

#article-wallpaper__content {
    position: absolute;
    bottom: 5%; 
    width: 90%; 
    color: #fff;
}

#article-wallpaper__content div {margin-top: 1.5rem;}

/*Article - general styles*/
#article-author{
    margin-left: 1rem;
    font-weight: bold;
    font-size: .85rem;
    line-height: 2.1rem;
}

#article-content {margin-top: 7rem;}

#article-title {
    line-height: 60px;
    margin-left: 15px;
    font-size: 20px;
}

article p {
    text-align: justify;
    color: #222;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 30px;
    letter-spacing: .75px;
    line-height: 30px;
}

sup {color: #a00;}

.article-show-img {
    width: 100%;
    margin-top: 2rem;
}

/*Responsive*/
@media only screen and (max-width: 800px) {
    .container{
        width: 100%;
        left: 0;
    }

    main{
        width: 94%;
        margin-left: 3%;
    }
    
    #logo-container img {
        width: 100%;
    }
}

