
  .temporary-banner {
	background: linear-gradient(to right,#70b840,#1782c5);
	color: #fff;
	text-align: center;
	padding: 8px;
	font-size: 18px;
  }
  .temporary-banner a {
	color: #fff;
	text-decoration: underline;
  }
  .temporary-banner a:hover {
	text-decoration: none;
  }

  @media screen and (max-width: 767px) {
	.temporary-banner a {
	  font-size: 14px;
	}

  }
