/*
 * Globals
 */


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.bg-fall2 {
	background-color:#606c38;
}
.bg-fall {
	background-color:#283618
}
.btn-fall2 {
	color: #fff;
	background-color:#606c38;
}
.btn-fall2:hover, .btn-fall2:focus, .btn-fall2:active, .btn-fall2.active, .open>.dropdown-toggle.btn-fall2 {
    color: #000;
    background-color: #efd6ac;
    border-color: #efd6ac; /*set the color you want here*/
}

.btn-fall {
	background-color:#283618
}
.btn-leaf {
	background-color:#dda15e;
}
.btn-leaf2 {
	color: #fff;
	background-color:#bc6c25;
	
}
.btn-leaf2:hover, .btn-leaf2:focus, .btn-leaf2:active, .btn-leaf2.active, .open>.dropdown-toggle.btn-leaf2 {
    color: #000;
    background-color: #dda15e;
    border-color: #dda15e; /*set the color you want here*/
}
.text-leaf {
	background-color:#dda15e;
}
.text-leaf2 {
	background-color:#bc6c25;
}
