/*!
 * 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. */
	font-family: 'Handlee', sans-serif;
	text-align: justify;
}

@media (max-width: 499px) {
    .business-header {
        height: 60vh;
    }
}

@media (min-width: 500px) and (max-width: 799px){
    .business-header {
        height: 80vh;
    }
}
@media (min-width: 800px) {
    .business-header {
        height: 100vh;
    }
}

.business-header {
    /*height: 350px;*/
    background: url('../img/bienvenue_leo.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.titremathis{
	text-align:center;
}

.img-rounded {
  border-radius: 20px;
}

/* 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;
}

a.external {
    background: url(../img/external.png) center right no-repeat;
    padding-right: 13px;
}

.tooltip-inner {
    max-width: 400px;
  }