/*
 * Copyright 2019-present Open Networking Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.  */

/* Don't restrict content width on the RTD theme
 * from: https://stackoverflow.com/a/32898444 */

.wy-nav-content {
  max-width: none;
}

.wy-table-responsive table td, .wy-table-responsive table th {
  white-space: normal;
}

/* Colors for navigation */

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

/* .wy-menu-vertical header,.wy-menu-vertical p.caption{color:#2F5597} */

.wy-menu-vertical header,.wy-menu-vertical p.caption{color:#6AB0DE}

/* Headings */
h1, h2 {
  font-weight: bold;
  line-height: 1.25;
  color: #3279a8
  text-rendering: optimizeLegibility;
}

h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-style: italic;
  line-height: 1.25;
  color: #313131;
  text-rendering: optimizeLegibility;
}

h1 {
  margin-bottom: 2rem;
  font-size: 2rem;
}

h2 {
  margin-bottom: .5rem;
  margin-top: 1rem;
  font-size: 1.5rem;   
}

h3 {
  margin-top: 1.5rem;
  font-size: 1.25rem;
}

.pop {
    color: #6AB0DE;
    font-style: italic;
    font-weight: bold;
}
aside.sidebar {
    margin: 0 0 0.5em 1em;
    border: 1px solid #ddb;
    padding: 7px 7px 0 7px;
    background-color: #ffe;
    width: 40%;
    float: right;
}
