.site-header {
  background-image:url(https://forums.civfanatics.com/styles/civ6/header_background.png);
  background-repeat: repeat-x;
  background-position: Center;
  height: auto;
  margin-bottom: 24px;
  text-align: left;
  border: 0px;
}

body .site {
  padding: 0px;
  margin-bottom:24px;
}

.site {
  margin: 0 auto;
  max-width: none;
  overflow: hidden;
}

.site-content {
  border-right: 1px solid #F1F1F1;
  float: left;
  padding: 30px 2% 2%;
}

.widget-area .widget li,
.widget-area .widget .textwidget {
	padding: 5px 0 0 6px;
}

.footer-analytics {
  padding: 0px 0px 8px 0px
}

@media screen and (max-width: 767px) {
  .js .selectnav{
    background: #0e2b58;
    margin-bottom: 0px;
  }
}


/* Added by ainwood to fix an issue with goto against anchors not pointing to exactly the right place.>*/
h1:before { 
  display: block; 
  content: " "; 
  margin-top: -60px; 
  height: 60px; 
  visibility: hidden; 
} 
h2:before { 
  display: block; 
  content: " "; 
  margin-top: -60px; 
  height: 60px; 
  visibility: hidden; 
}
h3:before { 
  display: block; 
  content: " "; 
  margin-top: -60px; 
  height: 60px; 
  visibility: hidden; 
}


html,
infobody {
    margin:0;
    padding:0;
    height:100%;
}
#infocontainer {
    min-height:100%;
    position:relative;
}
#infoheader {
    background:#ff0;
    padding:10px;
}
#infobody {
    padding:10px;
    padding-bottom:60px;   /* Height of the footer */
}
#infofooter {
    position:absolute;
    bottom:0;
    width:100%;
    height:60px;   /* Height of the footer */
    background:#6cf;
}
