/* gallery.css */
/* created 1st April 2020 as news/news.css*/
/* renamed 4th January 2023 to gallery.css*/

body {
  width: 80%;
  background: #FFF;
  margin: auto;
  padding: 1px;
  min-width: 800px;
  border: none;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; 
  -webkit-text-size-adjust:none;
}

a { color:#47F; text-decoration: none; }
a:hover { color:#c68c53; text-decoration: none; }

h1 {
  font-weight: 600;
  font-size:40pt; 
  margin-block-start:0; 
  margin-block-end:0;
  margin: 16px 0 16px 0;
  -webkit-text-size-adjust:none;
}

.newsheader {
  background-color:none;
  border:none;
  font-weight: normal;
  font-size:40px;
  padding: 20px 0 20px 2px;
  border-bottom: 1px solid #777;
  -webkit-text-size-adjust:none;
}

.square, .msquare {
  width: 32.13%;
  height: 315px;
  background-color: #222;
  border: none;
  padding:0px;
  text-align: center;
  vertical-align:center;
  margin:0.6%;
  float:left;
  background-position: top; 
  background-size:auto 239px;
  background-repeat: no-repeat;
  cursor:pointer;
}

.essaytitle, .imagetitle, .whitepanel {
  width:auto; 
  height:50px;
  background-color:#FFF; 
  margin-top:240px; 
  padding:10px 0 20px 0;
  text-align:left;
  font-size: 20pt;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}

#kjvfoot {
  font-family: Georgia,Cambria,'Times New Roman',Times,serif; 
  line-height: 1.3;
  font-size: 15px; 
  padding-top:10px; 
  margin:50px 0 50px 0; 
  border-top:1px solid #555;
}


