/* Custom font
-------------------------------------------------- */
@font-face {
  font-family: 'Gotham';
  src: url('GothamBlack.eot');
  src: local('Gotham Black Regular'), local('GothamBlack'),
      url('./fonts/GothamBlack.eot?#iefix') format('embedded-opentype'),
      url('./fonts/GothamBlack.woff2') format('woff2'),
      url('./fonts/GothamBlack.woff') format('woff'),
      url('./fonts/GothamBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Book';
  src: url('GothamBook.eot');
  src: local('Gotham Book Regular'), local('GothamBook'),
      url('./fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
      url('./fonts/GothamBook.woff2') format('woff2'),
      url('./fonts/GothamBook.woff') format('woff'),
      url('./fonts/GothamBook.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 80px; /* Margin bottom by footer height */
  /* min-height: 75rem;
  padding-top: 4.5rem; */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px; /* Set the fixed height of the footer here */
  line-height: 80px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

/* Custom page CSS
  -------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 1200px;
  padding: 0 30px;
}

h2, h5 {
  font-family: Gotham;
}

p.lead {
  font-family: Gotham;
}

a, p.indented {
  margin-left: 20px;
}

.btn {
  margin-bottom: 15px;
}

a.pdf {
  margin: 0 auto;
  float: none;
  margin-bottom: 20px;
}

.card {
  margin: 0 auto;
  float: none;
  margin-bottom: 10px;
}

img.logo {
  margin: 20px 0px -40px 0px;
}