/* 
    Document   : style.css
    Created on : Jan 14, 2014, 9:55:47 PM
    Author     : danwalter
    Description:
        Purpose of the stylesheet follows.
*/

root { 
   display: block;
}

  /* 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 {
      
      top: 0;
      left: 0;
      right: 0;
      z-index: 255;
      margin-top: 20px;
      
      position: fixed;
      
      /*opacity: .85;*/
    }

    
    .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);
    }

    /* Navbar links: increase padding for taller navbar */
    .navbar .nav > li > a {
      padding: 15px 20px;
    }

    /* Offset the responsive button for proper vertical alignment */
    .navbar .btn-navbar {
      margin-top: 10px;
    }

    .clearnav{
       height:80px;
    }


    /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin-bottom: 60px;
      background: #bbb;
    }

    .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: 500px;
    }
    .carousel img {
      position: absolute;
      top: 0;
      left:0;
      min-width: 100%;
      height: auto;
    }

    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 550px;
      padding: 0 20px;
      margin-top: 140px;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      margin-top:10px; 
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      letter-spacing: .05em;
    }
    .lead{
       text-shadow: 0 2px 2px rgba(0,0,0,.5);
    }
    .lowshadow{
       text-shadow: 0 1px 1px rgba(0,0,0,.2);
    }
    
    .carousel-caption .btn {
      margin-top: 34px;
    }

    .slide-1{
       text-align: right;
       margin-top:115px;
       max-width: 600px;
    }
    
    .slide-2{
       text-align: left;
       margin-top:90px;
       max-width: 485px;
       margin-right:20px;
    }
    .slide-3{
       margin-left:20px;
    }
    .slide-4{
       text-align: left;
       margin-top:140px;
       max-width: 620px;
       margin-left:20px;
    }
    .features > h2{
       color:#352a26;
       padding-top:20px;
    }
    
    p.features{
       font-size: 18px;
       font-weight: normal;
       padding-left: 2em;
    }
    .quote{
       font-style: italic;
       font-size:18px;
       color:#aaa;
       text-align: left;
       padding-left: 14px;
    }
    .quote-ref{
       font-size:14px;
       color:#888;
       text-align: right
       
    }
    .verse_ref{
       font-size:13px;
       font-style: italic;
    }
    .cross_bg{
       background: url('../img/cross_bg.png') no-repeat top right;
    }
    
    iframe{
       z-index: 1;
    }

    /* MARKETING CONTENT
    -------------------------------------------------- */

    /* Center align the text within the three columns below the carousel */
    .marketing .span4 {
      text-align: center;
    }
    .marketing h2 {
      font-weight: normal;
    }
    .marketing .span4 p {
      margin-left: 10px;
      margin-right: 10px;
    }


    /* Featurettes
    ------------------------- */

    .featurette-divider {
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
    }
    .featurette {
      padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
    }
    .featurette-image {
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
    }

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
      margin-right: 40px;
    }
    .featurette-image.pull-right {
      margin-left: 40px;
    }

    /* Thin out the marketing headings */
    .featurette-heading {
      font-size: 45px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: -1px;
    }

    .compare{
       color:#444;
       background-color: #f7f7ff;
       font-size: 16pt;
    }
    .compare td, .compare th{
       padding:12px;
       text-align: center;
    }
    .compare th.left{
       text-align: left;
    }
    
    
    .footer{
       background-color: #111;
       width:100%;
       
       padding:20px 0 20px 0;
       margin:0px;
    }
    
    
    .rightalign{
       text-align: right;
       position: relative;
       float:right;
       
    }
    
    .width100{
       width:100%;
       max-width: 100%;
    }
    
    .white, .white:hover, .white:visited{
       color:white;
    }
    
    .pad10{
       padding:10px;
    }
    .pad2em{
       padding-left:2em;
    }
    
    .darkbrown{
       color: #352a26;
    }
    
    .gospel{
       z-index: 50000; 
       position: fixed; 
       top:10px;
       right:10px; 
       opacity:0.85;
    }
    
    .weight-normal{
       font-weight: normal;
    }
    
    .standard{
       font-size: 18px;
       font-weight: normal;
    }
    .center{
       text-align: center;
    }
    .team{
       font-size: 15px;
    }

    .fontsize18{
       font-size: 18px;
    }
    
    ul.features {
       margin-left:4em;
       margin-top:2em;
    }
    
    ul.features li {
       margin-top:1em;
       color:#666;
    }
    
    ul.features li strong{
       font-weight: 500;  
    }
    
    
    p.fineprint {font-size:10pt;}


    /* RESPONSIVE CSS
    -------------------------------------------------- */
    @media (min-width: 1501px){
      .carousel .item {
         height:auto;
         min-height: 600px;
      } 
    }
       
    @media (min-width: 980px) and (max-width: 1199px) {
      .carousel .item {
         height:auto;
         min-height: 400px;
      }
      .carousel-caption h1{
           font-size: 30px;
        }

         .slide-1{
            text-align: right;
            margin-top:115px;
            max-width: 500px;
         }

         .slide-2{
            text-align: left;
            margin-top:90px;
            max-width: 470px;
            margin-right:0px;
         }
         .slide-3{
            margin-left:20px;
         }
         .slide-4{
            text-align: left;
            margin-top:140px;
            max-width: 580px;
            margin-left:20px;
         }
    }
    
    @media (max-width: 979px) {
      .carousel .item {
         height: auto;
         min-height: 360px;
      }
      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
      }
      .carousel img {
        width: auto;
        height: auto;
      }
      .carousel-caption h1{
         font-size: 28px;
      }
      .carousel-caption .lead{
         font-size: 16px;
      }
      
         .slide-1{
            text-align: right;
            margin-top:110px;
            max-width: 450px;
            margin-left:-30px;
         }

         .slide-2{
            text-align: left;
            margin-top:90px;
            max-width: 48%;
            margin-right:0px;
         }
         .slide-3{
            margin-top:100px;
            margin-left:10px;
            max-width: 60%
         }
         .slide-4{
            text-align: left;
            margin-top:100px;
            max-width: 59%;
            margin-left:10px;
         }
      
      
      .featurette {
        height: auto;
        padding: 0;
      }
      .featurette-image.pull-left,
      .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
      }

    }


    @media (max-width: 767px) {

      .navbar-inner {
        margin: -20px;
      }

      .carousel {
        margin-left: -20px;
        margin-right: -20px;
      }
      .carousel .container {

      }
      .carousel .item {
        height: auto;
        min-height: 300px;
        
      }
      .carousel img {
        top:90px;
        width: 100%;
        height: auto;
      }
      
      .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
      }
      
      .carousel-caption h1 {
        font-size: 22px;
      }
      
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 16px;
      }
      
         .slide-1{
            text-align: right;
            margin-top:110px;
            max-width: 50%;
            margin-left:-30px;
         }

         .slide-2{
            text-align: left;
            margin-top:90px;
            max-width: 40%;
            margin-right:0px;
         }
         .slide-3{
            margin-top:100px;
            margin-left:10px;
            max-width: 55%;
         }
         .slide-4{
            text-align: left;
            margin-top:100px;
            max-width: 59%;
            margin-left:10px;
         }

      .marketing .span4 + .span4 {
        margin-top: 40px;
      }

      .featurette-heading {
        font-size: 30px;
      }
      .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
      }
      .gospel{
         right:70px;
      }
    }

    
    

     @media (max-width: 450px) {

      .navbar-inner {
        margin: -20px;
      }

      .carousel {
        margin-left: -20px;
        margin-right: -20px;
      }
      .carousel .container {
         background: #bbb;
      }
      .carousel .item {
        height: auto;
        min-height: 300px;
        
      }
      .carousel img {
        top:90px;
        width: auto;
        height: auto;
         
      }
      
      .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
      }
      
      .carousel-caption h1 {
        font-size: 22px;
      }
      
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 16px;
      }
      
         .slide-1{
            text-align: right;
            margin-top:110px;
            max-width: 50%;
            margin-left:-30px;
         }

         .slide-2{
            text-align: left;
            margin-top:90px;
            max-width: 40%;
            margin-right:0px;
         }
         .slide-3{
            margin-top:100px;
            margin-left:10px;
            max-width: 55%;
         }
         .slide-4{
            text-align: left;
            margin-top:100px;
            max-width: 59%;
            margin-left:10px;
         }

      .marketing .span4 + .span4 {
        margin-top: 40px;
      }

      .featurette-heading {
        font-size: 30px;
      }
      .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
      }
      .gospel{
         right:70px;
      }
    }


    
