/**
 * Reset some basic elements
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 300 16px/1.5 "neue-haas-unica", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure,
.highlight {
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5 {
  color: #424242;
  font-family: omnium, sans-serif;
  letter-spacing: normal;
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul,
ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

/**
 * Links
 */
a {
  color: #66cce8;
  text-decoration: none;
}
a:hover {
  color: #23b6de;
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #424242;
  border-left: 4px solid #a8a8a8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon > svg path {
  fill: #424242;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
body {
  overflow-x: hidden;
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 50px;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -16rem;
  -webkit-transition: margin 0.25s ease-out;
  -moz-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
}

#sidebar-wrapper .sidebar-heading-big {
  padding: 0.875rem 1.25rem;
  font-size: 1.5rem;
  font-family: omnium, sans-serif;
}

.sidebar-heading-big img {
  max-width: 50px;
}

.sidebar-heading-big a {
  color: #111;
}

.sidebar-heading-big a:hover {
  text-decoration: none;
  color: #111;
}

a.sidebar-item:focus,
a.sidebar-item:hover {
  background-color: rgba(239, 142, 177, 0.7) !important;
}

#sidebar-wrapper .sidebar-heading {
  padding: 2rem 1.25rem 0.3rem 1.25rem;
  font-size: 1rem;
  text-transform: uppercase;
  color: grey;
  font-family: omnium, sans-serif;
}

#sidebar-wrapper .list-group {
  width: 16rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }
  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }
  #wrapper.toggled #sidebar-wrapper {
    margin-left: -16rem;
  }
}
::selection {
  background-color: #cce3a7;
}

.badge-dark-grey {
  border: solid 1.5px #495057;
}

h1 {
  padding-top: 20px;
}

h2 {
  margin-top: 50px;
}

h3 {
  text-transform: uppercase;
  color: gray;
  font-size: 1.3rem;
  margin-top: 50px;
}

.container {
  margin-bottom: 150px;
}

.navbar-nav {
  margin-left: 0;
}

.page-content ul li {
  margin-bottom: 15px;
}

.btn-brand {
  color: #66cce8 !important;
  border-color: #66cce8;
  background-color: rgba(0, 0, 0, 0);
}
.btn-brand:hover {
  background-color: #66cce8;
  color: white !important;
}

.suggest-edits {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.page-title i {
  font-size: 1.8rem;
}

.page-title-bar {
  font-family: omnium, sans-serif;
}

.lab-toc {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.lab-toc h4 {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  padding-top: 15px;
  margin-bottom: 0px;
}
.lab-toc ul {
  margin-left: 15px;
}
.lab-toc li {
  display: block;
  font-size: 14px;
  margin-bottom: 0px !important;
}
.lab-toc a {
  text-decoration: none;
}

.card-seperator {
  display: none;
}
@media (max-width: 1000px) {
  .card-seperator {
    display: block;
  }
}

.home-cards .col {
  margin-bottom: 30px;
}

.home-card {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.firstcharacter {
  color: #66cce8;
  float: left;
  font-family: omnium, sans-serif;
  font-size: 75px;
  line-height: 60px;
  padding-top: 0px;
  padding-right: 8px;
  padding-left: 3px;
}

table {
  margin: 20px;
}

td,
th {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

th {
  min-width: 150px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #cb8ebe;
  color: black;
  text-transform: uppercase;
  font-size: 1rem;
}

table .section {
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
  text-transform: uppercase;
  color: gray;
  font-size: 1rem;
}

.home-nav-bg {
  border-bottom: 0px !important;
}

.home-image {
  background: url(../images/background.svg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home-icon {
  margin: 0 auto;
  margin-top: 20px;
  width: 150px;
  height: 150px;
}

.card {
  border: 1px solid #603a19;
}

.card-body {
  padding: 0.25rem 1.25rem;
}

.file-icon {
  width: 50px;
  margin: 20px 20px;
}

.protocol-icon {
  background: url("../images/protocol-icon.svg") no-repeat center center;
}

.reliability-icon {
  background: url("../images/reliability-icon.svg") no-repeat center center;
}

.security-icon {
  background: url("../images/security-icon.svg") no-repeat center center;
}

.privacy-icon {
  background: url("../images/privacy-icon.svg") no-repeat center center;
}

.mac-icon {
  background: url("../images/mac-icon.svg") no-repeat center center;
}

.almost-hide {
  margin-top: 200px;
}
.almost-hide span {
  color: rgba(0, 0, 0, 0);
}
.almost-hide ::selection {
  color: rgba(0, 0, 0, 0.1);
}

.thanks {
  position: fixed;
  bottom: 0;
  right: 10px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
}
.thanks a {
  opacity: 0.3;
}

.card-deck .card {
  min-width: 220px;
  background-color: rgba(203, 142, 190, 0.5);
}

.lab .fa-github {
  font-size: 1.3rem;
}

/*# sourceMappingURL=main.css.map */