a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;

}
a:hover {
  text-decoration: none;

}
a:active {
  text-decoration: none;
}

body {
  background: url('../images/horse-bg.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

h1 {
  font-family:'Roboto', sans-serif;
  font-size: 2.5rem;
  color: #5A0002;
}

p {
  font-family: 'Lato', sans-serif;
}


.hero {
  margin-top: 10px;
}

.link-dark:hover {
  color: #388697;
}

.test{
  background-color: red;
}
