

.parallax--scotland{
  background-image: url("scotland3.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  overflow-x: hidden;
  background-position-y: 52px;
  margin-top:11px;
}



.autobiography{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: rgb(255 255 255 / 85%);

  padding-top: 41px;
  padding-bottom: 0px;
}

#author-sandy{
  /*border:1px dashed blue;*/
  max-width: unset;
  /*margin-bottom: 40px;*/
}

.autobiography h1{
  margin-bottom: 21px;
  /*border:1px dashed red;*/
}

.autobiography p{
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size:16px;
  font-weight:400;
  line-height:24px;
}


/* if we are in landscape, and screen height less than X, then shrink the author photo slightly. */
@media (orientation: landscape), (max-height: 650px) {
  #author-sandy{     max-width: 260px; margin-bottom: 0px;}
  .autobiography{    padding-top: 0px;}
  .autobiography h1{ margin-bottom:5px; }
}

/* when height is greater than X */
@media (min-height: 650px) {
  .autobiography{    padding-bottom:45px;}
  .autobiography h1{ margin-bottom:15px; }
}