.site-title {
  display:none;
}

.header
{
  background-image: url(/images/banners/11-DUC-tagline-4c.jpg);
  background-repeat: no-repeat;
  padding:10px;
  width: 100%;
  height:110px;
  margin:auto;
  margin-bottom:0px;
}

body
{
  background: url('/images/backgrounds/BGWetland_Aug_19_2021.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header-search
{
  margin-right:75px;
}

.footer
{
  background-color: white;
  border-radius: 10px;
  padding:10px;
  max-width: 960px;
  height:50px;
  margin:auto;
  bottom: 2px;
}