#header {
  background: transparent;
}

.leona-header-mobile {
  display: none;
}

.leona-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-height: 10rem;
  align-items: center;
  background: linear-gradient(to bottom, rgba(131, 106, 89, 0.6) 0%,rgba(131, 106, 89, 0.3) 56.99999999999999%,rgba(131, 106, 89, 0) 100%);
}

.header-btn {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-family: mundial sans-serif;
  min-width: 12rem;
  text-align: center;
}

.logo {
  min-width: 100px;
}

@media screen and (max-width: 767px) {
  .leona-header {
    display: none;
    flex-direction: column;
  }

  .header-btn {
    font-size: 1.2rem;
    min-width: 20vw;
    flex-shrink: 1;
    margin: 0.25rem;
    /*background-color: rgb(63, 106, 133);
    padding: 10px;
    border-radius: 20px;*/
  }

  .leona-header-mobile {
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom, rgba(131, 106, 89, 0.6) 0%,rgba(131, 106, 89, 0.3) 56.99999999999999%,rgba(131, 106, 89, 0) 100%);
  }

  .wrap {
    flex-wrap: wrap;
  }

  .header-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }

  .header-row h1 {
    color: white;
    text-align: center;
  }
}
