@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

:root {
    --bs-body-font-size: 0.9rem;
    --pickup-light-blue: #dae0ea;
    --t360-dark-blue: #33495a;
    --pickup-medium-blue: #7696ce;
    --pickup-black: black;
    --pickup-yellow: #ffc800;
    --pickup-grey: #9C9898;
    --pickup-light-grey: #e9e9e9;
    --pickup-green: mediumseagreen;
    --bs-body-font-family: Montserrat;
    --bs-pagination-color: #4d4d4d !important;
}

html:before {
    background: none;
    font-family: Montserrat;
}

html:after {
    background-image: none;
}

/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}*/

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/*html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/
body {
    background-color: var(--pickup-light-grey);
    margin: 0 auto;
}

main {
    margin-bottom: 4.5rem;
}

/*footer {
    position: fixed;
    bottom: 0;
    z-index: 999;
    height: 3rem;
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: white;
    margin-top: 1.5rem;
}*/