.titletxt {
  color: #F0886B;
  padding-bottom: 5px;
  font-family: Poppins, Poppins, serif;
  font-weight: 100;
  font-size: 16px;
  text-transform: uppercase;
}

.searchbg {
  background-image: url("../images/arches.png");
  -webkit-background-size: 140px;
  -moz-background-size: 140px;
  background-size: 140px;
  z-index: 50;
  position: absolute;
  width: 100%;
  height: 200px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=0);
  opacity: 1;
}

.search-title {
  color: #F0886B;
  text-align: center;
  font-family: inherit;
  font-weight: 200;
  padding-bottom: 30px;
  text-shadow: 0px 0px rgba(0, 0, 0, 0.14);
}

.articlecontainer a {
  font-family: inherit;
  font-weight: 400;
  color: #F0886B;
  text-decoration: underline;
}

a {
  color: #000000;
  text-decoration: none;
}

.articlecontainer a:hover {
  color: #000000;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}

.btn-primary {
  color: #F0886B;
  background-color: #ffffff;
  border-color: #F0886B;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #F0886B;
  border-color: #F0886B;
}

