.row {
  background: linear-gradient(to bottom, orange, white, lightgreen, white);
}

#image_cover {
  background-image: url(../images/aghanishini-new.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.overlay {
  background: rgba(255, 255, 255, 0.5);
  padding: 50px;
  width: 90%;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  min-height: 100px;
  display: flex;
  flex-direction: column;
}

.overlay p {
  font-size: 1.3em;
  text-align: justify;
  color: black;
  margin: 0;
}

#jumbo2 {
  font-size: 0.7em;
  margin-bottom: -20px;
}

#down_citation {
  margin-bottom: -5px;
  text-align: center;
}
#down_jumbo_and_nav {
  background: linear-gradient(to bottom, orange, white, lightgreen) !important;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  margin-top: 120px;
}

.my-2 {
  align-items: center;
}

#down-citation {
  margin-bottom: -5px;
  text-align: center;
}
