div.info
	{
	text-align:center;
	color:#FFFFFF;
	border:1px red solid;
	border-radius: 4px;
	width:75%;
	margin:0 auto;
	padding:20px 10px;

      -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.25);
         -moz-box-shadow: 10px 10px 10px rgba(0,0,0,.25);
              box-shadow: 10px 10px 10px rgba(0,0,0,.25);
	}


.navbar-inner h1
	{
	font-size:2.5em;
	}

legend {color:#fff}


.form-horizontal .control-label 
	{
	color:#fff;
	font-weight:bold;
	width:300px;
	margin-right:15px;
	}



    /* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */

    body {
      padding-bottom: 0px;
      color: #5a5a5a;
    }



    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
      margin-top: 20px;
      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }
    .navbar-wrapper .navbar {

    }

    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
      border: 0;
      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
              box-shadow: 0 2px 10px rgba(0,0,0,.25);
    }

    /* Downsize the brand/project name a bit */
    .navbar .brand {
      padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
      font-size: 16px;
      font-weight: bold;
      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    }




/* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin-bottom: 0;
    }

    .carousel .container {
      position: relative;
      z-index: 9;

    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }

    .carousel .item {
      overflow:hidden;
    }
    .carousel img {
      position: fixed;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 500px;
    }

    .carousel-caption {
      background-color: transparent;
      position: static;
      padding: 20px 20px;
      margin-top: 150px;
	  overflow:hidden;

	  text-align:justify;
		background-color:rgba(0,0,0,0.8);
	
	border-radius: 4px;

      -webkit-box-shadow: 0 2px 10px rgba(204,204,204,.5);
         -moz-box-shadow: 0 2px 10px rgba(204,204,204,.5);
              box-shadow: 0 2px 10px rgba(204,204,204,.5);
	  
	  
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4); 
	  font-size:18px;
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }
    /* Featurettes
    ------------------------- */

    .featurette-divider {
      margin: 20px 0; /* Space out the Bootstrap <hr> more */
    }



    /* RESPONSIVE CSS
    -------------------------------------------------- */
 
    @media (max-width: 670px) {

	.navbar-inner h1
		{
		font-size:0.7em;
		}
	.pyt h4
		{
		font-size:1em;
		}
    }


