body {
    font-family: josefin-sans, sans-serif;
    font-weight: 200;
    font-style: normal;
}

.bg-dark {
    transition-duration: .5s;
    transition-delay: 0s;
}

.hero {
    background:
    linear-gradient(
      rgba(0, 0, 0, 0.4), 
      rgba(0, 0, 0, 0.4)
    ),
    /* bottom, image */
    url(../img/HeroImage.jpg);
    background-position: center top;
    background-size: cover;
}

.navbar {
    font-family: josefin-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.biobg {
    background:
    url(../img/Ian-McFeron-Steps-background.jpg);
    background-position: center top;
    background-size: cover;
}

h5 {
    color: #EAA342;
}

a {
    color: #EAA342; 
    text-decoration: none;
}

.anchor {
    position: relative;
    top: -50px;
  }

a:hover {
    color: #E18405;
    text-decoration: underline;
}

.contact {
    margin: auto;  width: 30%;
}

p.badge img{
    width: 150px;
    padding-bottom: 10px;
}

.quotes {
    height: 400px;
}