html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "FuturaLight";
    font-weight: 400;
    line-height: 1.5em; 
    color: rgb(51, 51, 51);
}

.sidenav {
    float: left;
    width: 200px;
    background-color: #11597a;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0px;
    min-height: 500px;
}

#content-wrapper {
    width: auto;
    margin-left: 200px;
    background-color: #ffffff;
    height: 100%;
}

#content-wrapper iframe {
    height: calc(100% - 49px);
    width: 100%;
}

#logo {
    width: 314px;
    height: 72px;
    margin-left: -55px;
    margin-top: 25px;
    padding-bottom: 30px;
}

.sidenav a, button,
.dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 18px;
    font-family: inherit;
    color: #ffffff;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.sidenav a:hover, button:hover,
.dropdown-btn:hover {
    background-color: #0f76a6;
}

#overview {
    padding-top: 20px;
    padding-left: 100px;
}

#troubleshooting {
    max-width: 570px;
    padding-top: 20px;
    padding-bottom: 100px;
    padding-left: 100px;
}

h2 {
    font-family: "FuturaBook";
    font-weight: 400;
    font-size: 1.6em;
    line-height: 1.6em;
    color: rgb(38, 121, 181);
}

h3 {
    font-family: "FuturaBook";
    color: rgb(38, 121, 181);
    font-weight: 400;
}

p {
    font-size: 15px;
    max-width: 630px;
}

.active, a.active {
    background-color: #0f76a6;
    color: white;
}

.dropdown-container {
    display: none;
    background-color: #263238;
    padding-left: 8px;
}

.fa-shield-alt {
    float: left;
    padding-left: 8px;
}

.fa-angle-down {
    float: right;
    padding-right: 8px;
}

.fa-angle-right {
    float: right;
    padding-right: 8px;
}

pre {
    font-family: Courier, monospace;
    white-space: pre;
    background-color: rgb(38, 50, 56);
    color: white;
    padding: 20px;
    font-size: 13px;
    font-weight: 400;
    overflow-x: auto;
    line-height: normal;
    border-radius: 0px;
    border: 1px solid
    rgba(38, 50, 56, 0.1);
}

#example-code-flow {
    padding-top: 10px;
    max-width: 650px;
}

#example-code-block {
    max-width: 1000px;
    max-height: 500px;
}

#version-bar {
    background: #0f76a6; 
    height: 40px; 
    color: white;
}

#version-bar p {
    margin: 0;
    padding: 4px 0px 5px 15px;
}

.email {
    text-decoration: none;
    color: rgb(38, 121, 181);
}

.email:hover {
    opacity: 0.8
}

@font-face {
    font-family: FuturaLight;
    src: url("fonts/FuturaBT-Light.woff");
}

@font-face {
    font-family: FuturaBook;
    src: url("fonts/FuturaBT-Book.woff");
}