@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
    font-family:"Roboto";
    background-color: #FFF;
}
h1 {
    font-family:"Roboto";
    color: #010F0E;
}
h2 {
    font-family:"Roboto";
    color: #010F0E;
}
.wy-side-nav-search {
    background-color: #FFF;
}
.wy-nav-top {
    background-color: #FFF;
}
:root{
    --sd-color-primary: #A4CC2D;
}

body {
    position: fixed;
    width: 100%;
}


.wy-nav-side{
    box-shadow: 7px -1px 13px -4px rgba(0,0,0,0.6);
    z-index: 201;
}

.wy-nav-content{
    max-width: 100% !important;
}

.collapse-left-nav{
    position: fixed;
    top: 37px;
    left: 300px;
    background-color: #FFFFFF;
    border-radius: 0 10px 10px 0;
    height: 40px;
    width: 20px;
    transition: left .2s;
    z-index: 202;
    box-shadow: 7px -1px 13px -4px rgba(0,0,0,0.6);
}

.collapse-left-nav:hover{
    cursor: pointer;
}

.collapse-left-nav i{
    color: rgb(1, 15, 14);
    position: absolute;
    top: 4px;
    left: 2px;
}

.rst-current-version {
    overflow-x: hidden;
}

.wy-nav-side, .rst-current-version,  .rst-versions{
   transition: .2s;
}

.wy-nav-content-wrap {
    transition: margin-left .2s;
}
