.nav--user {
    background: #4596AA;
}

.header__contents {
    background:rgba(69,150,170) !important;
}

.footer--site {
    background: #4596AA;
}
.footer--site a:hover {
    color: #683A18;}

input[type="text"].input--search {
    border-bottom: 1px solid white;
}

.button--search {
    color: white;}
.button--search:hover {
    color: #683A18; }

.nav--header a {
  color: white; }
  .nav--header a:link {
    color: white; }
  .nav--header a:visited {
    color: white; }
  .nav--header a:hover {
    color: #683A18; }
  .nav--header a:active {
    color: white; }


element.style {
}
h1, h2, h3, h4, h5, h6 {
    color: #000000;
}

a:link {
    color: #000000;}
a:hover {
    color: #683A18; }
a:visited {
    color: #4596AA;}