/* Custom page CSS
-------------------------------------------------- */
#wrap > .container {
    padding: 60px 15px 0;
}
.container .credit {
    margin: 20px 0;
}

#footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

code {
    font-size: 80%;
}


/* Sticky Footer
-------------------------------------------------- */

/* Padding below the footer and lighter body text */
body {
    color: #5a5a5a;
    margin-bottom: 60px;
}

html{
    position: relative;
    min-height: 100%;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;

    /* Negative indent footer by its height */
    /*margin: 0 auto -60px;*/
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
    background-color: #f5f5f5;
    padding-top: 5px;
    text-align:center;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    height: 30px;
    background-color: #f5f5f5;
}




/* MARKETING CONTENT
-------------------------------------------------- */
/* Pad the edges of the mobile views a bit */
.marketing {
    padding-left: 15px;
    padding-right: 15px;
}

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


/* Featurettes
------------------------- */
.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

.featurette-divider-mini {
    margin: 30px 0; /* Space out the Bootstrap <hr> more */
}

.featurette-divider-medium {
    margin: 45px 0; /* Space out the Bootstrap <hr> more */
}


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


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 1200px) {

    .lead {
        font-size: 17px;
    }
    /* Remove the edge padding needed for mobile */
    .marketing {
        padding-left: 0;
        padding-right: 0;
    }

    .container {
        width: 1200px;
    }

    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 20px;
    }

}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 60px;
    }
}





/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: relative;
    z-index: 15;
}

/*
.navbar-inverse {
    background-image: linear-gradient(to bottom,#EAFCFA 0,#E6DBDB 100%);
}
*/

/*
.navbar {
    min-height: 65px;
    height:65px;
    margin-bottom: 10px;
}
*/

/* Customize the nav-justified links to be fill the entire space of the .navbar */
.masthead {
    border-radius: 2px;
    border: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
    font-color: #858d8b;
    font-weight: bold;
    font-size: 80%;
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
}


.navbar-brand {
    font-size: 100%;
    padding:0px 0px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */
.nav-justified {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.nav-justified > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-weight: bold;
    color: #777;
    text-align: center;
    background-color: #e5e5e5; /* Old browsers */
    background-image:    -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Chrome 10+,Safari 5.1+ */
    background-image:      -o-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    background-repeat: repeat-x; /* Repeat the gradient */
    border-bottom: 1px solid #d5d5d5;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
    background-color: #ddd;
    background-image: none;
    box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
    border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
    border-bottom: 0;
    border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
    .nav-justified {
        max-height: 52px;
    }
    .nav-justified > li > a {
        border-right: 1px solid #d5d5d5;
        border-left: 1px solid #fff;
    }
    .nav-justified > li:first-child > a {
        border-left: 0;
        border-radius: 5px 0 0 5px;
    }
    .nav-justified > li:last-child > a {
        border-right: 0;
        border-radius: 0 5px 5px 0;
    }
}




.feature-list {
    margin-left: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}


.feature-sub-list {
    margin-left: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}

#banner img {width:150%}

.img-responsive {
    max-height: 300px;
    max-width: 300px;
}
