.upfold-title {
  color: #07074f;
  font-size: 24px;
  font-weight: lighter;
  text-align: center;
  width: 95%;
  letter-spacing: 1px;
  margin: 40px auto 20px auto;
  opacity: 0.6; }
  @media screen and (min-width: 1023px) {
    .upfold-title {
      font-size: 35px;
      font-weight: 300;
      margin: 40px auto 10px auto; }
      .upfold-title span {
        display: block;
        line-height: 1.3;
        letter-spacing: 3px; } }

.upfold-subtitle {
  color: #a2d064;
  font-family: 'opensans';
  font-size: 13px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5; }
  @media screen and (min-width: 1023px) {
    .upfold-subtitle {
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 2px; } }

.blog-entry {
  text-align: center;
  padding: 20px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); }
  .blog-entry img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto; }
  .blog-entry .date {
    color: #a4a4a4;
    font-size: 18px;
    margin-bottom: 10px; }
  .blog-entry .title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 32px;
    font-family: Futurama; }
  .blog-entry .meta {
    font-size: 16px;
    color: #a4a4a4;
    margin-bottom: 20px; }
    .blog-entry .meta > span {
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px; }
  .blog-entry .sneak-peek {
    text-align: left;
    font-size: 15px;
    line-height: 30px; }
  .blog-entry .read-more {
    margin-top: 25px;
    text-align: left;
    color: #4858b1;
    margin-bottom: 30px; }

.screen-container {
  position: relative; }
  .screen-container .go-back-link {
    position: absolute;
    font-size: 13px;
    top: 0;
    left: 150px; }

.go-top-button {
  position: sticky;
  bottom: 50px;
  right: 0;
  font-size: 13px;
  padding: 6px 17px;
  display: none;
  cursor: pointer;
  position: -webkit-sticky;
  margin-left: auto; }
  .go-top-button.active {
    display: block; }

.share-segments {
  display: flex;
  width: 100px;
  justify-content: space-between;
  margin-bottom: 50px; }
  .share-segments li {
    list-style: none; }
    .share-segments li i {
      font-size: 20px; }

.grid-holder {
  width: 80%;
  margin: 50px auto;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }

.article-image {
  width: 100%; }
  .article-image img {
    width: 100%;
    height: 100%; }

.article {
  width: 60%;
  margin: 0 auto 100px; }
  .article .meta {
    margin-top: 80px;
    text-align: center;
    font-size: 13px;
    color: #c1c1c1;
    margin-bottom: 30px; }
    .article .meta > span {
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px; }
  .article .article-heading {
    text-align: left;
    margin: 0;
    margin-top: 35px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px; }
  .article ul, .article ol {
    padding-left: 0;
    list-style-type: none; }
  .article p, .article li {
    text-align: left;
    font-size: 15px;
    line-height: 32px;
    color: #272727; }

.heading-article {
  color: black; }

.article-image1 {
  width: 100%; }

@media (max-width: 700px) {
  .article {
    margin: 50% auto;
    width: 80%; } }

/*# sourceMappingURL=style.css.map */
