body {
    overflow-x: hidden;
    flex: content;
    font-family: 'MuseoSans-700', sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}
.bg-IMF {
    background-color: #004C97;
}
.text-gray {
    color: #505050;
    font-weight: 900;
}
.text-primary {
    color: #004C97 !important;
}
p {
    line-height: 1.25rem;
}
.font16 {
    font-size: 1rem;
}
.font18 {
    font-size: 1.125rem;
    line-height: 2rem;
}
.font20 {
    font-size: 1.25rem;
    line-height: 1.9375rem;
}
.font22 {
    font-size: 1.2rem;
}
.font24 {
    font-size: 1.5rem;
    line-height: 2.46875rem;
}
.font25 {
    font-size: 1.5625rem;
    line-height: 2.46875rem;
}
.font28 {
    font-size: 1.75rem;
}
.font32 {
    font-size: 2rem;
    line-height: 42.5px;
}
.font40 {
    font-size: 2.5rem;
    line-height: 2.46875rem;
}
.font50 {
    font-size: 3rem;
    font-weight: 900;
}
.font64 {
    font-size: 4rem;
    font-weight: 900;
}
.text-shadow {
    text-shadow: 1px 1px 2px black;
}
.p-10 {
    padding: 4rem;
}
.p-20 {
    padding: 8rem;
}
.pl-10 {
    padding-left: 5rem;
}
.pr-10 {
    padding-right: 5rem;
}
.mt-n4 {
    margin-top: -4rem;
}
.mt-n8 {
    margin-top: -8rem;
}
.mt-n10 {
    margin-top: -10rem;
}
.mt-10 {
    padding-top: 6rem;
}
.mb-10 {
    margin-bottom: 6rem;
}
.ms-6 {
    margin-left: 3.5rem;
}
.ms-n10 {
    margin-left: -5rem;
}
.me-7 {
    margin-right: 7rem;
}
.me-n7 {
    margin-right: -5rem;
}
.nav-link {
    color: #CCF0FF;
    font-size: 1rem;
}
.counter {
    display: inline-block;
    width: 170px; /* Adjust this value based on your specific layout */
    text-align: right;
}
.nav-link:hover {
    color: #FFF;
    text-decoration: underline;
    text-decoration-color: #78BE20;
    text-decoration-thickness: .150rem;
    text-underline-offset: 5px;
}
.active {
    color: #FFF;
    text-decoration: underline;
    text-decoration-color: #78BE20;
    text-decoration-thickness: .150rem;
    text-underline-offset: 5px;
}
.green-underline {
    border: #78BE20;
    border-width: 2px;
}
.bg-hero-home {
    background-image: url(../img/bg-header-home1.png);
    background-size: cover;
    height: 680px;
    background-position: top;
    background-image: linear-gradient(rgba(1, 0, 0, 1), (0,0,0,1));
}
.bg-hero-faqs {
    background-image: url(../img/bg-header-faqs.png);
    background-size: cover;
    height: 546px;
}
.bg-hero-historical {
    background-image: url(../img/bg-header-waste.png);
    background-size: cover;
    height: 546px;
}
.bg-hero-carbonoffsets {
    background-image: url(../img/bg-header-carbonoffsets.png);
    background-size: cover;
    background-position: bottom;
    height: 546px;
}
.bg-climate-globe {
    background-image: url(../img/bg_climateglobe.png);
}
.homehero {
    height: 620px;
}
.hdtitle {
    font-size: 5rem;
    padding-top: 8rem;
    line-height: 6rem;
    color: white;
    font-weight: 700;
}
.hm-hdtitle {
    font-size: 7.5rem;
    padding-top: 8rem;
    line-height: 7rem;
    color: white;
    font-weight: 700;
}
.hdleaf {
    padding-top: 20rem;
    width: 70%;
    padding-left: 4rem;
}
.hm-hdleaf {
    padding-top: 26rem;
    width: 90%;
    padding-left: 4rem;
}
.bg-blue {
    background-color: #004C97;
}
.bg-green {
    background-color: #F2F8EA;
}
.bg-ltblue {
    background-color: #E5F5FC;
}
.radius-bl {
    border-radius: 0 0 0 3rem;
}
.radius-br {
    border-radius: 0 0 3rem 0 ;
}
.botnav a { 
    text-decoration: none;
    color: black;
}
.bg-footer {
    background-image: url(../img/bg-footer.png);
    background-size: cover;
    background-position: bottom;
    height: 100%;
    padding: 75px;
}
.footer-links {
    line-height: .9rem;
}
.bg-body-tertiary {
    --bs-bg-opacity: 0;
    background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important;
}
.large-screen {
    display: none;
}
.main-content-wrapper {
    max-width: 1600px; /* You can set this to any value you want, e.g., 1440px for a 24-inch monitor */
    margin: 0 auto; /* This centers the content horizontally */
    padding: 0 0px; /* Optional: add some padding on the sides */
}
.text-box {
    background-color: white;
    color: black; /* Set the text color */
    padding: 10px; /* Give the box some space around the text */
    border: 1px solid black; /* Add a border if desired */
  }


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {  
    /* Your CSS here */
    .hm-hdtitle {
        font-size: 2.5rem;
        line-height: 1;
    }
    .hdtitle {
        font-size: 3rem;
        line-height: 1;
    }
    .font64 {
        font-size:  2rem;
        font-weight: 900;
    }
    .font32 {
        font-size: 1.25rem;
        line-height: 30.5px;
    }
    .font25 {
        font-size: 1.25rem;
        line-height: 2.46875rem;
    }
    .font24 {
        font-size: 1rem;
        line-height: 2.46875rem;
    }
    .counter {
        display: inline-block;
        width: 70px; /* Adjust this value based on your specific layout */
        text-align: right;
    }
    .font50 {
        font-size: 1.5rem;
        font-weight: 900;
    }
    .img44 {
        width: 100%;
    }
    .navbar-brand {
        width: 50%;
    }
    .imgalign {
        width: 50%;
        margin-left:auto;
        margin-top: -4rem !important;
    }
    .homehero {
        height: 444px;
        background-image: url('../img/bg-header-home-alt.png') !important;
    }
    .historicalhero {
        height: 444px;
        background-image: url('../img/bg-header-historical-alt.png') !important;
    }
    .emissionhero {
        height: 444px;
        background-image: url('../img/bg-header-emissions-alt.png') !important;
    }
    .wastehero {
        height: 444px;
        background-image: url('../img/bg-header-waste-alt.png') !important;
    }
    .improvinghero {
        height: 444px;
        background-image: url('../img/bg-header-improving-alt.png') !important;
    }
    .carbonhero {
        height: 444px;
        background-image: url('../img/bg_hd_carbonoffsets-alt.png') !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {  
    /* Your CSS here */
    .hm-hdtitle {
        font-size: 3rem;
        line-height: 1;
    }
    .hdtitle {
        font-size: 4rem;
        line-height: 1;
    }
    .font64 {
        font-size: 2.8rem;
        font-weight: 900;
    }
    .font32 {
        font-size: 1.50rem;
        line-height: 30.5px;
    }
    .font18 {
        font-size: 1rem;
        line-height: 2rem;
    }
    .counter {
        display: inline-block;
        width: 95px; /* Adjust this value based on your specific layout */
        text-align: right;
    }
    .font50 {
        font-size: 2rem;
        font-weight: 900;
    }
    .img44 {
        width: 60%;
    }
    .navbar-brand {
        width: 70%;
    }
    .imgalign {
        width: 50%;
        margin-left:auto;
        margin-top: -4rem !important;
    }
    .homehero {
        height: 444px;
        background-image: url('../img/bg-header-home-alt.png') !important;
    }
    .historicalhero {
        height: 444px;
        background-image: url('../img/bg-header-historical-alt.png') !important;
    }
    .emissionhero {
        height: 444px;
        background-image: url('../img/bg-header-emissions-alt.png') !important;
    }
    .wastehero {
        height: 444px;
        background-image: url('../img/bg-header-waste-alt.png') !important;
    }
    .improvinghero {
        height: 444px;
        background-image: url('../img/bg-header-improving-alt.png') !important;
    }
    .carbonhero {
        height: 444px;
        background-image: url('../img/bg_hd_carbonoffsets-alt.png') !important;
    }
}

/* MEDIUM devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {  
    /* Your CSS here */
    .hm-hdtitle {
        font-size: 5rem;
        line-height: 1;
    }
    .hdtitle {
        font-size: 5rem;
        line-height: 1;
    }
    .small-screen {
        display: none;
    }
    .large-screen {
        display: block;
    }
    .font64 {
        font-size: 3rem;
        font-weight: 900;
    }
    .font18 {
        font-size: 1rem;
        line-height: 2rem;
    }
    .counter {
        display: inline-block;
        width: 90px; /* Adjust this value based on your specific layout */
        text-align: right;
    }
    .font50 {
        font-size: 2rem;
        font-weight: 900;
    }
    .img44 {
        width: 54%;
    }
    .navbar-brand {
        width: 70%;
    }
    .imgalign {
        width: 50%;
        margin-left:auto;
        margin-top: -4rem !important;
    }
    .historicalhero {
        height: 500px;
    }
    .emissionhero {
        height: 500px;
    }
    .wastehero {
        height: 500px;
    }
    .improvinghero {
        height: 500px;
    }
    .carbonhero {
        height: 500px;
    }
}

/* Specific style for iPad Mini */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {
    /* Styles here */
    .hm-hdleaf {
        display: none;
    }
    .hm-hdtitle {
        font-size: 3.5rem;
        line-height: 1;
    }
    .imspace {
        margin-bottom: 10rem;
    }
    .homehero {
        height: 444px;
        background-image: url('../img/bg-header-home-alt.png') !important;
    }
    .historicalhero {
        height: 444px;
        background-image: url('../img/bg-header-historical-alt.png') !important;
    }
    .emissionhero {
        height: 444px;
        background-image: url('../img/bg-header-emissions-alt.png') !important;
    }
    .wastehero {
        height: 444px;
        background-image: url('../img/bg-header-waste-alt.png') !important;
    }
    .improvinghero {
        height: 444px;
        background-image: url('../img/bg-header-improving-alt.png') !important;
    }
    .carbonhero {
        height: 444px;
        background-image: url('../img/bg_hd_carbonoffsets-alt.png') !important;
    }
    
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {
    /* Styles here */
    .imspace {
        margin-bottom: 13rem;
    }
    .hm-hdtitle {
        font-size: 3.5rem;
        line-height: 1;
    }
    .homehero {
        height: 444px;
        background-image: url('../img/bg-header-home-alt.png') !important;
    }
    .historicalhero {
        height: 444px;
        background-image: url('../img/bg-header-historical-alt.png') !important;
    }
    .emissionhero {
        height: 444px;
        background-image: url('../img/bg-header-emissions-alt.png') !important;
    }
    .wastenhero {
        height: 444px;
        background-image: url('../img/bg-header-waste-alt.png') !important;
    }
    .improvinghero {
        height: 444px;
        background-image: url('../img/bg-header-improving-alt.png') !important;
    }
    .carbonhero {
        height: 444px;
        background-image: url('../img/bg_hd_carbonoffsets-alt.png') !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {  
    /* Your CSS here */
    .small-screen {
        display: none;
    }
    .large-screen {
        display: block;
    }
    .hm-hdtitle {
        font-size: 6rem;
        line-height: 1;
    }
    .hdtitle {
        font-size: 6rem;
        line-height: 1;
    }
    .font64 {
        font-size: 3.5rem;
        font-weight: 900;
    }
    .font32 {
        font-size: 1.5rem;
        line-height: 42.5px;
    }
    .font24 {
        font-size: 1.25rem;
        line-height: 2.46875rem;
    }
    .counter {
        display: inline-block;
        width: 90px; /* Adjust this value based on your specific layout */
        text-align: right;
    }
    .font50 {
        font-size: 2rem;
        font-weight: 900;
    }
    .img44 {
        width: 54%;
    }
    .navbar-brand {
        width: 60%;
    }
    .homehero {
        height: 620px;
    }
    .historicalhero {
        height: 544px;
    }
    .emissionhero {
        height: 544px;
    }
    .wastehero {
        height: 544px;
    }
    .improvinghero {
        height: 544px;
    }
    .carbonhero {
        height: 544px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    /* Your CSS here */
    .navbar .navbar-nav .nav-link {
        padding: 0 1em;
      }
      .navbar .navbar-nav .nav-link:not(:last-child) {
        border-right: 1px solid #FFF;
      }
      .small-screen {
        display: none;
    }
    .large-screen {
        display: block;
    }
    .counter {
        display: inline-block;
        width: 145px; /* Adjust this value based on your specific layout */
        text-align: right;
    }
    .font50 {
        font-size: 3rem;
        font-weight: 900;
    }
    .img44 {
        width: 50%;
    }
    /* .homehero {
        height: 920px;
    }
    .hm-hdleaf {
    /    padding-top: 45rem;
        width: 90%;
        padding-left: 4rem;
    }  */
    .historicalhero {
        height: 544px;
    }
    .emissionhero {
        height: 544px;
    }
    .wastehero {
        height: 544px;
    }
    .improvinghero {
        height: 544px;
    }
    .carbonhero {
        height: 544px;
    }
}

/* Extra Extra Extra Large devices (large desktops, 1200px and up) */
@media (min-width: 2701px) {  
    /* Your CSS here */
    .navbar .navbar-nav .nav-link {
        padding: 0 1em;
      }
      .navbar .navbar-nav .nav-link:not(:last-child) {
        border-right: 1px solid #FFF;
      }
      .small-screen {
        display: none;
    }
    .large-screen {
        display: block;
    }
    .font50 {
        font-size: 3rem;
        font-weight: 900;
    }
    .img44 {
        width: 50%;
    }
     .homehero {
        height: 920px;
    }
    .hm-hdleaf {
        padding-top: 45rem;
        width: 90%;
        padding-left: 4rem;
    }  
    .historicalhero {
        height: 744px;
        background-image: url('../img/bg-header-historical-xxl.png') !important;

    }
    .emissionhero {
        height: 744px;
        background-image: url('../img/bg-header-emissions-xxl.png') !important;

    }
    .wastehero {
        height: 744px;
        background-image: url('../img/bg-header-waste-xxl.png') !important;

    }
    .improvinghero {
        height: 744px;
        background-image: url('../img/bg-header-improving-xxl.png') !important;

    }
    .carbonhero {
        height: 744px;
        background-image: url('../img/bg-header-carbonoffsets-xxl.png') !important;

    }
}


  .highcharts-figure,
  .highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
  }
  
  #datatable {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    background-color: #F2F8EA;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
  }
  
  #datatable caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
  }
  
  #datatable th {
    font-weight: 600;
    padding: 0.5em;
  }
  
  #datatable td,
  #datatable th,
  #datatable caption {
    padding: 0.5em;
  }
  
  #datatable thead tr,
  #datatable tr:nth-child(even) {
    background: #F2F8EA;
  }
  
  #datatable tr:hover {
    background: #f1f7ff;
  }