.blog-content img {
  max-width: 100%;
}

/*.blog-content p {
  font-size: 1.25rem;
  font-weight: 300 !important;
}
*/

.blog-content strong {
  font-weight: 800;
}


.blog-content blockquote {
    /*border-left: 3px solid #4285f4 !important;*/
}

.blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5 {
  color: #f2c32a;
}

.blog-content blockquote {
    padding: .5rem 1rem 1px 1rem;
    border-left: .25rem solid #f2c32a;
    margin: 0 0 1rem;
}

.blog-content blockquote p {
    font-size: 1.25rem !important;
      font-weight: 400 !important;
}


.blog-content a {
  text-decoration: underline;
}

.blog-content a:hover {
  text-decoration: none;
}

.blog-content div.img-caption {
  text-align: center;
  font-style: italic;
}

.blog-content div.ytwrapper {
  margin-bottom: 22px;
}



.ytwrapper {
	max-width: 680px;
	margin: 30px auto;
	padding: 0;
}

.youtubeemb {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}

.youtubeemb img {
	width: 100%;
	top: 0%;
	left: 0;
	opacity: 0.7;
}

.youtubeemb .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtubeemb .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtubeemb img,
.youtubeemb .play-button {
	cursor: pointer;
}
.youtubeemb img,
.youtubeemb iframe,
.youtubeemb .play-button,
.youtubeemb .play-button:before {
	position: absolute;
}
.youtubeemb .play-button,
.youtubeemb .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtubeemb iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}