.dogval .dogvalpic {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  min-height: 150px;
}
.dogval label {
  margin-top: 30px;
}
.doglist {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px;
}
.doglist > div {
  margin: 10px;
}
.doglist .button {
  overflow: hidden;
  /* font-family: "Raleway,sans-serif", sans-serif; */
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  display: inline-block;
  outline: 0;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: -0.4px;
  font-weight: 600;
  text-transform: uppercase;
  box-sizing: border-box;
  margin: 0;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  cursor: pointer;
  padding: 10px;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
.doglist .button .fa {
  margin-right: 10px;
}
.doglist .button:hover {
  text-decoration: none;
  color: white;
  background-color: rgba(0, 0, 0, 0.84);
}
.doglist .dogbox {
  text-decoration: none !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #bdbdbd;
  background-blend-mode: lighten;
  width: 200px;
  height: 200px;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in, background-blend-mode 0.2s ease-in, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in, background-blend-mode 0.2s ease-in, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in, background-blend-mode 0.2s ease-in, border-color 0.2s ease-in-out;
  border: 1px solid #000;
}
.doglist .dogbox:hover {
  text-decoration: none !important;
  color: white;
}
.doglist .nodog {
  text-decoration: none !important;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.doglist .nodog:hover {
  text-decoration: none !important;
  color: white;
  background-color: #000000;
}
