@font-face {
  font-family: "BentonSans-Book";
  src: url("../fonts/BentonSansBook.woff2") format("woff2"), url("../fonts/BentonSansBook.woff") format("woff"), url("../fonts/BentonSansBook.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BentonSans-Regular";
  src: url("../fonts/BentonSansRegular.woff2") format("woff2"), url("../fonts/BentonSansRegular.woff") format("woff"), url("../fonts/BentonSansRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: BentonSans-Regular;
}

.bg-dark {
  background-color: #000 !important;
  padding: 10px;
}

.bg-eee {
  background-color: #eee !important;
}

.bg-orange {
  background-color: #f0ab00 !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

aside {
  margin-bottom: 2rem;
}

.card {
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
}

.card img {

  width: 100%;
  height: auto;
}

.card .card-body {
  padding: 1.5rem 2rem 1.25rem;
  font-size: 16px;
  color: #000000;
}

.card .card-body h5 {
  margin: 0;
}


h1 {
  font-family: BentonSans-Book;
  font-size: 2.8125rem;
  line-height: 1;
  margin: 8.125rem 0 1.875rem;
  color: black;
}

main section:first-of-type {
  margin-top: 0;
}

section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

section a,
section a:visited {
  color: #008FD3;
  text-decoration: none;
}

section a:hover,
section a:active,
section a:focus {
  color: #008FD3;
  text-decoration: underline;
}

.text-larger {
  font-family: BentonSans-Book;
  font-size: 1.6875rem;
  line-height: 2rem;
}

h2 {
  font-family: BentonSans-Book;
  font-size: 1.6875rem;
  color: #000000;
  margin-bottom: 1rem;
}

p {
  font-family: BentonSans-Regular;
  line-height: 1.4375;
  color: black;
}

.pt-80 {
  padding-top: 5rem;
}

.my-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pb-80 {
  padding-bottom: 5rem;
}

footer {
  font-size: 12px;
  color: #fff;
  padding-top: 21px;
  padding-bottom: 0;
  background: #222;
}