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

/*formato smartphone 600px */

@media (max-width: 767px) {
.img-center2 {margin:0 auto!important; 
              max-width:50%!important; 
              height:auto!important;}
.tagline2 {font-size:26px; margin-top:60px;}

                            }
/*fine formato smartphone 600px */
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;
    width: auto;
    background: url('../img/Header_nodrop.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: #d9d766;
    font-family: 'Roboto' , sans-serif;
     text-shadow:   0px  0px 8px #000,
                0px 0px 8px #000;
       font-weight:bold
       
}

.img-center {
    margin: 0 auto;
}

.img-center2 {
    margin: 8% auto;
}

footer {
    margin: 50px 0;
}
