/*https://coolors.co/b4bbcf-663415-4e2904-16501f-e8d9c5 */


body {
    display: flex;
    flex-direction: column;
    margin: auto;
    
}

main {
    flex: 1;
}


a {
    text-decoration:underline;
}


                                            /* Header section */


#articles-back-to-home-button {
    border-radius: 0 0 50px 0;
    border: 3px solid #6b6d6b;
    width: 200px;
    height: 40px;
    background-color: #6b6d6b;
    font-size: 120%;
}

#articles-back-to-home-link {
    color: white;
    text-decoration: none;
    margin: auto;
    line-height: .2;
}




#articles-header-container {
    display: flex;
    flex-direction: row;
    column-gap: 5%;
    margin: auto;
}

#articles-title {
    color: #4e9364;
    font-size: 900%;
    margin-top: 2%;
    font-weight: 1;
    padding-left: 15%;
    line-height: 90%;
    font-family: "Arial", serif;
}

#articles-header-divider {
    border-right: 4px solid #4e9364;;
    height: 220px;
    margin-top: 3%;
}

#articles-headshot-container {
    display: block;
    padding-right: 5%;
    padding-top: 2%;
    text-align: center;
    margin: auto;
    margin-top: 0;
}

#articles-headshot {
    width: 200px;
    border-radius: 50%;
    border-color: #6b6d6b;
    border-width: 4px;
    border-style: solid;
    margin: auto;
}

#articles-about-me-button {
    
    border-radius: 50px;
    border: 3px solid #6b6d6b;
    width: 200px;
    height: 40px;
    background-color: #6b6d6b;
    font-size: 120%;
    font-family: "Arial", serif;
    margin-bottom: 30px;
}

#articles-about-me-button-link {
    
    color: white;
    text-decoration: none;
    line-height: .2;
}


                                    



                                            /* Article & Commentary section */

#articles-article-and-commentary {
    background-color:#dddedd;
    display: flex;
    flex-direction: row;
    column-gap: 3%;
    margin-top: 50px;
    border: 4px solid #6b6d6b; 
    border-left: none;
    border-right: none;
}

#articles-article {
    flex: 2;
    margin-top: 3%;
    margin-left: 0px;
    margin-bottom: 100px;
    background-color: rgb(239, 245, 239);
    border-radius: 0 25px 25px 0;
    line-height: 2.0;
    padding: 3%;
}

#articles-commentary {
    flex: 1;
    height: 600px;
    margin-bottom: 100px;
    margin-right: 0px;
    background-color: rgb(186, 222, 197);
    border-radius: 25px 0 0 25px;
    line-height: 2.0;
    padding: 2%;
    margin-top: 3%;
    overflow-y: auto;
    position: sticky;
    top: 6%;
}






                                                /* UNIQUE ARTICLE FORMATTING */

#articles-header-titles {
    color: #4e9364;
    font-size: 300%;
    margin: 4% 0 2% 5%;
}



 #article-article-main-picture {
    width: 70%;
    margin-left: 15%;
    border: 2px solid #6b6d6b;
}


#article-inline-article-headings {
    display: inline;
}



#articles-article-A-pics {
    width: 100%;
    height: auto;
    border:2px solid;
    position: relative;
}