#contact-link-background {
  background-color: #2f3233;
  position: absolute;
  top: 49px;
  left: 0;
  right: 0;
  max-height: 95px;
  z-index: 2;
  max-width: 100vw;
  min-width: 285px;
}

#contact-link-container {
  background-color: #00adef;
  position: fixed;
  top: 49px;
  left: 0;
  right: 0;
  max-height: 95px;
  z-index: 3;
  max-width: 100vw;
  min-width: 285px;
  text-align: center;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}

#contact-link:link, #contact-link:visited, #contact-link:active {
  color: #2f3233;
}

#contact-link:hover {
  color: #2f3233;
}

#contact-link {
  font-weight: bold;
  text-shadow: none;
  text-decoration: none;
  white-space: nowrap;
  opacity: 1;
}

@media all and (min-width: 485.01px) {
  #contact-link {
    font-size: 75px;
  }

  #contact-link-background {
    height: 87px;
  }
}

@media all and (max-width: 485px) {
  #contact-link {
    font-size: 50px;
  }

  #contact-link-background {
    height: 59;
  }
}