/* 
	What's New 
*/
.blogGalleryTitle {
	font-weight: 100; 
	text-transform: uppercase;
	color: rgb(252, 203, 114);
	font-size: 120px;
	line-height: 110px;
	padding: 5%;
	letter-spacing: -.01em;
	text-align: center;
}
@media (max-width: 768px) {
	.blogGalleryTitle {
		padding: 6%;
		font-size: 90px;
		line-height: 80px;
	}
}
#blogGallery {
	display: flex;
	justify-content: space-between;
	padding: 3%;
	flex-wrap: wrap;
	gap: .8em;
}
#blogGallery img {
	height: 160px;
	width: 220px;
	box-shadow: 0 2px 5px rgba(1, 0, 1, .9); 
	border-radius: 10px;
}
.blogGalleryCard {
	flex: 1;
	background-color: #42eaf92e;
	padding: 2% 1%;
	border-radius: 10px;
}
.blogGalleryCard h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	color: #495057;
	padding: 0.5%;
	padding-top: 2%;
}
.blogGalleryCard p {
	color: #f1131bb5;
	font-size: 13px;
	font-weight: 700;
	font-family: Satoshi, Segoe UI, SegoeUI, sans-serif;
	line-height: normal;
	padding-bottom: 2%;
}
.blogGalleryCard_link {
	color: #fff;
	background-color: #000;
	padding: 3% 6%;
	cursor: pointer;
	border-radius: 16px;
	font-weight: bold;
}
.blogGalleryCard_link:hover {
	border: 3.5px solid black;
	background-color: gold;
	color: #000;
	transition: 1.5;
}


h4 {
	font-size: 20px;
	font-weight: 600;
}
.boldTextFonts {
	color: #ed1c24;
	font-size: 26px;
	font-weight: 800;
}
.categoryColor {
	color: #4077b5;
}
.categoryColor:hover {
	color: #659cdb;
	text-decoration: underline;
}
.timeDateRead {
	border-radius: 4px;
	text-align: center;
	background-color: #4A4A4A;
	display: inline-block;
	padding: 0.8em 2em;
	cursor: pointer;
	text-decoration: none;
	margin: 1% 0;
}


#keepReading {
	background-color: #04f9f966;
}
.keepReading_Gallery {
	padding: 0 3% 3% 3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: .8em;
}
.keepReading_Border {
	flex: 1;
	background-color: white;
	border-radius: 8px;
}
#keepReading img {
	height: 90px;
	width: 160px;
	box-shadow: 0 2px 5px rgba(1, 0, 1, .9); 
}
.blogGalleryCard_2 {
	padding: 2%;
}
.blogGalleryCard_2_Title {
	display: flex;
	justify-content: center;
	font-size: 25px;
	font-weight: 200;
	font-family: Tanker, Arial, sans-serif;
	color: darkblue;
	padding: 2% 3%;
}
.blogGalleryCard_2 h4 {
	font-size: 11px;
	font-weight: 700;
	line-height: 10px;
	color: #495057;
	padding-top: 4%;
	font-family: Satoshi, Segoe UI, SegoeUI, sans-serif;
}

/* 
	Quotation - TODAY'S WORD
*/
.dailyWord {
	width: 40%;
}
.dailyImage {
	flex: 1;
}
@media (max-width: 765px){
	.dailyWord {
		width: 100%;
	}
	.dailyImage {
		flex: unset;
	}
}