.fileTypesBuy {
  width: 100%;
  margin-top: 10px;
}
.buyCCGMapDiv {
    padding: 6px 1px 6px 1px;
    background-color: #e6af3e;
    border: 1px solid rgb(10, 75, 4);
    border-radius: 5px;
    box-shadow: darkgrey 3px 3px 3px;
    color: white;
    font-weight: 400;
    width: 86px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    margin-right: 6px;
    margin-top: 4px;
    display: inline-block;
    margin-left:14px;
}
.customiseNHSButton {
  margin: 4px 5px;
  padding: 5px 10px;
  background-color: #59c659;
  border: 1px solid rgb(10, 75, 4);
  border-radius: 5px;
  box-shadow: black 3px 3px 3px;
  color: white;
  font-weight: 500;
  width: 250px;
  float: left;
  font-size: 16px;
  cursor: pointer;
    margin-right:15px;
}
.buyCCGMapDiv a, .customiseNHSButton a {
  color: white;
}
.buyCCGMapDiv:hover, .customiseNHSButton:hover {
  position: relative;
  top: -1px;
  left: -1px;
  box-shadow: black 4px 5px 7px;
  background-color: limegreen;
  color: white;
  font-weight: 600;
}
.buyCCGMapDiv:active, .customiseNHSButton:active {
  position: relative;
  top: 1px;
  left: 0px;
  box-shadow: darkgrey 2px 2px 2px;
  background-color: lightgreen;
  color: white;
  font-weight: 600;
}
.ccgPrice {
  width: 64px;
  float: left;
  font-size: 20px;
  padding: 4px 5px;
  font-weight: bold;
  margin-left: 10px;
  border: 1px solid;
  margin-right: 5px;
  background-color: white;
}
.callToday {
    border: 1px solid rgb(255, 0, 0);
    margin-bottom: 5px;
    padding: 14px;
    width: 95.9%;
    background: white;
}
.fileTypeIcon {
  width: 56px !important;
  float: left !important;
}
.writing img {
  margin: 1px !important;
}
.home-section-left, .home-section-right {
  padding: 10px 1%;
  width: 47%;
  float: left;
  background-color: rgb(255, 255, 255);
  overflow: auto;
  border: 1px solid rgb(204, 204, 204);
}
.home-section-right {
  margin-right: 1%;
  float: right;
}
.home-section-centre {
  padding: 10px 1.5%;
  width: 95.8%;
  float: left;
  background-color: rgb(255, 255, 255);
  overflow: auto;
  border: 1px solid rgb(204, 204, 204);
  margin-bottom: 5px;
}
.rows {
  width: 100%;
  display: inline-block;
}
.home-section-left h2, .home-section-left h2 a, .home-section-right h2, .home-section-right h2 a {
    color: white;
    background-color: #1d4399;
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    padding: 5px;
}
.home-section-left img, .home-section-right img {
  width: 99%;
  height: auto;
  padding: 2px;
/*    border:1px solid black;*/
}
.home-section-text {
  width: auto;
  display: block;
}
.home-section-text p {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 15px;
}
.callToday p {
  text-align: center;
  font-size: 18px;
  color: black;
}
.headingBox img {
  width: 100%;
  height: auto;
}
.headingBox h2 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: left;
  color: black;
}

.ccgPriceButBox {
  padding: 17px 10px 9px 0px;
  width: 210px;
  float: left;
  display: inline-block;
}

.bundlePrice{
    height: 40px;
    margin-top: 13px;
    float: left;
    display: inline-block;
    width: 400px;
    margin-bottom: 0px;
    margin-left:14px
}

.fileTypeIcon {
  margin-right: 10px;
/*  margin-bottom: 15px;*/
  width: 40px !important;
  float: left !important;
}
body {
  font-family: "Open Sans", sans-serif;
  color: rgb(102, 102, 102);
  height: 100%;
  background-color: rgb(245, 245, 245);
}
#menu {
  position: relative;
  z-index: 4;
  padding-top: 20px;
  max-width: 1200px;
}
#menu-toggle {
  display: none;
}
#menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px 1%;
}
#menu #navigation {
  float: left;
  margin-right: 5px;
}
#menu #help {
  position: absolute;
  right: 0px;
}
#menu ul ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 275px;
  display: none;
  z-index: 5;
}
#menu li:hover ul {
  display: block;
}
#menu li {
  float: left;
  position: relative;
}
#menu #helplink {
  float: right;
}
#menu li li {
  float: none;
}
#menu a, #helplink a {
  display: block;
  background-color: rgb(40, 45, 59);
  color: rgb(255, 255, 255);
  padding: 8px;
  text-decoration: none;
  border: 1px solid rgb(255, 255, 255);
  text-align: center;
  margin-left: -1px;
  margin-top: -1px;
}
#menu a:hover {
  background-color: rgb(99, 100, 102);
}
#helplink a {
  border-left: 1px solid rgb(255, 255, 255);
  background-color: rgb(86, 186, 72);
}
#menu li li a {
  background-color: rgb(99, 100, 102);
  border-right: none;
  border-left: none;
  border-image: initial;
  border-top: 1px solid rgb(99, 100, 102);
  border-bottom: 1px solid rgb(99, 100, 102);
  margin-top: 0px;
}
#menu li li a:hover {
  background-color: rgb(0, 0, 0);
  border-color: rgb(255, 255, 255);
  width: auto;
}
#header-logo, #footer-logo {
  display: inline-block;
  width: 345px;
  float: left;
  padding-left: 10px;
}
#headerImages img {
  width: 49%;
  height: auto;
  padding: 15px 0px 0px;
}
#top-bar {
  background-color: rgb(47, 70, 107);
  border-bottom: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  text-align: center;
  min-height: auto;
  padding: 7px 7px 0px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#top-bar p {
  font-size: 16px;
}
#top-bar h1 {
  color: rgb(47, 70, 107);
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}
#header {
  margin-bottom: 0px;
}
ol {
  padding-left: 1rem;
}
* {
  padding-top: 0px;
  margin: 0px;
}
.inner-wrap {
  max-width: 1200px;
  margin: 0px auto;
  min-width: 300px;
  padding-top: 20px;
  padding-bottom: 0px;
}
#shortcutRow {
  width: auto;
  padding-left: 15px;
  line-height: 18px;
  margin: auto;
}
#shortcutRow hr {
  width: 98%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.shortcutColumn, .shortcutColumn2, .shortcutColumn3, .shortcutColumn4, .shortcutColumn5, .shortcutColumn6 {
  width: 150px;
  float: left;
}
.shortcutColumn a, .shortcutColumn2 a, .shortcutColumn3 a, .shortcutColumn4 a, .shortcutColumn5 a, .shortcutColumn6 a {
  display: block;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
  color: rgb(198, 198, 198);
}
.shortcutColumn a:link, .shortcutColumn2 a:link, .shortcutColumn3 a:link, .shortcutColumn4 a:link, .shortcutColumn5 a:link, .shortcutColumn6 a:link {
  color: rgb(198, 198, 198);
  text-align: left;
  margin-bottom: 5px;
  padding-left: 5px;
  height: 18px;
  font-size: 16px;
}
#shortcutTitle, #shortcutTitle2, #shortcutTitle3, #shortcutTitle4, #shortcutTitle5, #shortcutTitle6 {
  font-weight: 600;
  padding-left: 5px;
  color: white;
}
#header-logo h2, #footer-logo h2 {
  float: left;
  font-size: 24px;
  padding-left: 10px;
  line-height: 22px;
}
#header-logo h3, #footer-logo h3 {
  float: left;
  font-size: 16px;
  width: 245px;
  font-weight: 100;
  text-align: left;
  padding-left: 10px;
}
.flag {
  float: left;
  background-position: 0px 0px;
  width: 83px;
  height: 42px;
}
#footerContainer {
  background-color: rgb(47, 70, 107);
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: white;
  width: 100%;
  text-align: center;
  padding: 20px 0px 0px;
  border-top: 4px solid rgb(0, 153, 255);
  min-width: 300px;
}
#myfooter {
  margin: 0px auto 15px;
  padding: 5px 1% 15px;
  width: 96%;
  font-size: 14px;
  line-height: 22px;
}
#footer-text {
  padding-right: 10px;
  font-size: 13px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  float: right;
  text-align: right;
  width: 350px;
  padding-top: 0px;
}
#footer-text a {
  color: white;
}
#footer-text img {
  padding: 8px 5px 5px;
}
#footer-logo img {
  width: auto;
  float: left;
}
#footer-logo {
  display: inline-block;
  width: 340px;
  float: left;
  padding-left: 10px;
}
#pagewrap {
  padding: 5px;
  max-width: 1200px;
    width:100%;
  margin: 0px auto;
}
header {
  height: 100px;
  padding: 0px 15px;
}
.sidebar h2, .sidebar h2 a, .content h2, .content h2 a, .leftContent h2, .leftContent h2 a, .middle h2, .middle h2 a, .wide h2, .wide h2 a, .headingBox h1, .headingBox h1 a {
  color: rgb(47, 70, 107);
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
footer {
  clear: both;
  padding: 0px 15px;
}
.writing p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.writing h2 {
  margin-top: 0px;
}
.writing img {
  float: left;
  margin: 2px;
}
#header-text {
  padding-right: 5px; 
  float: right;
  height: 41px;
/*  padding-top: 3px;*/
}
#header-text img {
/*  padding: 8px 5px 5px; */
    height:41px;
}
a {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}
.headingBox {
  color: rgb(102, 102, 102);
  background-color: rgb(255, 255, 255);
  margin-bottom: 10px;
  padding: 5px 1.5% 10px;
  width: 96%;
  overflow: auto;
  border: 1px solid rgb(204, 204, 204);
}
.headingBox {
  text-decoration: none;
}
.headingBox p {
  font-size: 16px;
  line-height: 24px;
}
#callSupport {
  display: block;
  float: left;
  width: auto;
  font-size: 14px;
  padding-left: 15%;
  line-height: 20px;
}
#callSupport h2 {
  font-size: 24px;
}
.packageBundle {
    height: 70px;
    display: flex;
    margin-bottom: -1px;
    border: 1px solid #c2baba;
    border-right: none;
    border-left: none;
}

.packageBundle:hover {
        background-color: aliceblue;
}

.nhs-logo{
    margin-right:5px;
}

#emailImage img{
    width:257px!important;
}
#rasterVector {
    width:250px;
    height:250px;
    flex-wrap: wrap;
    margin-right:10px;
    float:left;
}

#layersPanel {
    width: 321px;
    float: left;
    margin-right: 10px;
}

#iWant {
    font-size:20px;
    font-style: italic;
    color: darkmagenta;
}
/* refactored with chatGPT */

/* Base styles */
body {
    font-size: 16px; /* Adjust base font size */
}

img {
    max-width: 100%;
    height: auto;
}

/* Responsive layout for screens smaller than 600px */
@media (max-width: 600px) {
    body {
        margin: 10px;
    }

    .home-section-left, .home-section-right {
      padding: 10px 1%;
      width: 97%;
      float: left;
      background-color: rgb(255, 255, 255);
      overflow: auto;
      border: 1px solid rgb(204, 204, 204);
    }
    
    .header, .footer {
        padding: 10px;
    }

    .menu, .main, .right {
        width: 100%; /* Full width */
        padding: 5px;
    }

    /* Increase font size for better readability on small screens */
    h1, h2, h3 {
        font-size: 1.5em;
    }

    /* Larger buttons for easier touch interaction */
    .button {
        padding: 15px 25px;
        font-size: 1.2em;
    }
}

/* Additional styles for even smaller screens, like very small smartphones */
@media (max-width: 400px) {
    body {
        font-size: 14px;
    }

    /* Adjust sizes and layouts as needed for smaller screens */
}

