:root {

    --pepsi-blue: #004178;
    --pepsi-blue-rgb: 15, 125, 176;
    --pepsi-dark-blue: #002647;
    --pepsi-dark-blue-rgb: 0, 38, 71;

    --pepsi-light-blue: #0057A3;
    --pepsi-light-blue-rgb: 0, 87, 163;

    --bs-link-color: var(--pepsi-blue);
    --bs-link-color-rgb: var(--pepsi-blue-rgb);

    --bs-primary-bg: var(--pepsi-blue);
    --bs-primary-bg-rgb: var(--pepsi-blue-rgb);
    --bs-primary: var(--pepsi-blue);
    --bs-primary-rgb: var(--pepsi-blue-rgb);

    --bs-navbar-color: var(--bs-link-color-rgb);

    --bs-dark-rgb: 0, 65, 120;

    .btn-primary {
        --bs-btn-bg: var(--bs-primary-bg);
        --bs-btn-border-color: var(--bs-primary-bg);
        --bs-btn-hover-bg: var(--pepsi-dark-blue);
        --bs-btn-hover-border-color: var(--pepsi-dark-blue);
        --bs-btn-active-bg: var(--pepsi-dark-blue);
        --bs-btn-active-border-color: var(--pepsi-dark-blue);
    }

}


footer {
    --dq-footer-content-bg: var(--pepsi-light-blue);
    --dq-footer-bottom-bg: var(--pepsi-dark-blue);

    .aip-logo {
        width: 320px;
        margin-bottom: 20px;

        @media (max-width: $screen-md-max) and (min-width: $screen-sm-max) {
            width: 280px;
        }
    }
/*    .content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    p {
      margin-bottom: 5px;
      margin-top: 5px;
    }
*/
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  background-color: rgba(50, 50, 50, 0.9);
  color: white;
}

.wallposter {
  width: 9rem;
  margin: 6px;
}
