body, html {
  background-color: #FFF !important;
  height: 100%;
  width: 100%;
  background-image: url("../img/bg4.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-footer a {
  color: #000 !important;
}
.welcome-message .lead {
  /* color: #000 !important; */
  font-weight: 400;
}

@media (max-width: 576px) {
  .lead {
    font-size: 17px;
  }
  .main-logo, .amgen-logo {
    display: none;
  }
  .amgen-logo {
    width: 150px !important;
    right: 0;
    bottom: 0;
    padding-right: 15px;
    position: relative;
  }
  .welcome-message {
    height: 450px !important;
    overflow-y: scroll;
  }
  .agenda {
    height: 500px !important;
    overflow-y: scroll;
  }
  .nav-footer {
    font-size: small;
  }
  body, html {
    background-color: #FFF !important;
    height: 100%;
    width: 100%;
    background-image: url("../img/bg3.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
   .nav-footer a {
    display: none;
  }
}
@media (min-width: 576px) {
  .navbar-brand {
    /* visibility: hidden; */
    display: none;
  }
  .main-logo {
    width: 300px !important;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 5rem;
    margin-left: 1rem;
  }
  .amgen-logo {
    width: 150px !important;
    right: 0;
    bottom: 0;
    margin: 20px 20px;
    position: absolute;
  }
  .welcome-message {
    height: 375px !important;
    overflow-y: scroll;
  }
  .agenda {
    height: 500px !important;
    overflow-y: scroll;
  }
  .welcome-message-container {
    padding-top: 3rem;
  }
}
@media (min-width: 1024px) {
  .navbar-brand {
    visibility: hidden;
  }
  /* .amg-footer {
  width: 180px !important;
  right: 0;
  bottom: 0;
  padding-right: 15px;
  position: relative;
  } */
  /* .main-logo {
  width: 300px !important;
  position: absolute;
  } */
  .welcome-message {
    overflow-y: hidden;
  }
  .agenda {
    height: 520px !important;
    overflow-y: scroll;
  }
  .agenda-container {
    padding-top: 50px;
  }
}
@media (max-height: 650px) {
  .amgen-logo {
    visibility: hidden !important;
  }
  .agenda {
    height: 450px !important;
    overflow-y: scroll;
  }
  
}
