.bs-docs-nav a, .bs-docs-nav a:link {
    color: white;
}

.bs-docs-nav a:hover {
    color: rgba(255, 255, 255, 0.75);
}

.bs-docs-content {
    margin-top: 12px;
}

.bs-docs-footer {
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: 70px;
    color: #99979c;
    text-align: center;
    background-color: #2a2730;
}

.project {
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0;
}

.project:hover {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.project .bs-callout {
    padding: 1px;
    margin: 2px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout a, .bs-callout a:visited {
    color: black;
}

.bs-callout a:hover {
    cursor: pointer;
}

.project .bs-callout-danger {
    border-left-color: #ce4844;
}

.project .bs-callout-info {
    border-left-color: #1b809e;
}

.project .bs-callout-warning {
    border-left-color: #aa6708;
}

.project .p-title {
    width: 100%;
    height: 80px;
    background: #6e5698;
    color: white;
    text-align: center;
    font-size: 16px;
    line-height: 80px;
}

@media screen and (min-width: 1200px) {
    .col-lg1-2 {
        width: 25%;
    }
}

@media screen and (min-width: 1626px) {
    .col-lg1-2 {
        width: 16.66666667%;
    }
}

.fw-semibold { font-weight: 600; }

.wconsole-output {
    height: 360px;
    overflow-y: auto;
}

.wconsole-input, .wconsole-output {
    background: black;
    color: green;
}

.wconsole-input:focus {
    background: black;
    color: green;
}


.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}