#c4Notice, #c4Notice p {
  font-family: 'trade-gothic-next', sans-serif;
}

#c4Notice p {
  margin: 0.5rem auto;
  font-size: 1rem;
  color: #fff;
}

#c4Notice  p:first-of-type {
  font-size: 1.2rem;
  font-weight: 600;
}

#c4Notice p:last-of-type { margin-bottom: 2.5rem }

#c4Notice {
  /* display: none; */
  /* font-family: "Josefin Sans", sans-serif; */
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70vw;
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 60px;
  left: 0;
  right: 0;
  top: 20%;
  color: #fff;
  font-size: 18px;
  line-height: 1.75rem;
  background: #5c068c;
  /* border: solid 3px #5c068c; */
  box-shadow: -7px -7px 0px #126BFA, 7px 7px 0px #E4002B;
  z-index: 9999;
  transition: opacity 350ms ease;
}

#c4Notice > a.button--white {
  font-size: 20px;
  text-decoration: none;
}

.c4NoticeClose {
  margin-top: 20px;
  font-size: 16px;
  color: #ded0e9;
}

.hideMe {
  opacity: 0;
}

@media only screen and (max-width: 900px) {
  #c4Notice {
    width: 90vw;
  }
}

@media only screen and (max-width: 500px) {
  #c4Notice {
    padding: 20px;
  }
}