/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

/*.business-header {
    height: 400px;
    background: url('canal.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
*/
/* Customize the text color and shadow color and to optimize text legibility. */

.navbar-brand {
    font-weight: bold;
    text-shadow: 2px 2px 10px #000;
    padding: 0;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.jumbotron {
     padding: 30px;
     margin-bottom: 30px;
/*     font-size: 21px;
     font-weight: 200;
     line-height: 2.1428571435;
*/     /*color: inherit;*/
     /*background-color: #f7f7f7/*transparent;*/
}

ul {list-style-type: square; margin: 15px; padding: 0px;}

.tagline {
    text-shadow: 2px 2px 10px #777;
    /*color: #ffffff;*/
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}