body {
  font-family: 'Titillium Web', sans-serif;;
  font-size: 1rem;
}
p {
  font-size: 1.15rem;
}
h1 {
  font-family: 'Titillium Web', sans-serif;
    font-size: 2rem;

}
h2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 2rem;
  font-weight: 200;
  margin: 1rem;
}
h3 {
  font-family: 'Titillium Web', sans-serif;;
  font-size: 2rem;
}
h4 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.25rem;
  margin:1rem 0 0 0;
}
h5 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.25rem;
  margin: 1rem 0;
}

a {
  color: #2d3092;
}

a:hover {
  color: #faaf3a;
  text-decoration: none;
}

.navbar-brand {
  font-family: 'Titillium Web', sans-serif;
  font-size:2rem;
  font-weight:900;

}

.nav-link {
  font-family: 'Titillium Web', sans-serif;
  font-size:1.35rem;
  font-weight:700;
}
.bg-light {
  background-color: #ffffff!important;
}

/* Donald Farr */
.hp-tile {
  padding:1.5rem 0 1rem 0;
}
.shipping {
  font-size: 1rem;
  line-height: 1.2;
}
.spacer-line {
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: #222222;
}
p {padding:0 1rem;}








.bottom-footer {
  background-color: #2c2c2c;
  color: #ffffff;
  padding: 1rem;
}

/*media sizes*/
@media (min-width: 576px) {
  h2 {font-size: 2rem;}

  .top-title h1 {
    font-size: 2.5rem;
    }
    .hp-tile h4 {
      font-size: .85rem;
    }
    .hp-about h3 {
      font-size: 2rem;
    }
  }
  
  @media (min-width: 768px) {
    h2 {font-size: 3rem;}

    .top-title h1 {
      font-size: 2.5rem;
    }
    .hp-tile h4 {
      font-size: 1rem;
    }
    .hp-about h3 {
      font-size: 3rem;
    }
  }
  
  @media (min-width: 992px) {
    h2 {font-size: 3.5rem;}

    .top-title h1 {
      font-size: 3rem;
    }
    .hp-tile h4 {
      font-size: 1rem;
    }
    .hp-about h3 {
      font-size: 3.5rem;
    }
  }
  
  @media (min-width: 1200px) {
    h2 {font-size: 4rem;}

    .top-title h1 {
      font-size: 3.5rem;
    }
    .hp-tile h4 {
      font-size: 1.25rem;
    }
    .hp-about h3 {
      font-size: 4rem;
    }
  }
