.news-title {
  width: 100%;
	height: 40vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
	background-image: url("../images/news1_background.jpg");
	display: flex;
	align-items: center;
	text-align: center;
	padding: 10vh 0;
}
.news-wrapper{
	width: 100%;
}
.news-title h1{
	font-size: 3.5rem;
}
.news-title img{
	width: 10vh;
}
.news-date{
	color: var(--dyellow);
	background-color: var(--blue);
	font-size: 1rem;
	padding: 0 0.5vw;
}

/* Cell phone screen */
/*----------------------------------------------------------------------------*/
@media only screen and (max-width: 1080px) {
.news-date{
	font-size: 2rem;
	padding: 0 1.5vw;
}
.news-title h1{
	font-size: 5.5rem;
}
}
