/* Personal colors */
.article-title {
  color: #1e73be;
}
.article-more-link a {
    background: #1e73be;
    color: #fff;
    text-shadow: none;
}
.related-articles .title a {
    color: #1e73be;
    font-size: 1.2em;
}

/* paragraphs */
.article-entry p {
    line-height: 1.6em;
    margin: 1.6em 0 0;
}
.article-entry ul li p {
    margin: 0;
}

/* Images display */
.multi-img {
    text-align: center;
}
.multi-img p {
    display: inline-block;
    text-align: center;
}
.multi-img img {
    display: inherit;
    margin: 1.5em;
}

.multi-img-cap-3 {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.multi-img-cap-3 .figure {
    float: left;
    width: 31%;
    margin: 1%;
    height: 280px;
}
@media screen and (min-width: 350px) and (max-width: 929px) {
.multi-img-cap-3 .figure {
    width: 48%;
}
}
@media screen and (max-width: 349px) {
.multi-img-cap-3 .figure {
    width: 98%;
}
}
.multi-img-cap-3 .figure img {
    border: solid 1px #b1b2b4;
    border-radius: 5px;
    width: 100%;
}
