@import url('https://fonts.googleapis.com/css?family=Spartan&display=swap');


body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.05em;
    /*    text-shadow: 2px 2px #141414;*/
    line-height: 1.7;
    background-color: #2a2a2a;
    color: #e3e3e3;
    margin: auto;
    width: 900px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Spartan', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #ffffff;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    color: #B1B7B9;
}

h1,
h2 {
    font-family: "Spartan", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-shadow: 2px 2px #1c1c1c;
}

h1 {
    text-align: center;
    font-weight: 500;
    margin-top: 35px;
    font-size: 3.5rem;
    line-height: 1.15;
    /*    font-variant: small-caps;*/
}

h1:first-child {
    padding-top: 0px;
}

h3,
h4,
h5 {
    color: #ffd545;
    font-weight: 100;
    font-size: 2.15rem;
    text-shadow: 2px 2px #1c1c1c;

}

h4 {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.9rem;
    margin-top: 20px;
    color: rgb(255, 255, 255);
}

h5 {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.49);
    font-weight: 500;
    text-align: center;
    font-style: italic;
    font-variant-caps: all-small-caps;
}

pre {
    background-color: #191919;
    margin-top: 5px;
    margin-bottom: 25px;
    padding: 13px
}

code {
    background-color: #191919;
    padding: 3px;
    color: #ffffff;

}

pre > code {
    font-size: 13px;
    color: #ffffff;
    /*    border: solid 1px #0c0d0e;*/

}


blockquote {
    color: #b4b4b4;
    background-color: rgba(74, 74, 74, 0.8);
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px;
    border-color: #6d6d6d;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    margin-top: 50px;
    margin-bottom: 50px;
    font-style: italic;
}

/*
blockquote + blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
}
*/


img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    /*  width: 100%;*/
}

.noshadowbord {
    box-shadow: none;
    border-radius: 0px;
}

a {
    color: #ffc600;
    font-weight: bold;
}

strong {
    font-weight: 500;
    color: #ffc600;
}


a:focus {
    color: #ffc600;
}

a:hover {
    color: #e8b400;
}

.lead {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.0312em;
    color: #B1B7B9;
}

.navbar-default {
    background-color: #191919;
    border-bottom: 1px #434343 solid;
}

.bs-sidenav {
    background-image: url("");
    background-repeat: repeat;
    font-size: 12px;
    color: #fff;
}

.bs-sidenav a:link {
    color: #fff;
}

.bs-sidenav a:focus {
    color: #ffc600;
}

.bs-sidenav a:visited {
    color: #fff;
}

.bs-sidenav a:hover {
    color: #ffc600;
}

/*
.nav>li {
    color: #ffc600;
}
*/


.first-level {
    text-align: left;
    line-height: 15px;
    padding-top: 10px;
}


.second-level a {
    text-align: left;
    font-weight: 200;
    margin-left: 25px;
    line-height: 18px;
}


.well {
    border: 1px solid #555555;
    background-color: #22211d;
}

.btn-default {
    background-color: #FCFDFF;
}

.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #646464;
}

#mkdocs-search-query:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#mkdocs-search-query {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #343838;
    height: 45px;
}

footer > hr {
    width: 35%;
}

.table {
    width: 100%;
    margin-bottom: 21px;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #7c7c7c;
}

/*  From TTP3  */
table {
    margin-top: 30px;
    font-size: 1em;
    font-weight: 500;

}

th {
    text-align: center;
    font-size: 1.65em;
    font-family: 'Spartan';
    font-weight: 300;
    /*    color: #ffd545; */
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: rgb(29, 29, 29);
}

.bg_con {
    background-color: #710000;
}

.bg_pro {
    background-color: #007913
}

.nobordcent {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    box-shadow: none;
}

img.icon {
    border: 0px;
    border-style: solid;
    border-color: #272727;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    display: inline;
}

.btpalered {
    color: #ff8b8b;
}

.btpaleblue {
    color: #bae4f8;
}

.btpaleyellow {
    color: #fff192;
}

.btpalegreen {
    color: #c5eb91;
}

.signature {
    font-weight: 100;
    font-style: italic;
    color: #ffc600;
    padding-top: 20px;
    padding-left: 65%;
}

.caption {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    font-variant-caps: normal;
}
