

.pageswrapper {
  position: relative;
  background: rgba(228,228,228,0.8); /* opacity of page wrapper, full opacity images */
  border-radius: 10px;
  min-height: 600px;
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 80px 60px 60px 60px;
}


.page-content {
  margin-top: 80px;
  font-size: 2.6em;
  text-align: justify;
  text-justify: auto;
  font-weight: 600;
  line-height: 45px;
  list-style: inside;
}

@media only screen and (min-device-width: 768px){
.pageswrapper {
  width: 60%;
  padding: 60px 60px 60px 60px;
}
.page-content {
  margin-top: 60px;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 26px;
}}

.page-content a:link {color: #004292; text-decoration: none;}
.page-content a:focus,
.page-content a:hover {color: #085BBA; text-decoration: underline;  }
.page-content a:visited {color: #8D2588; }
.page-content a:active  {color: #80244D; } 


.map { /* Set on lb launcher image */
  width:100%;
  border: solid 2px;
}
.map-wrapper {
  font-size: 2.2rem;
  width:80%;
  margin: auto;
  margin-bottom: 10px;
}

@media only screen and (min-device-width: 768px){
.map { 
  width:300px;
}
.map-wrapper {
  float:left;
  width:300px;
  font-size: 1.2rem;
  min-height:450px;
  margin-right: 60px;
  margin-bottom: 40px;
}}

@media only screen and (max-device-width: 768px){       /* LARGE MAPS FOR MOBILE ONLY!! */
img.tall {
  max-height:1800px !important ;  /* tall size for intro maps */
  margin-top: 80px;
  }
.tall {
  height:1200px !important ;
}}
   
.pages-left, .pages-right, .ldscape{
  width:700px;
  margin:auto;
  margin-bottom: 80px;
  font-size: 2.3rem;
  text-align: center;
  font-style: italic; /* NO EFFECT!! */
}
.ldscape {
  width: 800px;
}
@media only screen and (min-device-width: 768px){
.pages-left, .pages-right {
  width:400px;
  margin-top: 55px;
  margin-bottom: 50px;
  font-size: 1.5rem;
  text-align: center;
}

.pages-left {
  float:left; 
  margin-left: 0px;
  margin-right: 60px;
  }
.pages-right {
  float:right; 
  margin-left: 60px;
  margin-right: 0px;
  }
.ldscape {
  width: 700px;
  margin: auto;
  margin-bottom: 50px;
}}

.pages-left img, .pages-right img, .ldscape img{
  opacity: 1;
  border: 4px outset #212121;
  padding: 3px;
  width: 100%;
}

.pages-gallery-link img {
  float: left;
  margin-right: 40px;
}








