.btn-primary {
  color: #fff;
  background-color: #e39c39;
  border-color: #eb9f35;
}

.btn-primary:hover {
  color: #fff;
  background-color: #ecd7a6;
  border-color: #e39c39;
}

@media (min-width: 300px) {
  #txt2 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    color: rgb(255,255,255);
    font-size: 30px;
    /*margin-bottom: -15px;*/
    text-shadow: 1px 1px 4px rgba(0,0,0,0.08);
  }
}

@media (min-width: 768px) {
  #txt2 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    color: rgb(255,255,255);
    font-size: 50px;
    /*margin-bottom: -25px;*/
    text-shadow: 1px 1px 4px rgba(0,0,0,0.08);
  }
}

@media (min-width: 992px) {
  #txt2 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    color: rgb(255,255,255);
    font-size: 92px;
    /*margin-bottom: -40px;*/
    text-shadow: 1px 1px 4px rgba(0,0,0,0.08);
  }
}

@media (min-width: 300px) {
  #txt1 {
    font-family: Montserrat, sans-serif;
    color: rgb(255,255,255);
    font-size: 20px;
    margin-bottom: -8px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.08);
  }
}

@media (min-width: 768px) {
  #txt1 {
    font-family: Montserrat, sans-serif;
    color: rgb(255,255,255);
    font-size: 29px;
    margin-bottom: -22px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.08);
  }
}

@media (min-width: 300px) {
  #txt2-her {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    color: rgb(255,255,255);
    font-size: 30px;
    margin-bottom: -15px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.08);
  }
}

@media (min-width: 768px) {
  #txt2-her {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    color: rgb(255,255,255);
    font-size: 50px;
    /*margin-bottom: -25px;*/
    text-shadow: 1px 1px 4px rgba(0,0,0,0.08);
  }
}

@media (min-width: 992px) {
  #txt2-her {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    color: rgb(255,255,255);
    font-size: 92px;
    margin-bottom: -40px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.08);
  }
}

@media (min-width: 300px) {
  #txt1-her {
    font-family: Montserrat, sans-serif;
    color: rgb(255,255,255);
    font-size: 20px;
    margin-bottom: -8px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.08);
  }
}

@media (min-width: 768px) {
  #txt1-her {
    font-family: Montserrat, sans-serif;
    color: rgb(255,255,255);
    font-size: 29px;
    margin-bottom: -22px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.08);
  }
}

