/* Remove the navbar's default margin-bottom and rounded borders */

.navbar {
  margin-bottom: 50px;
  border-radius: 0;
}

.navbar-inverse {
  background-color: green;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.navbar-inverse .navbar-brand {
  color: #FFFFFF;
}

.navbar-inverse .navbar-brand:hover {
  background-color: #2E8B57;
}

.navbar-inverse .navbar-brand:focus {
  color: #FFD700;
}

.navbar-inverse .navbar-nav > li > a {
  color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: #2E8B57;
}

.navbar-inverse .navbar-nav > .open > a:focus {
  background: #2E8B57;
  color: #FFD700;
}


/*.dropdown-menu {
      background-color: #2E8B57;
      color: #FFFFFF;
    }  Changes dropdown background and text color*/

.dropdown .caret {
  color: #FFD700;
}

.carousel-inner img {
  width: 100%;
  /* Set width to 100% */
  margin: auto;
  min-height: 200px;
}


/* Hide the carousel text when the screen is less than 600 pixels wide */

@media (max-width: 600px) {
  .carousel-caption {
    display: none;
  }
}

.jumbotron {
  background: url(Images/SolsticeSeedsBannerSmall.png) no-repeat center center;
  background-size: 60%;
  padding-bottom: 20%;
}


/* https://www.w3schools.com/cssref/css_colors.asp */

.dropdown-toggle::after {
  content: none;
}

.navbar {
  margin-bottom: 50px;
  border-radius: 0;
}


/* Remove the jumbotron's default bottom margin */

.jumbotron {
  margin-bottom: 0;
}

footer {
  background-color: green;
  height: 350px;
  position: absolute;
  width: 100%;
  color: white;
  padding: 25px;
}

.footerHeader {
  width: 100%;
  padding: 1em;
  background-color: green;
  text-align: center;
  color: white;
}

footer ul {
  padding-left: 5px;
  list-style: none;
}

footer p {
  text-align: justify;
}

footer iframe {
  width: 80%;
  position: relative;
  height: 200px;
}

footer a {
  color: white;
}

.sm {
  list-style: none;
  overflow: auto;
}

.sm li {
  display: inline;
  padding: 5px;
  float: left;
}

.sm li a img {
  width: 32px;
}

.dropdown-menu {
  min-width: 200px;
}

.dropdown-menu.columns-2 {
  min-width: 400px;
}

.dropdown-menu.columns-3 {
  min-width: 600px;
}

.dropdown-menu li a {
  padding: 5px 15px;
}

.multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}

.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #D3D3D3;
}

@media (max-width: 767px) {
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}

.dropdown-menu li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #D3D3D3;
}

.navbar {
  margin-bottom: 50px;
  border-radius: 0;
}


/* Remove the jumbotron's default bottom margin */
.jumbotron { margin-bottom: 0; }

/* Add a gray background color and some padding to the footer */
footer { background-color: #f2f2f2; padding: 25px; }