.mei-top-caption {
  color: #bfb29e;
  font-family: 'Mark For MC';
  font-weight: 400;
  font-size: 3.5vw;
  position: absolute;
  text-align: left;
  top: 25vh;
  max-width: 60%;
  position: absolute;
  top: 50%;
  left: 7.5%;
  transform: translate( -7.5%, -50% );
}

#blog-title {
  color: white;
  font-family: "Mark For MC";
  font-weight: 400;
  font-size: 2vw;
  margin-bottom: 1rem;
  line-height: 2.5vw;
  color: #ffffff;
}

#blog-subtitle {
  color: white;
  font-family: "Mark For MC";
  margin-bottom: 1rem;
  line-height: 1.05em;
}

#title {
  margin-bottom: 1vw;
}

/*--------Edited--------*/

#header-image{
  width:100vw;
}

#banner-image{
  width:100vw;
}

.section-header{
    color: var(--heading-color);
    font-family: "Mark For MC";
    font-weight: 300;
    font-size: 2.4rem;
    padding-bottom: 10px;
} /*change "light-header" class to header-2"*/

.header-2{
    color: var(--heading-color);
    font-family: "Mark For MC";
    font-weight: 300;
    font-size: 2.4rem;
    padding-bottom: 10px;
} /*change "light-header" class to header-2"*/


.light-caption{
    font-family: "Mark Offc For MC";
    font-size: 4.5rem;
    width: 100%;
    margin: 50px auto;
    color: white;
    border-left: 5px solid #beb09a;
    line-height: 1.6;
    position: relative;
    background: #201f20;
    padding-left: 10px;
}

/*------- Span banners --------*/

.span-banner{
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}

.highcharts-null-point {
    display: none;
}

/* call-to-action button */

.mei-btn {
  font-family: var(--font-sans);
  white-space: nowrap;
  list-style-type: none;
  box-sizing: border-box;
  font-weight: 400;
  vertical-align: middle;
  user-select: none;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  transition: color .2s,background-color .5s;
  text-decoration: none;
  width: auto;
  border-radius: 24px;
  border: none;
  background-color: #cf4500;
  box-shadow: none!important;
  outline: 0!important;
  align-items: center;
  grid-template-columns: auto 1fr;
  font-size: 14px;
  display: unset;
  color: #fff;
  padding: .6rem 1.5rem;
}

