body {
    background: #ECECEA;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bs-docs-masthead {
    position: relative;
    padding: 30px 15px;
    color: #cdbfe3;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background-color: #6f5499;
    background-image: linear-gradient(to bottom, #563d7c 0, #6f5499 100%);
    background-repeat: repeat-x;
}

.bs-docs-masthead h1 {
    font-weight: 300;
    line-height: 1;
    color: #fff;
}

.bs-docs-masthead .lead {
    margin: 0 auto 30px;
    font-size: 20px;
    color: #fff;
}

.bs-docs-masthead .btn {
    width: 100%;
    padding: 15px 30px;
    font-size: 20px;
}

@media (min-width: 480px) {
    .bs-docs-masthead .btn {
        width: auto;
    }
}

@media (min-width: 768px) {
    .bs-docs-masthead {
        padding: 80px 0;
    }
    .bs-docs-masthead h1 {
        font-size: 60px;
    }
    .bs-docs-masthead .lead {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .bs-docs-masthead .lead {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-size: 30px;
    }
}

.bs-docs-social {
    margin-bottom: 20px;
    text-align: center;
}

.bs-docs-social-buttons {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.bs-docs-social-buttons li {
    display: inline-block;
    padding: 5px 8px;
    line-height: 1;
}

.bs-docs-footer-links {
    padding-left: 0;
    margin-top: 20px;
    color: #999;
}

.bs-docs-footer-links a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.bs-docs-footer-links li {
    display: inline;
    padding: 0 2px;
}

.bs-docs-footer-links li:first-child {
    padding-left: 0;
}

.bs-docs-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 100px;
    color: #777;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
    .bs-docs-footer p {
        margin-bottom: 0;
    }
}

.bs-docs-section {
    margin-bottom: 60px;
}

.bs-docs-section:last-child {
    margin-bottom: 0;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

code {
    background: #f5f5f5;
    color: #333;
    padding: 0.15em 0.35em;
    border-radius: 3px;
    font-size: 0.875em;
}

pre code {
    background: none;
    color: inherit;
    padding: 0;
    font-size: 1em;
    border-radius: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.floating-share {
    display: none;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1000;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-left: none;
    border-radius: 0 6px 6px 0;
    padding: 8px 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    text-align: center;
}

.floating-share-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    margin-bottom: 6px;
}

.floating-share-link {
    display: block;
    padding: 6px 0;
    color: #6f5499;
    font-size: 18px;
    transition: color 0.15s;
}

.floating-share-link:hover {
    color: #3a2a5c;
    text-decoration: none;
}

@media (min-width: 992px) {
    .floating-share {
        display: block;
    }
}
