/* navbar menu and logo css references */

 body {  /*background-color: white;  */
      }
    /* Remove the navbar's default margin-bottom and rounded borders #336600, #FF3333*/ 
    .navbar {
      margin-bottom: 0;
	  padding-top: 10px;
      border-radius: 0;
	  min-height:50px;
	  font-size: 1.1em;
	  background-color: #336600;
    }
	/*.navbar-custom {
        text-decoration-color: red;
        background-color: white; */
    }
    /* Remove the navbar's default margin-bottom and rounded borders https://www.color-hex.com */ 
    /* Color is used for marquee text and background is black */ 
    .navbar1 {
	  padding-top:8px;
      margin-bottom: 0;
      border-radius: 0;
	  min-height:25px;
	  font-size: 1.0em;
	  color: white;
	  background-color: #000000;
    }
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #8DAB84;
      padding: 25px;
	  color: #300D25;
    }
    
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }
  /* This is for drop down menu items #996633  well:#CCFFFF*/
   .dropdown-menu li a:hover {
      background-color: #996633 !important;
    }
	.dropdown-menu li a {
      color: #000000 !important;
    }
	
	.well{
	  background-color: #d3c0a6;
	  padding-top:5px;
	}
	
      	.p1 {color: lime;} 
	.p2 {background-color: #663300; color: #ffffff; font-size:.75em; text-align: left;}
    .p2a {color: #ffffff; font-size:.95em; text-align: center;} 	
	.p3 {color: #FF3333;}
	
   /* End for drop down menu items */
   
  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 500px) {
    .carousel-caption {
      display: none; 
    }
	h4a {
	   margin-top: .75rem; 
	   color: #993333;
	   /*text-decoration: underline;
	   text-decoration-color: #993333;*/
	}

  

 }