.container-post,
.facebook-container {
  background: rgb(233,233,233);
  background: linear-gradient(180deg, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 40%);
}

.featured-image,
.post-info,
.post-type,
.post-content,
.post-image,
.pdf-view,
.post-video {
  margin-left: auto;
  margin-right: auto;
}

/* POST TITLE STYLES */
.post-type {
  background: #1080dd;
  opacity: .8;
  border-radius: 10px;
  color:#ffff90;
  width: 100%;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 25px;
  padding: 5px 10px 5px 10px;
}
.post-date,
.post-author {
  display: inline-block;
}

.post-date {
  color: #aa1d24;
  font-weight: 900;
}

.post-info {
  text-align: center;
  width: 75%;
  padding-bottom: 20px;
  border-bottom: 1px solid gray;
}

.post-info h2 {
  font-size: 2.75em;
  margin-bottom: 15px;
}

/* POST IMAGE STYLES */
.featured-image {
  max-width: 970px;
}

.post-image img,
.post-video video,
.post-video iframe {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 7px;
  margin-top: 25px;
}

.caption {
  font-family: 'Raleway', sans-serif;
  margin-top: 35px;
}

.pdf-view {
  max-width: 100%;
  border: 1px solid gray;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.featured-image img,
.post-image img,
.post-video video,
.post-video iframe {
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* POST TEXT STYLES */
.post-content {
  max-width: 670px;
  margin-top: 50px;
}

.post-content p {
  line-height: 22pt;
  padding-bottom: 1em;
  font-size: 14pt;
}

.post-content p a {
  font-weight: 900;
}
.post-content p a:hover {
  text-decoration: none;
  background-color: #ffff90;
  border-radius: 5px;
}

p::first-letter {
  font-family: Raleway, sans-serif;
  /* color: rgb(68, 67, 67); */
  color: #1080dd;
  font-size: 200%;
  font-weight: 900;
  line-height: 35pt;
  float: left;
  padding-top: 2px;
  padding-left: 3px;
  padding-right: 8px;
}

/* FACEBOOK SECTION */

.facebook-container {
  width: 100%;
  text-align: center;
  padding: 20px 0 20px 0;
}

.facebook-section {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.fb-like,
.fb-comments {
  padding: 20px 5px;
}

.facebook-container h2 {
  color: #1080dd;
}

/* Used for links to posts that have not been created yet */
.stayTuned:hover {
  cursor: pointer;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 600px) {
  
}