

#bggrad {
    background-image: linear-gradient(to bottom right, rgb(114, 157, 203), rgb(49, 88, 185));
    background-attachment: fixed;
  }

  #tablecenter {
    width: 100%;
  }

  .right {
    text-align: right;
    margin-right: 1em;
  }

  h1 {
    font-size: 32px;
  }
  
  #tableright {
    width: 32 px;
    border-spacing: 20px;
    font-size: 22px;
  }

  #missionstatement {
    font-size: 22px;
    text-align: left;
  }

  #navButton{
    font-size: 14px;
    padding: 6px 12px;
    border: 6px solid #90989d;
    border-radius: 15px 50px;
    background-color: transparent;
  }

#navButton:hover{
  background-color: #90989d;
}

#mainNavButton{
  font-size: 32px;
  padding: 6px 12px;
  border: 6px solid #90989d;
  border-radius: 50px 15px ;
  background-color: transparent;
}

#mainNavButton:hover{
background-color: #90989d;
}

#navSide{
  vertical-align: top;
}

.scrollable {
  height: 500px; /* or any value */
  overflow-y: auto;
  width: 90%;
}

#tagline {
  position: fixed; /* Sit on top of the page content */
  display: flex; /* Hidden by default */
  width: 40%; /* Full width (cover the whole page) */
  height: 50%; /* Full height (cover the whole page) */
  background-color: rgba(0,0,0,0); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  font-size: 60px;
  text-align: center;
  align-items:center;
  justify-content: center;
}


#splash_image {
  display: flex;
  align-items:left;
  justify-content: left;
}

#movie_poster {
  width: 200px;
  height: 300px;
}


#client_logo {
  width: 336px;
  height: 192;
}