html {
  font-family: Cabin, sans-serif;
}

fieldset {
  border: none;
}

[type="checkbox"] + label::before,
[type="radio"] + label::before,
textarea {
  border-color: #6e8c62;
}

.margin-none {
  margin-left: 0;
  margin-right: 0;
}

.hero {
  opacity: .8;
}

.doggo {
  max-height: 25em;
  max-width: 20em;
}

a:focus {
  outline: 3px solid #35e0ee;
}

.skip-links a {
  position: absolute;
  top: -3em;
}

.skip-links a:focus {
  top: 0;
}

textarea {
  height: 10rem;
}

.nav-hover:hover {
  background-color: #548354;
  border-radius: 4px;
  color: #fff;
}

.apply:hover {
  color: #35e0ee;
}

.btn-ghost {
  text-decoration: underline;
}

nav {
  text-align: left;
}

.banner-content {
  color: #fff;
  padding-left: 3em;
  padding-top: 3em;
  background-color: #000;
}

.testimonials {
  max-width: 80%;
  height: 290px;
}

.testimonials-2 {
  max-width: 80%;
  height: 450px;
}

footer {
  background-color: #000;
}

.micro {
  color: #fff;
}

@media screen and (min-width: 60em) {

  nav {
    text-align: right;
  }

}
