
body {
    margin: 0;
    padding: 0;
    background-color: #eaeaea;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    color: #ffffff;
}

#container {
    margin: 20px auto;
    padding: 25px;
     /* background-image: linear-gradient( #3d4db1,#bf264f); */
    background-image: linear-gradient(#028FD5,#7DC74B);
   /* background-image: linear-gradient(#CC2B46,#FA9109); */

    width: 900px;
    border-radius: 20px;
}

#content {
    border-radius: 20px;
    /* border: 2px solid #eaeaea; */
    /* background-color: #ffffff; */
    color: #333;
    padding: 20px;
    line-height: 1.5;

}

header img {
    width: 10.625rem;
    float: left;
}

header h1 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10 0;
}

header h2 {
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 10 0;
    font-size: 1rem;
}

header #edition {
    background-color: #F26F21;
    padding: 7px 14px;
    float: right;
    font-size: 1rem;
    margin-right: -25px;
}

.sub-content {
    overflow: hidden; margin-bottom: 20px; padding: 20px; border-radius:10px; background-color: #fff;
}
.sub-content h3{text-transform: uppercase; margin: 10px;}
.sub-content h4.card-subhead{text-transform: capitalize; font-size: 16px; background-image: linear-gradient(#FF9C01, #C8234A); color: #fff; border-radius: 15px; padding: 10px;}
/* .sub-content:not(:last-child){ border-bottom: 1px solid #868686; } */

.image-holder {
    background-color: #D9D9D9;
    border-radius: 5px;
    width: 300px;
    height: 300px;
    float: right;
}

.teaser-text {
    padding-right: 20px;
    width: 500px;
    float: left;

}

.teaser-text h3 {
    margin: 0; text-transform:uppercase;
}

.teaser-text h4 {
    margin: 0; text-transform: capitalize; color: #575756;
}
#content a {border-radius: 10px; padding: 10px; background-color: #0088CF; color: #ffffff; border: 0; text-decoration: none;}
.teaser-text a:hover{ cursor: pointer;}
.timeline {
    font-size: 1rem; font-weight: 400; vertical-align: middle;
}
.cover-image-holder {width: 100%;  background-color: #D9D9D9;
    border-radius: 5px; height: 450px}
footer{ color: #ffffff; padding: 20px; text-align: center; font-size: medium;}
footer a {color: #ffffff;}

blockquote {text-align: center;margin: 20px;padding: 20px;color: #3d4db1;background: #F5F5F5;border-radius: 30px;}
/* .sub-content:not(:last-child){ border-bottom: 1px solid #868686; } */

#sub-content-left{ width: 370px; float: left; padding: 10px; border: 2px solid #7D3D8D;}
#sub-content-right { width: 370px; float: right; padding: 10px; border: 2px solid #7D3D8D}
#sub-content-left h4,  #sub-content-right h4{ background-color: #7D3D8D; text-align: center; color: #ffffff;}
.sub-content-article {position: relative; overflow: hidden; margin-bottom: 20px;}
.author{text-align: right;}
.row-container{margin-bottom: 1em;}
.row{border-spacing: 5px}
.row-item{padding: 15px;  background-image: linear-gradient(#D9D9D9 , #ECECEC, #F5F5F5);  font-size: 11px; display: table-cell; border-radius: 4em 2em; }