body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

.body-bg-gotham {
  background-image: url(gotham_city_hres.jpg);
  background-size: cover;
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  height: 80px;
}

.menu-h1 {
  font-size: 5rem;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


.menu-bg {
  /* Extend the .menu class */
  @extend .menu;

  /* Additional properties specific to .menu-bg */
  background-image: url(gotham_ls.jpg);
  background-size: cover;
  height: 280px;
}


.logo {
  height: 2.8rem;
  top: 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.logo-about {
  margin-top: 10px !important;
  margin-left: 20px;
}

.logo-link {
/*  height: 1.2rem; */
}

.menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  height: 1.2rem;
}

.menu a {
  position: absolute;
  margin: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
}

.menu-link:hover {
  background-color: #888;
  color: #fff;
}
  
header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

h1 {
  font-size: 5rem;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.body-text {
  font-size: 1.5rem;
  color: #808080;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-top: 1rem;
}

.subtitle {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-top: 1rem;
}

/*
.founding-scientists {
  display: block;
  margin: 0 auto;
  width: 55%;
}
*/

.scientists-container {
  background-color: #808080;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* set container height to 100% */
}

.founding-scientists {
  width: 45%;
  display: block;
  margin: auto;
}