h1 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    background: linear-gradient(-45deg, #0071bc 20%, #ff00ff);
    background-clip: text;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
}

h4 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

.title {
    font-family: 'Lato', sans-serif;
    font-size: 42px;
}

.flex-even {
    flex: 1;
}

td span, .console {
    font-family: Consolas, 'Courier New', Courier, monospace;
    display: block;
    font-weight: 500;
}

.decorator, .jumbotron {
    background-image: linear-gradient(-45deg, #0071bc 20%, #ff00ff);
}

.jumbotron .media {
    background-image: linear-gradient(-60deg, rgba(255, 255, 255, 0.05) 33%, transparent 0%);
}

#navs {
    position: fixed;
    font-size: 16px;
    overflow-y: auto;
    height: 90%;
}

#navs .icon {
    width: 20px;
    margin-right: 12px;
}

.logo {
    max-width: 196px;
}

@media (max-width: 768px) {
    .logo {
       display: none;
    }
 }

.icon {
    max-width: 72px;
}

.small-icon {
    max-width: 20px;
    margin-right: 10px;
}

.menu-icon {
    width: 24px;
}

#accordionExample .btn:focus {
    box-shadow: none;
}

#accordionExample .badge {
    margin-right: 30px;
}

/* Code formatting. */
pre {
    margin: 20px 0px;
    padding: 0px 25px;
    color: #FFFFFF;
    background-color: #212121;
    font-size: 16px;
    font-family: Consolas, 'Courier New', Courier, monospace;
}

.code {
    background-color: #1E1E1E;
}

.comment-title {
    color: #D9D9D9;
    font-weight: bold;
}

.comment-header {
    color: #D9D9D9;
    font-weight: bold;
    text-decoration: underline;
}

.comment {
    color: #5A5A5A;
    font-style: italic;
}

.label {
    color: #ec407a;
    font-weight: bold;
    text-decoration: underline;
}

.dialog-metadata {
    color: #2196f3;
}

.dialog {
    color: #78909c;
}

.option {
    color: #ef5350;
}

.command {
    color: #66bb6a;
}

.goto {
    color: #9575cd;
}

.directive {
    color: #FFC91F;
}

.tag {
    color: #ff6e40;
}

.video {
    width: 100%;
    height: 50vw;
    max-width: 640px;
    max-height: 360px;
}
