.btn-primary:hover {
  color: #fff;
  background-color: rgba(112,17,41,0);
  border-color: #c4ac78;
}

.btn-primary {
  color: #303030;
  background-color: #ffffff;
  border-color: #1e1e1e;
}

@media (min-width: 300px) {
  #top-logo {
    /*height: 100vh;*/
    position: absolute;
    /*padding-bottom: 70px;*/
    z-index: 10;
    visibility: hidden;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) {
  #top-logo {
    /*height: 100vh;*/
    position: absolute;
    /*padding-bottom: 70px;*/
    z-index: 10;
    visibility: visible;
    width: 100%;
    text-align: center;
  }
}

