/* Navigation Bar */

.navbar {
  position: relative;
  width: 100%;
  height: 96px;
  left: -3px;
  top: 0px;
  right: 0;
  /* Background/Light-I */

  background: #ffffff;
  box-shadow: -1px 1px 2px rgba(51, 51, 51, 0.2);
}

.nav-logo {
  position: absolute;
  width: 131px;
  height: 50px;
  left: 15px;
  top: 24px;
}

.nav-right {
  position: fixed;
  right: 0;
}

.menu-list {
  list-style: none;
}

.about-btn {
  position: absolute;
  width: 44px;
  height: 22px;
  left: 0px;
  top: 8px;
}

.login-btn {
  position: absolute;
  width: 95px;
  height: 39px;
  left: 64px;
  top: 0px;

  background: #c8d9ed;
  border: 1px solid #1c2945;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
}

.sign-up-btn {
  position: absolute;
  width: 95px;
  height: 39px;
  left: 179px;
  top: 0px;
  color: #ffffff;
  background: #1c2945;
  box-shadow: 0px 4px 4px rgba(73, 72, 72, 0.05);
  border-radius: 100px;
}

.about-btn {
  border: none;
  background: none;
}

/* Jim's Edits 10/5/2021 */
.hero {
  background-color: #c8d9ed;
}

.footer {
  background-color: #1c2945;
}
