
.nav-options
{
    background: #E6D584;
    min-height: 55px;
}

.nav-options-no-height
{
    background: #E6D584;
    color: white;
}


.btn.btn-primary {
    background: #E6D584 !important;
    border: 1px solid #E6D584 !important;
    color: #fff !important;
}

form .control-group {
    margin-bottom: 25px;
}

@media only screen and (max-width: 600px) {
    .min-height-helper{
        max-height: 350px;
    }
  }

  @media only screen and (min-width: 601px) {
    .min-height-helper{
        min-height: 860px;
    }
  }
