/* rgb(243,236,230); */

#window { 
  min-width:960px;
  width:960px; 
  margin:auto; 
  position: relative;
}

#content { 
  margin-left: 25px;
  margin-right: 25px;
  min-height: 100vh;
}

.pane {   
      position:relative;
      /* top:61px; */
      margin-top: 15px;
} 

.clear { clear: both;}

#footer {
  clear: both;
  width: 960px;
  margin: auto;
  border-top: solid 1px rgb(244,230,197);;
  padding-top: 8px;
  position: sticky;
  top:100vh;
}

#copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color: rgb(109,109,109);
  float:left;
}


#social {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: rgb(109,109,109);

}

#social .ib {
  display: inline-block;
  color: rgb(109,109,109);
}

#social a { 
  color: rgb(109,109,109);
}