/*******************************************************************************
    WE DO NOT USE THIS CUSTOM THEME EDITOR!

    Want to edit your site's theme?  Read below.

    If you are using a PUBLIC site:
      Go to the css:_home page.
      Follow any steps given on the page.
    
    If you are using a PRIVATE site:
      In the Site Manager, find the theme called Private Site CSS
      Add your custom CSS below what you see.
*******************************************************************************/

@import url('http://css.wikidot.com/theme:standard-blue/code_');
@import url('/local--theme/global-css/style.css');

body {
    font-size: 1.4rem;
    font-style: normal;
    font-family: "Arial", Times, serif; 
    background: #e6e4e4;
    height: 100%;
    width: 100%;
}

.container, .content-wrap {
    max-width: 1200px;
    margin: auto;
}

.content-wrap {
    background: #fff;
    box-shadow: 0 -6px 8px 0 rgba(0, 0, 0, 0.2), 0 -8px 20px 0 rgba(0, 0, 0, 0.19);
    min-height: 80vh;
}

main .content {
    position: static;
    box-shadow: none;
    background: rgba(0,0,0,0);
}

main .main-content h1 {
    background: none;
}


.header {
    position: relative;
}

.feature-header {
    display: none !important;
}

header.header-wrap {
    max-height: 150px;
    border-bottom: 1px solid #000000;
    background: #252222;
}

.navbar-default {
    background: #252222;
    border: none;
}

nav .top-bar .navbar-brand, nav .navbar-nav li a {
    color: #f7f7f7 !important;
}

nav .navbar-nav li a:hover {
    border-bottom: 1px solid #fff;
}

nav .navbar-nav li ul a {
    color: #000 !important;
}

nav .top-bar .navbar-nav {
    float: none;
}

nav .top-bar .navbar-toggle {
    background: rgba(0,0,0,0);
    border: none; 
}

nav .top-bar .navbar-toggle:hover {
    background: rgba(0,0,0,0);
    border: none; 
}

nav .top-bar .navbar-toggle .icon-bar {
    width: 18px;
    margin: 5px auto;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

main .main-content h1 {
    margin: 0;
    padding: 0;
}

main .main-content-wrap.col-md-12 .main-content h1 {
    background: url();
}


@media only screen and (min-width: 768px) { 
    nav .top-bar .navbar-collapse {
        background-color: rgba(0,0,0,0);
    }
    
    nav .nav li.dropdown:hover ul {
        display: block;
    }
}

#toc-action-bar a{
    font-size: 0;
    position: relative;
    left: 12px;
    top: 4px;
}