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

@font-face {
    font-family: 'Wildy Sans';
    src: url('../../fonts/WildySansRegular.ttf') format('woff2'),
    url('../../fonts/WildySansRegular.woff') format('woff'),
    url('../../fonts/WildySansRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/**************************************/
/**************** Root ****************/
/**************************************/
:root {
  --documentation: white;
  --navbar: white;
}

body {
    font-family: "Nunito", sans-serif;
}

.navbar-toggle .icon-bar {
    display: block;
    border-radius: 1px;
    background-color: #9793c8;
    height: 4px;
    width: 25px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all .2s ease 0s;
}
/**************************************/
/*************** Sidebar **************/
/**************************************/
.sidebar {
  border: none;
  background-image: linear-gradient(0deg, #12283A, #1C3D5A);
  background-image: url('../../images/bg-login.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 18rem;
}

.sidebar.is-hidden {
    left: -18rem;
}

.sidebar ul li h2 {
  color: #fff;
}

.sidebar ul li ul li a {
  color: #fff;
}

.sidebar > ul > li > ul > li.is-active::before {
    background: #fff;
    width: 4px;
}

.documentation > p > a {
    color: #9793c8;
    font-weight: bold;
    border-bottom: 2px dashed #9793c8;
}

.documentation h1:first-of-type {
    border-left-width: 4px;
}

blockquote {
    padding-left: 10px;
    border-left-width: 4px;
    border-color: #9793c8;
    margin-bottom: 1.5rem;
}
h1,h2,h3,h4,h5,h6 {
    color: #606f7b;
}

.logo {
    font-family: 'Wildy Sans', sans-serif;
    color: #9793c8 !important;
    font-size: 3rem;
    transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
}
