:root {
  --mychelle-green: #d0ec7c;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.section {
  background-color: #a9daf5;
  background-image: linear-gradient(0deg, #055da599, #c4f4ff80), url('../images/desktop_bg.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: flex-start;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menuheader {
  z-index: 3;
  justify-content: space-between;
  padding: 1rem;
  display: flex;
  position: relative;
}

.weatherheader {
  z-index: 3;
  flex-flow: column;
  align-items: center;
  padding: 0 1rem 1rem;
  display: flex;
  position: relative;
}

.hourlyweather {
  z-index: 3;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top: .5px solid #fff;
  border-bottom: .5px solid #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem 1rem;
  font-family: helvetica-neue-world, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dailyweather {
  z-index: 3;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 1rem 1rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading {
  text-align: center;
  margin: 0;
  font-family: helvetica-neue-world, sans-serif;
  font-size: 3rem;
  line-height: 130%;
}

.heading.releasename {
  color: #000;
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 8px;
}

.weatherforecasttext {
  color: #fff;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  margin: 1rem 0;
  font-family: helvetica-neue-world, sans-serif;
  font-size: 1.5rem;
  line-height: 130%;
  display: none;
}

.discographylink {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 33%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.discographylink:hover {
  filter: invert();
}

.timelabel {
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}

.timelabel.currenttime {
  text-decoration: none;
}

.day {
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(225deg, #1a203a99, #fff0);
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 8px 12px;
  font-family: helvetica-neue-world, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.day:hover {
  background-image: linear-gradient(225deg, #1a203a33 89%, #fff0);
}

.day.day7, .day.day6 {
  display: none;
}

.day.day6-copy, .day.day7-copy {
  display: flex;
}

.dayicon {
  aspect-ratio: 1;
  max-width: 40px;
}

.dailyhighlow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-user-select: none;
  user-select: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo {
  color: #fff;
  cursor: pointer;
  max-width: 180px;
}

.socials {
  z-index: 900;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  mix-blend-mode: normal;
  flex-flow: row;
  display: flex;
  position: relative;
  inset: auto 0 0;
}

.sociallinks {
  width: 20px;
  transition: all .2s;
}

.sociallinks:hover {
  filter: invert();
}

.datelabel {
  -webkit-user-select: none;
  user-select: none;
}

.daylabel {
  width: 40%;
  max-width: 180px;
}

.locationlabel {
  color: #fff;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  margin: 0;
  font-family: helvetica-neue-world, sans-serif;
  font-size: 1rem;
  line-height: 100%;
}

.temperature {
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}

.high {
  text-decoration: none;
}

.hourlyweathericon {
  width: 80%;
  max-width: 100px;
}

.videosection {
  flex-flow: column;
  width: 100vw;
  min-height: 0;
  display: flex;
}

.mailingsection {
  box-sizing: border-box;
  opacity: 1;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  min-height: 40vh;
  padding: 88px 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0%);
}

.mailingmovingbg-2 {
  z-index: 9;
  aspect-ratio: 1;
  opacity: .7;
  object-fit: fill;
  background-image: url('../images/desktop_bg.jpg');
  background-position: 0 56%;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 120vw;
  height: 120%;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(-5%);
}

.heading2 {
  z-index: 100;
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: helvetica-neue-world, sans-serif;
  font-size: 2rem;
  line-height: 120%;
  position: relative;
}

.html-embed {
  z-index: 9;
  font-family: helvetica-neue-world, sans-serif;
  position: relative;
}

.text-block {
  font-size: 3rem;
  line-height: 100%;
}

.loadingsection {
  z-index: 99;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.background-video {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loadingtext {
  color: #fff;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  font-family: helvetica-neue-world, sans-serif;
  font-size: 3rem;
  line-height: 100%;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: relative;
  transform: translate(0, -200%);
}

.loadtextwrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 1rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.discographyitem {
  width: 100%;
}

.discography {
  z-index: 3;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top: .5px #fff;
  border-bottom: .5px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 0 1rem 2rem;
  font-family: helvetica-neue-world, sans-serif;
  display: flex;
  position: relative;
}

.discographyitemlabel {
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}

.discographylinktext {
  color: #000;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  width: 100%;
  padding: 8px 8px 10px;
  font-size: 12px;
  line-height: 100%;
}

.homelink {
  color: #fff;
  text-align: center;
  background-color: #000;
  width: 300px;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-top: 8px;
  padding-bottom: 10px;
  font-family: helvetica-neue-world, sans-serif;
  font-size: 1rem;
  line-height: 130%;
  text-decoration: none;
}

.homelink:hover {
  color: #000;
  background-color: #fff;
}

.homelink.w--current {
  transition: all .2s;
}

.discographypagebutton {
  color: #000;
  text-align: center;
  background-color: #fff;
  width: 300px;
  max-width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-top: 8px;
  padding-bottom: 10px;
  font-family: helvetica-neue-world, sans-serif;
  font-size: 1rem;
  line-height: 130%;
  text-decoration: none;
}

.discographypagebutton:hover {
  color: #fff;
  background-color: #000;
}

.discographypagebutton.w--current {
  transition: all .2s;
}

.hourblock {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 16.6667%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.code-embed {
  z-index: 99;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.weatherappwrapper {
  width: 50%;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
}

.text-block-2 {
  font-family: helvetica-neue-world, sans-serif;
  font-size: .8rem;
  line-height: 100%;
}

.weatherlabels {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.gooddaylogotext {
  max-width: 420px;
}

.div-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 100%;
}

.discographysection {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding-top: 1rem;
  display: flex;
}

.toursection {
  background-color: var(--mychelle-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 1rem;
  display: flex;
}

.tourembed {
  width: 100%;
  max-width: 960px;
}

@media screen and (max-width: 991px) {
  .section {
    background-position: 0 0, 15% 100%;
    min-height: 100vh;
  }

  .discographylink {
    justify-content: flex-start;
    width: 42%;
  }

  .html-embed {
    width: 100%;
    max-width: 360px;
  }

  .discography {
    justify-content: center;
    align-items: stretch;
  }

  .discographypagebutton {
    max-width: 100%;
  }

  .weatherappwrapper {
    width: 50%;
    max-width: 480px;
  }

  .gooddaylogotext {
    width: 100%;
  }

  .discographysection {
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-position: 0 0, 20% 100%;
  }

  .hourlyweather {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .weatherforecasttext {
    margin-top: 8px;
  }

  .discographylink {
    width: 40%;
  }

  .heading2 {
    line-height: 120%;
  }

  .html-embed {
    width: 90%;
  }

  .discography {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .discographyitemlabel {
    font-size: 12px;
    line-height: 120%;
  }

  .discographypagebutton {
    width: 100%;
  }

  .weatherappwrapper {
    width: 60%;
  }

  .weatherlabels {
    flex-flow: wrap;
  }

  .discographysection {
    flex-flow: wrap-reverse;
    order: 0;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-position: 0 0, 24% 100%;
    min-height: 0;
  }

  .menuheader {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: center;
  }

  .weatherheader {
    padding-top: 1rem;
  }

  .hourlyweather {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .dailyweather {
    padding-bottom: 2rem;
  }

  .heading.releasename {
    margin-bottom: 8px;
    font-size: 2rem;
  }

  .weatherforecasttext {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: .75rem;
  }

  .discographylink {
    width: 40%;
  }

  .discographylink:hover {
    filter: invert();
    transform: none;
  }

  .timelabel, .timelabel.currenttime {
    font-size: 10px;
  }

  .logo {
    max-width: 240px;
  }

  .socials {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .datelabel {
    font-size: 12px;
    line-height: 100%;
  }

  .locationlabel {
    font-size: 1.5rem;
  }

  .temperature {
    font-size: 12px;
  }

  .high, .low {
    font-size: 12px;
    line-height: 100%;
  }

  .heading2 {
    max-width: 90%;
    font-size: 1.2rem;
    line-height: 120%;
  }

  .html-embed {
    width: 96%;
  }

  .discography {
    flex-flow: wrap;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .discographyitemlabel, .discographyitemlabel.currenttime {
    font-size: 10px;
  }

  .discographylinktext {
    font-size: 12px;
  }

  .hourblock {
    width: 40%;
  }

  .hourblock:hover {
    filter: invert();
    transform: none;
  }

  .weatherappwrapper {
    width: 100%;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .weatherlabels {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    font-family: helvetica-neue-world, sans-serif;
    font-size: .5rem;
  }

  .gooddaylogotext {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}


