/* GLOBAL STYLES
-------------------------------------------------- */
/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
  padding-top: 50px;
  padding-bottom: 20px;
}
*/

/* Center align the text within the three columns below the carousel */
.marketing .col-md-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: bold;
}
.marketing .col-md-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.jumbotron {
	background-image: url("../img/jumbotron_bg.jpg");
	background-size: cover;
}
.gallery-strip{
	padding:10px 0;
}

/* anchor formatting */
#downacow, #equilift, #larh {
    padding-top: 60px;
    margin-top: -60px;
}

dd{
	margin-bottom:10px;
}

/*!
 * 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: 200px;
    background: url('../img/banner.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. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}