/*
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 0px; /* 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: 100px;
    background: url('gfx/floor-1920.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. */
p {
    font-size: 13pt;
}
address {
        font-size: 16px;
}
.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}
.headerlogo {
    width: 290px;
    margin: 20px 0;
}
.footer {
    font-size: 10pt;
    font-weight: normal;
    color: #999;
}
.prodtitle {
    color: #b02a30;
    font-weight: 600;
}
.col-sm-4w {
  background-color: #0b8fae;
  margin-top: 40px;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.col-sm-4w a {
  color: #fff;
  text-decoration: underline;
}
.col-sm-4w a:hover {
  color: #fff;
  text-decoration: none;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 3px;
  color: #b02a30;
  border-color: #b02a30;
}
.btn-sm:hover {
  color: #fff;
  border-color: #ccc;
  background-color: #b02a30
}
@media (min-width: 768px) {
  .col-sm-4w {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
.col-sm-4w {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
}