/*
 * 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: 400px;
    background: url('../images/ubicacion2.png') center center no-repeat scroll;
    /*background: url('http://placehold.it/1920x400') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

*/

@media (min-width:768px){

    .business-header {
        height: 400px;
        background: url('../images/ubicacion2.png') center top no-repeat scroll;
        /*background: url('http://placehold.it/1920x400') center center no-repeat scroll;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: 100%;
        -o-background-size: cover;
    }
    .business-header-page {
         height: 100%;
        background: url('../images/fondo-page.ng') center top no-repeat scroll;
        /*background: url('http://placehold.it/1920x400') center center no-repeat scroll;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: 10%;
        -o-background-size: cover;
    }

}
@media (min-width: 481px) and (max-width: 768px){

    .business-header {
        height: 200px;
        background: url('../images/ubicacion2.png') center  no-repeat scroll;
        /*background: url('http://placehold.it/1920x400') center center no-repeat scroll;*/
        background-position: bottom;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: 100%;
        -o-background-size: cover;
    }
    .business-header-page {
         height: 100%;
        background: url('../images/fondo-page.png') center top no-repeat scroll;
        /*background: url('http://placehold.it/1920x400') center center no-repeat scroll;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }

}

@media only screen and (max-width: 480px) {
   
     .business-header {
        height: 185px;
        background: url('../images/ubicacion2.png') center no-repeat scroll;
        /*background: url('http://placehold.it/1920x400') center center no-repeat scroll;*/

        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: 100%;
        -o-background-size: cover;
    }
      .business-header-page {
         height: 100%;
        background: url('../images/fondo-page.png') center top no-repeat scroll;
        /*background: url('http://placehold.it/1920x400') 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;
}