@media screen and (max-width: 900px) {
  .modal {
    position: absolute;
    top: 0px;
  }

  .btn-a {
    height: 40px !important;
    width: 100% !important;
    margin: 6px !important;
    color: #fff;
    font-size: 15px !important;
    text-decoration: none;
    background-color: #00549a !important;
    border: none;
    display: inline-block !important;
    vertical-align: center !important;
  }

  .modal-content {
    background-color: #b34a00 !important;
    color: #fff !important;
  }
}

@media screen and (min-width: 900px) {
  .show-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 799px) {
  #show-desktop {
    display: none;
  }
}

hr {
  position: relative;
  border: none;
  height: 4px;
  background: #b34a00;
}

.modal-backdrop {
  opacity: 0.8 !important;
}

.modal-content {
  background-color: #b34a00 !important;
  color: #fff !important;
}

.btn-a {
  height: 50px;
  width: 500px;
  color: #fff;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center !important;
  font-size: 18px;
  text-decoration: none;
  background-size: 100%;
  background-color: #00549a !important;
  display: block !important;
  align-content: center important;
}

a.btn:hover {
  background-color: #007ee7 !important;
  color: #fff;
}

button:hover {
  color: #00549a !important;
  font-weight: bold !important;
}

.holder {
  background: #fffaa0;
  padding: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
  font-size: x-large;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
}

.news {
  animation: slide 80s linear infinite;
  animation-direction: reverse;
}

@keyframes slide {
  0% {
    transform: translatex(0%);
  }

  100% {
    transform: translatex(100%);
  }
}
