/* CSS Document */

.brand-color-text {
    color: #355E3B;
}

.brand-color-background {
    background-color: #355E3B;
}

.navbar-white .navbar-brand {
    border-color: #FFFFFF;
}

#footer.footer-inverse {
    background-color: #355E3B;
}

body {
    font-weight: 400;
    font-size: 16px;
}

.btn-secondary {
    color: #eaeaea;
    background-color: #f79420;
    border-color: #f79420;
}

/* Make the main nav stick to the top */
#header .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;   /* keep it above the page content */
}

/* Add top space so content doesn't sit under the fixed navbar */
#wrapper {
  padding-top: 80px;  /* adjust this to match your navbar height */
}

.modal-backdrop {
  z-index: 10040 !important;
}

.modal {
  z-index: 10050 !important;
}