
.site-announcement {display: none;}
.list--breadcrumb {display:none}
.site-header {display:none;}
.site-footer {display:none;}
.page-heading {display:none;}

.button {
    background-color: #555555;
    border: 1px solid #555555;
}
.button:hover {
    background-color: #555;
    border: 1px solid #555;
}

.data-table thead {
    background-color: #555555;}
    
p {font-size: 1.1em}

/* Resetting default styling */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.page-content::after {content:none}
.editor img {margin-bottom: 0px !important;}

.pagination__meta {display: none;}

html {
    background-color: #696969;}

body {
  background-color: #696969;
  color: #333;
  display: flex;
  align-items: center;
  min-height: 100vh;
  margin: 0;
}

.page-content {
    padding-top: 170px;
  width:1100px;
  min-height: 11in;
  background-color: white;
  line-height: 1.5;
  color: #333;
}

.content-wrap {padding:3rem;}

.floatright {
    margin: 0rem 0rem 2rem 2rem !important;
    float: right;
}

.nav--pages-in {display:none;}
.page-subheading {display:none;}
header, footer {
  text-align: center;
}

.page-content {background: url(https://www.oldham.gov.uk/images/header1.png);
  background-repeat: no-repeat;
  background-size: 100%;
background-color: white;
margin-top: 50px;
margin-bottom: 50px;}

header h1 {
  font-size: 1.8em;
  font-weight: bold;
}

header p {
  font-size: 0.9em;
  color: #555;
}

main {
  font-size: 1em;
  margin-bottom: 1em;
  padding: 4rem;
}

main h2 {
  font-size: 1.2em;
  margin-top: 1em;
  font-weight: bold;
}

footer {
  font-size: 0.8em;
  color: #555;
  padding-top: 0.5em;
}

/* Styling for the content sections with columns */
.content-section {
  display: flex;
  margin-bottom: 1.5em;
  gap: 1em;
}

.text-column {
  flex: 2;
}

.image-column {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: right;
}

.image-column img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
}

/* Responsive design for smaller screens */
@media (max-width: 1100px) {
  .content-section {
    flex-direction: column;
  }
      
#footerthing img {width: 100%;}
    
.page-content {
    padding-top: 0px;
  width:100%;
  min-height: 600px;
  background-color: white;
  line-height: 1.5;
  color: #333;
    margin-top: 0px;
margin-bottom: 0px;}

}
}


