a:visited {
    color:#888;
}
a {
    color:#FF783C;
}
a:hover {
    color: #000;
}
.anchor:target {
   padding: 5px;
   -webkit-animation: highlight 2s; 
   -moz-animation:    highlight 2s;
   -o-animation:      highlight 2s;
   animation:         highlight 2s;
}
@keyframes highlight {
   0%	{ background-color: transparent;}
   18%	{ background-color: #ffa;}
   36%	{ background-color: transparent;}
   52%	{ background-color: #ffa;} 
   60%	{ background-color: transparent;}  
   78%	{ background-color: #ffa;}
   100% { background-color: transparent;}
}

.wy-side-nav-search, .wy-nav-top {
    background: #000;
}

.wy-side-scroll {
    background-color: #000;
}

#rtd-search-form input {
    display: flex;
    font-size: 12px;
    letter-spacing: .5px;
    width: 100%;
    margin: 0;
    font-size: 14px;
    padding: 12px;
    border: none;
    outline: none;
    border-radius: 6px;
    color: #ccc;
    background-color: #444;
    box-shadow: none !important;
    border-style: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
#rtd-search-form input:focus {
    background-color: #666;
    color: #fff;
}

.wy-menu-vertical header, .wy-menu-vertical p.caption {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 4px;
    font-weight: bold;
    background-color: #000;
    color: rgba(255, 255, 255, 0.41)
}



.wy-menu-vertical li.toctree-l1 > a, .wy-menu-vertical li.toctree-l2 > a, .wy-menu-vertical li.toctree-l3 > a, .wy-menu-vertical li.toctree-l4 > a, .wy-menu-vertical li.toctree-l5.current > a {
    font-weight: bold;
    background: #000;
    color: rgba(255, 255, 255, 0.41)
}


.wy-menu-vertical li.toctree-l1.current > a, .wy-menu-vertical li.toctree-l2.current > a, .wy-menu-vertical li.toctree-l3.current > a, .wy-menu-vertical li.toctree-l4.current > a, li.toctree-l5.current > a {
    font-weight: bold;
    background: #000;
    color: rgba(255, 255, 255, 1);
}

.wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a {
    font-weight: bold;
    background: #000;
    color: rgba(255, 255, 255, 1);
}

.wy-menu-vertical li.toctree-l1 > a:hover, .wy-menu-vertical li.toctree-l2 > a:hover, .wy-menu-vertical li.toctree-l3 > a:hover, .wy-menu-vertical li.toctree-l4 > a:hover, .wy-menu-vertical li.toctree-l5.current > a {
    font-weight: bold;
    background: #000;
    color: rgba(255, 255, 255, 0.65)
}

.wy-menu-vertical li.toctree-l4 > a {
    background-color: #000!important;
}

img.logo {
    margin-top:50px !important;
    max-width: 50% !important;
}


/* From ui */
.font-color-light {
    color: rgba(255, 255, 255, 0.41)
}

.font-color-hightlighted {
    color: rgba(255, 255, 255, 1)
}

.font-color-orange {
    color: #FF783C
}
