#search{
  width: 150px;
  margin-left: 120px;
}
#search::placeholder{
  color: #aaa;
  font-size: 14px;
}
#go{
  margin-left: 10px;
}
#covid19{
  text-decoration: underline;
  font-size: 20px;
  color: #aaa;
}

#logo{
	margin-left: 80px !important;
	font-size: 36px !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.content {
  width: 100%;
  height: 200px;
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #ccc;
  position: relative;
  padding-top: 200px;
}
.content:before {
  content: "";
  background: rgba(0,0,0, .6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}



.txt-block {
  margin: 5%;
  font-size: 22px;
}

.content-title{
  margin-top: -50px !important;
  font-size: 50px;
  color: white;
}

#logo a{
  color: #ccc !important;
}
#navbar li a{
  /*color: #ccc !important;*/
}

.item-views-price-lead{
  font-size: 14px;
}

.dropdown li a.title{
  color: #21487F;
}