﻿

 /* Logo and title of Navbar
    -------------------------------------------------- */
 
.navbar .logoImage {
  display: block;
  float: left;
  padding: 1px 20px 5px;
  margin-left: -30px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .logo {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  font-family: calibri;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .logo:hover,
.navbar .logo:focus {
  text-decoration: none;
}

.navbar-inverse .logo,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .logo:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .logo:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

.navbar-inverse .logo {
  color: #999999;
}



    /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin-bottom: 30px;
    }

    .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 {
      height: 400px;
    }
    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 500px;
    }
.carousel-caption {
    /*background: #000000 !important;*/
    /*background: rgba(0, 0, 0, 1) !important;*/
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1; */
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=80) !important;
}  
    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 550px;
      padding: 0 2px;
      margin-top: 300px;
    }

    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .carousel-caption .btn {
      margin-top: 50px;
    }



    /* ACTIVITY CONTENT
    -------------------------------------------------- */

    /* Center align the text within the four columns below the carousel */
    .marketing .span3 {
      text-align:justify;  
    }
    .marketing h2 {
      font-weight: normal;
      text-align: center;
    }
    .marketing .span3 p {
      margin-left: 10px;
      margin-right: 10px;
    }


    /* RESPONSIVE CSS
    -------------------------------------------------- */

    @media (max-width: 979px) {

      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
      }

      .carousel .item {
        height: 500px;
      }
      .carousel img {
        width: 100%;
        height: 500px;
      }
    }


    @media (max-width: 767px) {

      .navbar-inner {
        margin: -20px;
      }

      .carousel {
        margin-left: -20px;
        margin-right: -20px;
      }
      .carousel .container {

      }
      .carousel .item {
        height: 300px;
      }
      .carousel img {
        height: 300px;
      }
      .carousel-caption {
        width: 65%;
        padding: 0 01px;
        margin-top: 200px;
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 30px;
      }

      .marketing .span3 + .span3 {
        margin-top: 20px;
      }

    }
    
         /* CSS for feedback form */
      .slide-out-div {
          padding: 20px;
          width: 250px;
          background: #ccc;
          border: 1px solid #29216d;
      }  
      
      /* CSS for homepage links */
        .a-homepage:link {
            text-decoration:none;
            color:black;}      /* unvisited link */
        .a-homepage:visited {
            text-decoration:none;
            color:black;}  /* visited link */
        .a-homepage:hover {
            text-decoration:none;
            color:#6c5558;}  /* mouse over link */
        .a-homepage:active {
            text-decoration:none;
            color:#6c5558;}  /* selected link */    
            
         .a-footer:link {
            text-decoration:none;
            color:#949494;}      /* unvisited link */
        .a-footer:visited {
            text-decoration:none;
            color:#949494;}  /* visited link */
        .a-footer:hover {
            text-decoration:none;
            color:#6c5558;}  /* mouse over link */
        .a-footer:active {
            text-decoration:none;
            color:#6c5558;}  /* selected link */  
                 



