.today-logo {
  max-width: 900px;
  width: 100%; }

.label p {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  font-size: 5vw;
  padding: .5em .75em;
  border: 3px solid #dda510;
  background-color: rgba(221, 165, 16, 0.1);
  color: #620009;
  border-radius: .25em; }
  @media (max-width: 20rem) {
    .label p {
      font-size: 1rem; } }
  @media (min-width: 40rem) {
    .label p {
      font-size: 2rem; } }

main h2 {
  font-size: 2.5rem;
  font-size: 8vw;
  font-weight: 700;
  color: #4c4c4c; }
  @media (max-width: 21.875rem) {
    main h2 {
      font-size: 1.75rem; } }
  @media (min-width: 43.75rem) {
    main h2 {
      font-size: 3.5rem; } }

main p {
  font-size: 1.5rem;
  font-size: 5vw; }
  @media (max-width: 20rem) {
    main p {
      font-size: 1rem; } }
  @media (min-width: 30rem) {
    main p {
      font-size: 1.5rem; } }

footer p {
  font-size: 2rem;
  font-size: 8vw;
  font-weight: 300; }
  @media (max-width: 18.75rem) {
    footer p {
      font-size: 1.5rem; } }
  @media (min-width: 34.375rem) {
    footer p {
      font-size: 2.75rem; } }
  footer p a {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s; }
    footer p a:hover, footer p a:focus {
      color: #736133;
      text-decoration: none; }

@media (min-width: 640px) {
  footer p .nowrap {
    white-space: nowrap; } }