body {
      background-color:#fffefc;
      
    }



    #menu {

    	position:relative;
    	background-color:#fffefc;
    	min-height:500px;
      z-index:1;
      padding-bottom:30px;
		   		
    }

        #photo1, #photo2 {
    background-image:url("images/Gallery/background-4.png");
        }
    .nav-stacked {
      margin-top:20px;
    	margin-left:30px;
    	border-radius:5px;
    }


    .nav-pills {
    	background-color:gray;
    }
    .nav-pills > li > a{
      color:#272727;
      font-size:16px;
      font-family:"Open Sans", sans-serif !important;
      font-weight:300 !important;
      letter-spacing:1px;
      line-height:50px;
    }

   	.nav-pills > li.active-2 > a{
    	background-color:#272727;
    	color:white;
    }

    .nav-pills > li.active-2 >a:hover {
    	background-color:#272727;
    }

    .nav-pills >li.active-2 >a:focus {
    	background-color:#272727;
    }



    .menu-content h1 {
    	text-align:center;
    	color:rgb(255,192,0);
    	font-size:3em;
    	font-family:"Oswald", sans-serif;
    	font-weight:bold;
    	padding-bottom:30px;

     }

     .menu-content p {
     	text-align:center;
     	color:black;
      font-weight:bold;
      letter-spacing:1px;
      font-family:"Open Sans", sans-serif;
     }

  
     .menu-section {
 		   display:none;
     }
     .visible {
     	display:block;
     }

     .btn {
     	background-image:
     	radial-gradient(red, #870606);
     	color:white;
     	border-style:groove;
     	margin: 0px 10px 0 55px;
     }

     .btn:hover {
     	color:white;
     }

     .btn a {
      color:white;
      text-decoration:none;
     }
    #awards {
      position:relative;
    }

  
    @media (max-width:1000px) {
      .btn-lg {
        display:none;
      }

      .menu-content h1 {
        font-size:2em;
      }
      .nav-pills > li > a {
        font-size:1em !important;
        line-height:1.3em !important;
      }

  }