

/* OVERLAY */
.hero .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	backdrop-filter: blur(2px);
}

/* CONTENT */
.hero-content {
	position: relative;
	z-index: 2;
	max-width: 900px;
}

/* TITLU */
.hero-title {
	font-size: 4rem;
	font-weight: 800;
	letter-spacing: 2px;
	text-shadow: 0 0 20px rgba(0,0,0,0.8);
}

/* SUBTITLU */
.hero-subtitle {
	font-size: 1.5rem;
	margin-top: 15px;
	opacity: 1;
}

/* BUTOANE */
.hero-buttons .btn {
	min-width: 220px;
	border-radius: 30px;
	font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 768px) {
	.hero-title {
		font-size: 2.5rem;
	}
	.hero-subtitle {
		font-size: 1.1rem;
	}
}

img {
	max-width: 100%;
}
.main-banner {
	width: 100%;
	height: 50vh;
	background: url("../img/welcome.jpg") center;
	background-size: 100%;
}
.main-blog-card {
	width: 90%;
}
.category-aside {
	width: 100%;
}
.main-blog {
	width: 70%;
}
.aside-main {
	width: 30%;
}

.w-450 {
	width: 450px;
}
.vh-100 {
	min-height: 100vh;
}
/*admin*/
.section-1 {
	width: 100%;
	padding: 15px;
}
.main-table {
   width: 90%;
   max-width: 700px;
}
.react-btns i {
	font-size: 24px;
	color: #222;
	cursor: pointer;
}
.react-btns a  {
	text-decoration: none;
	color: #222;
	cursor: pointer;
}
.react-btns a:hover  {
	opacity: .8;
}
.react-btns .like:hover  {
	color: #c0392b;
}
.react-btns .liked  {
	color: #c0392b;
}
.comments .comment span {
   color: #c0392b;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .aside-main {
  	display: none;
  }
  .main-blog {
	width: 100%;
  }
  .main-blog-card {
	width: 100%;
}
}