/*!
 * 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('/static/site/phoenix/images/phx.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;
}

.btn-custom {
  background-color: hsl(120, 100%, 30%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ff04", endColorstr="#009902");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#00ff04), to(#009902));
  background-image: -moz-linear-gradient(top, #00ff04, #009902);
  background-image: -ms-linear-gradient(top, #00ff04, #009902);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00ff04), color-stop(100%, #009902));
  background-image: -webkit-linear-gradient(top, #00ff04, #009902);
  background-image: -o-linear-gradient(top, #00ff04, #009902);
  background-image: linear-gradient(#00ff04, #009902);
  border-color: #009902 #009902 hsl(121, 100%, 25%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

.top-buffer { margin-top:40px; }
