/*
 * 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: 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: 223px;
    background: url('/img/bannner_1.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;
}

.btn.btn-default.btn-lg.map-btn {
    color: aliceblue;
    /* IE10+ */
    background-image: -ms-linear-gradient(left, #008800 0%, #35C412 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #008800 0%, #35C412 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #008800 0%, #35C412 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #008800), color-stop(100, #35C412));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #008800 0%, #35C412 100%);
    /* W3C Markup */
    background-image: linear-gradient(to right, #008800 0%, #35C412 100%);
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.5em;
    text-shadow: 1px 1px 1px #666;
    -webkit-box-shadow: 3px 1px 6px 1px rgba(43, 51, 13, 0.33);
    -moz-box-shadow: 3px 1px 6px 1px rgba(43, 51, 13, 0.33);
    box-shadow: 3px 1px 6px 1px rgba(43, 51, 13, 0.33);
}

footer {
    margin: 50px 0;
}
