body{
  font-size: 1.2rem;
  /* background: url("../../img/pale_dust.jpg") center center repeat; */
}
body{
  font-weight: 200;
}
/*
.hero{
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: 10px solid #00bcea;
}
.hero h1{
  font-size: 2em;
}
.hero p{
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}
*/
.post-body{
  background-color: #fff;
}

h1, h2, h3{
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  font-weight: 400;
}

a:hover > .box-shadow{
  background: rgba(0, 179, 255, 0.1);
}
a:hover{
  text-decoration: none;
}
ul{
  padding-left: 20px;
}
.post-header{
  background-color: #fff;
}
.post-header h1{
  border-bottom: 1px solid #000;
  font-size: 2.5em;
  text-align: center;
}
.post-header p{
  font-size: 1em;
  text-align: center;
}
.featured-link{
  transition:all 0.3s ease; 
   
}
.featured-article{
  transition:0.3s ease;
}
.featured-article:hover{
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-filter: none;
  filter: 0;
  z-index: 100;
  box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.featured-article__title__a{
  transition:0.3s ease;
}
.featured-article__title .featured-article__title__a:before, .featured-link__title .featured-link__title__a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.featured-article__title .featured-article__title__a::after {
  content: 'Read More \261E';
  display: block;
  color: #fff;
  padding: 0;
  font-size: 0.5em;
}
.featured-article__title{
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  font-weight: 300;  
}

/*
.hero h1{
  font-weight: 100;
  font-size: 2em;
  text-align: center;
}
.hero p{
  text-align: center;
}
*/
.post-header{
  padding-top: 3em;
  padding-bottom: 3em;
}
.featured.twocol .copy.left{
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.featured.twocol .copy.right{
  padding-top: 0;
  padding-bottom: 5rem;
}
.featured.twocol{
  padding-right: 2em;
  padding-left: 2em;
}
.featured.spread .copy{
  padding-top: 3em;
  padding-bottom: 3em;
}

@media (min-width: 576px) {
 /* 
  .hero{
    padding-top: 8em;
    padding-bottom: 8em;
    border-bottom: 10px solid #00bcea;
  }
  .hero h1{
    font-size: 3em;
  }
  .hero p{
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.3em;
  }
*/ 
  .col-sm-6.featured-article{
    padding: 3em 1em;
  }
  .post-header h1{
    font-size: 2.5em;
    text-align: left;
  }
  .post-header p{
    text-align: right;
  }
  .featured-article{
    padding-top: 3em;
    padding-bottom: 3em;
  }
  
}

@media (min-width: 768px) {
/*  
  .hero{
    padding-top: 14em;
    padding-bottom: 14em;
  }
*/  
  
  .featured.twocol .copy.left, .featured.twocol .copy.right {
    padding-top: 8rem;
  }
}

@media (min-width: 992px) {

  .featured.twocol .copy.left, .featured.twocol .copy.right {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .featured.twocol .left{
    padding-right: 2em;
    padding-left: 3em;
  }
  .featured.twocol .right{
    padding-right: 3em;
    padding-left: 2em;
  }
  .featured .copy.right{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1280px) {
/*  
  .hero h1{
    font-size: 4em;
  }
  .hero p{
    font-size: 1.5em;
  }
*/

  .featured.spread .image{
    min-height: 50vw;
  }
  .featured.twocol .copy.left, .featured.twocol .copy.right {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .featured.twocol .left{
    padding-right: 4em;
    padding-left: 5em;
  }
  .featured.twocol .right{
    padding-right: 5em;
    padding-left: 4em;
  }
  .featured p{
    font-size: 1.4em;
  }
  .post-header{
    padding-top: 8em;
    padding-bottom: 4em;
  }
  .post-header h1{
    font-size: 3em;
  }
}

