html,body {
  overflow-y: hidden;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  height: 100%;
  width: 100%;

  max-width: 1400px;
  max-height: 1700px;

  margin: 0 auto;

  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);

}

.paintBGblack {
  width: 100%;
  height: 100%;

  background-color: black;
  opacity: 90%;
  z-index: 999;
}

#newsFrame {

  position: fixed;
  display: block;

  color: white;
  
  font-family: sans-serif, 'Helvetica', 'Arial';

  margin: 5% auto;

  top: 50%;
  left: 50%;

  border-radius: 6px;
  border: 4px solid #FFFFFF;
  
  background-color: hsla(270, 50%, 40%, 1); 

  width: 420px;
  height: 555px;  /*52%;*/

  overflow: auto;

  transform: translate(-50%, -64%);

  z-index: 1000;

}


#newsTitleTextDescription{
  color: white;

  position: relative;
  display: inline-block;

  font-size: 23px;

  color: white;

  text-shadow: 0 0 4px green, 0 0 2px green;

  text-align: center;

}


#newsTitleFormat {
  position: relative;
  display: block;

  left: 0;
  right: 0;
  bottom: 0;
  top: 0;

  width: auto;
  height: 140px;

  overflow: auto;

  text-align: center;

  background-color: hsl(155, 81%, 32%, 100%);

  z-index: 999;

  border-bottom: 4px solid #FFFFFF;

}

#newsTextTitle {

  position: relative;
  display: block;

  color: white;
  font-size: 44px;

  padding-top: 5px;
  padding-bottom: 10px;

  text-decoration: underline;
  text-align: center;
  text-shadow: -1px -1px 0 hotpink, 1px -1px 0 hotpink, -2px 2px 0 black, 2px 2px 0 black; 

}

#newsIndividualTitle {

  position: relative;
  display: inline-block;

  font-style: italic;
  font-weight: bold;
  font-size: 25px;

  left: 15px;

  color: hsl(60, 100%, 69%);

  text-shadow: 0 0 4px #000000, 0 0 2px #0000ff;

  border-top: 4px solid hsl(155, 81%, 32%, 100%);

  text-align: left;

}

#newsIndividualTitleDescription {

  position: relative;
  display: table;

  font-style: italic;
  font-size: 22px;

  color: hsl(26, 93%, 78%, 1);

  text-shadow: 0 0 4px #000000, 0 0 2px #0000ff;

  border-bottom: 4px solid hsl(155, 81%, 32%, 100%);

  text-align: center;

}

.newsBodyFormat {

  /*actual text block within the iframe main page*/

  position: relative;
  display: block;

  left: 0;
  right: 0;
  bottom:0;
  top:0;

  padding-top: 40px;

  width: inherit;
  height: 67%;

  overflow: auto;

  scrollbar-color: hsl(26, 93%, 78%, 1) hsl(197, 88%, 36%, 1);


}


.newsUpdateTextFormat {

  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 5px;

}

#newsUpdateText {

  position: relative;
  display: inline-block;

  font-size: 23px;

  color: white;

  text-shadow: 0 0 4px green, 0 0 2px green;

  text-align: left;

}

#backArrowButtonNewsPage {

  display: block;
  position: sticky;

  font-size: 40px;
  color: hsl(155, 81%, 32%, 100%);
  background-color: hsl(54, 89%, 64%);

  text-align: center;
  cursor: pointer;

  width: 60px;
  height: 30px;
  /*border-radius: 7px;*/
  
  border-style: solid;
  border-width: 4px;
  border-color: hsl(155, 81%, 32%, 100%);
  border-radius: 4px;
  line-height: 32px;

  /*margin-top: 30px;
  margin-left: 50%;
  transform: translate(-50%, -50%);*/

  margin-left: 6px;
  margin-top: 5px;
 
}

.backButtonBG {

  display: block;
  position: sticky;

  width: 80px;
  height: 50px;

  background-color: hsla(270, 50%, 40%, 1); /*should be same as iframe bg color*/

  border-radius: 4px;
  border-top: 4px solid white;
  border-right: 4px solid white;
  border-left: 4px solid white;

  /*position on bottom right?
  margin-left:81%;
  margin-top: -55px;
  */
  float: right;
  margin-right: 15px;
  margin-top: -55px;
}

@media (pointer:none), (pointer:coarse) {
  /*MOBILE*/
  .backButtonBG {
    border-right: 0;
    margin-right: 0px;
  }
}


#backArrowButtonNewsPage:hover {
  color: salmon;
  border-color: salmon;
}
