.navbar-default{
		border-color: none;
		border:none;
	}
	body{
		background-color: #d3bc8b;
	}
	.navbg{
		background-color: #646a46;
	}
	.navbar-nav{
		color: white;
	}
	.notice{
		background-color: #b0c481;
		border: 1px dotted #646a46;
		padding: 20px;
		color: #000;
	}
	.navbar{
		margin-bottom: 0px;
}
	.table-striped {
  > tbody > tr:nth-of-type(odd) {
    background-color: white;
  }
	}
	.table-striped {
  > tbody > tr:nth-of-type(odd) {
    background-color: white;
  }
}
/*This is so that the buttons dont have extra top-and-bottom margins, sleeker look*/
  h2
	{
		margin: 0;
	}
	@media (max-width: 767px){
navbar-nav>ul>li>a{
    display: block;
    clear: both;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
	width:100%;
		}}
	@media (min-width: 768px){
    ul.navbar-nav
    {
      float:none;
    }
ul.navbar-nav > li {
	width: auto;
  margin:0;
/*	width: 15%;*/
		}
    ul.navbar-nav > li.special > a
    {
      font-weight: bold;
      text-decoration: none !important;
    }
    ul.navbar-nav > li:not(li.special) > a
    {
        font-weight:normal !important;
    }
		ul.navbar-nav > li > a.center-vertical {
			position: absolute;
			top: 10px;
		}
		/* ul.navbar-nav > #special13 {
	width: 13%;
		}
				ul.navbar-nav > #special3 {
	width: 13%;
		}
				ul.navbar-nav > #special20 {
	width: 20%;
		}
				ul.navbar-nav > #special16 {
	width: 16%;
		}
		ul.navbar-nav > #special2 {
	width: 19%;
		}
ul.navbar-nav > #special {
	width: 23%;
		}
    ul.navbar-nav > #special21 {
	width: 13%;
		}
  } */
  }
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    /* color: #555; */
	background-color: #799a28; }
	ul.dropdown-menu {
		background-color: #646a46; 
		    margin-left: 15px;
		min-width: inherit;
	}
	ul.dropdown-menu a:hover{
	background-color: #799a28;
	}
	.dropdown-menu{
		font-family: 'Roboto', sans-serif;
		font-weight: 600;
	}
	div.item > div.inner {
		border: 3px solid #799a28; padding: 45px;
	}