@import "nav.css";
@import "adaptive.css";
@import "share.css";

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

/* .hero-section {
  margin-top: 70px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url("../img/hero.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 25%;
  margin-bottom: 5%;
} */

.hero-text {

  margin-top: 15%;
  color: #00f;
  font-size: 3em;
  text-align: center;
  position: relative;
  
  
 }

.post-container {
  padding-top: 70px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 5rem;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.post {
  position: relative;
  color: #fff;
  padding: 1rem;
  height: 15rem;
  text-align: center;
  border-radius: 12px;
  border: #fff 3px solid;
  background-color: #0000ff;
  margin-top: 70px;

  position: relative;
}

#one {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/one.jpg");
  height: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#two {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/two.jpg");
  height: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#three {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/three.jpg");
  height: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#four {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/four.jpg");
  height: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#five {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/five.jpg");
  height: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#six {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/six.jpg");
  height: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.read-btn {
  border: #fff 2px solid;
  border-radius: 60px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: transparent;
  bottom: 100%;
  right: auto;
  padding: 15px 32px;
  position: relative;
  margin-top: 50px;
  transition: all 0.2s;
}

.read-btn:hover {
  background: #00f;
  border: none;
}

.read-btn a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  margin-top: 20%;
}

.link-btn {
  border: #00f 2px solid;
  border-radius: 60px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: transparent;
  bottom: 100%;
  right: auto;
  padding: 15px 32px;
  position: relative;
  margin-top: 50px;
  transition: all 0.2s;
}

.link-btn a {
  text-decoration: none;
  color: #00f;
}

.info-post h2 {
  margin-top: 50px;
}

.footer {
  margin-top: 15%;
  left: 0;
  padding: 15px 0;
  bottom: 0;
  width: 100%;
  background-color: #00f;
  color: white;
  text-align: center;
}

.footer-info {
  text-align: left;
  margin-left: 5%;
}

.footer-info a {
  text-decoration: none;
  color: #fff;
}

.footer-info a:hover {
  color: grey;
}

.footer-info p {
  display: inline-block;
}

.single-post {
  max-width: 700px;
  margin: 0 auto;
}

.single-post-info p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.15em;
  line-height: 1.4;
  color: #363636;
  margin-bottom: 1.1635em;
  letter-spacing: -0.004em;
  padding: 0.5em;
}

.single-post h2 {
  padding: 0.5em;
}

.post-info-author figcaption{

margin-left: 3em;



}
.post-info-author{

  text-align: center;
  display: block;
  
  }
/* Typography */
.footer p{
color: #fff;
}
h1{
color: rgba(46, 43, 43, 0);
}
h2{
  color:  #fff !important;
}
h3{
  color: rgba(19, 18, 18, 0);

}
#quote{
  color: #00f !important;
}

article-grid{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 2px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}


.hero-img{
width: 100%;
display: block;
text-align: center;
margin-top: 70px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;

}

.author{
  padding: 10% 5% 0 5%;
max-width: 450px;
margin: 0 auto;
display: flex;
align-content: space-between;

}
.author h3{
 color:#000 ;
}
#a-img{
 width: 15%;
 height: 15%;
 border-radius: 50%;
 }