/*!
 * 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. */
    text-align: center;
}

.navbar-inverse {
    background-color: #ff9800;
}

nav a {
    color: #fff!important;
    font-size: 1.25em!important;
}

#contact a {
    color: #fff;
    font-size: 1.25em;
}

#contact abbr {
    border: none;
}

strong {
    font-size: 1.75em;
}

.btn-success {
    background-color: #ff9800;
    border-color: #ff9800;
}


/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    min-height: 500px;
    background: url('../img/key-791641_1280.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



.business-header h1 {
    margin: 1em auto;
    font-size: 3.5em;
    max-width: 860px;
}

.business-header h2 {
    font-size: 2em;
    max-width: 500px;
    margin: 0 auto;
}

#brisant-banner {
    margin: 2.5em 0 1.5em 0;
}

#brisant-banner img {
    border: 1px solid black;
    border-radius: 1em;
}



/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}



#services {
    background-color: #263248;
    color: #fff;
    padding: 2.5em 0;
}

#services p {
    font-size: 1.25em;
}

@media (max-width:768px) {
    #video iframe {
        display: block;
        margin: 0 auto;
    }
}

.profile-photo img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    margin-bottom: 1em;
}

.img-center {
    margin: 0 auto;
    margin-bottom: -50px;
}

.info-section p {
    font-size: 1.25em;
}

footer {
    background-color: #ff9800;
    color: #fff;
    height: 5em;
    margin-top: 3em;
}

footer p {
    margin-top: 0.5em;
}