.contact-content {
  background-color: black;
  color: yellow;
  font-size: 0.9em;
  font-family: Verdana;
  width: 100%;
  height: 26px;
  padding-top: 3px;
  text-align: right;
}

.top-row {
  position: sticky;
  top: 0;
  z-index: 9000;
}

.header1 {
  position: sticky;
  min-height:250px;
  font-family: Cambria, Arial, Tahoma, Serif;

}

.row-article {
  padding: 20px 200px 20px 200px;
  font-family: PT Serif;
  font-size: x-large;
}

.row-article:after {
  width:100%; height:1px; background: #97BAEC; margin-top: 20px; content:""
}

.centered {
  position: absolute;
  text-shadow: 2px 2px #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container0 {
  /* height: 1000px; */
  padding-bottom: 100px;
  background-color: #F5F5F5;
}

.content-row {
  padding-top: 40px;
  margin-bottom: 20px;
}
.text0 {
  font-family: PT Serif;
  padding-left: 20px;
}

.text-list {
  font-family: PT Serif;
  font-size: xx-large;
  margin-left: 60px;
  color: black;
}

.text-article {
  font-family: PT Serif;
  font-size: x-large;
  color: black;
  padding-left: 20px;
}

.content {
  background-color: white; /* #9CC4F7; */
  padding: 30px;
  box-shadow: 5px 8px 4px #888888;
  border-radius: 15px;
  margin-bottom:40px;
  margin-left: 40px;
}

.mini-image {
  border-radius: 15px;
  box-shadow: 5px 8px 4px #888888;
  width: auto /* 250px; */
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
/******************************************************************************
/ footer
******************************************************************************/
.footer-row {
    background-color: black;
}

.footer-content {
  padding-left: 200px;
  padding-right: 200px;
  padding-top: 20px;
  color: white;
  font-family: Arial;
  font-size: 1em;
}
