/* Anitas custom css */
.header {
  background-color: #ffb900;
}
/* color green turns the font in this div to green, but i want background green*/
.navbar-wrapper {
  background-color: red;
}
/*navbar-wrapper - saw no effect when I changed this color*/
.jumbotron {
  background-color: #ffb900;
  color: green;
}

.navbar-header {
  background-color: #1c6b0e9e;
  color: #f21a0f;
}
/*navbar-header - is for the display on the phone screen - that is the collapsed bar*/

.navbar navbar-inverse navbar-static-top {
  background-color: blue;
}
/*navbar navbar-inverse navbar-static-top - this is the  whole navbar when it shows on a phone screen*/

.nav.navbar-nav li a {
  color: #ffb3a7;
}
/*.nav.navbar is the name of the ul that forms the menu. By making this color attribute for the li and the a it changes the color of the text on the buttons*/

.navbar-inverse navbar-static-top {
  background-color: green;
}
/*navbar-inverse navbar-static-top - phone screen collapsed menu bar*/

.navbar-static-top {
  background-color: #1c6b0e9e;
  color: #f21a0f;
}
/*navbar-static-top - this is for the nav bar that shows on large screen*/

#homeopathic-illnesses {
  /*min-height: 400px; min-width: 230px;*/
  background-color: #b0d8346b;
}

.btn-primary {
  background-color: #92af6f;
  border: 1px green;
}

.antispam {
  display: none;
}
