body {
    background: #1c1d26;
    counter-reset: h2counter;
}

.spotlight .content {
    background: rgba(23, 24, 32, 0.95);
}

#wakelet_link {
    font-weight: bold;
    font-family: monospace;
}

img.wakelet_link {
    height: 0.6em;
    width: auto;
}

body, input, select, textarea {
    color: rgba(255, 255, 255);
    font-weight: 300;
    letter-spacing: 1px;
}

strong, b {
    font-weight: 900;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    letter-spacing: 1px;
}

h2 {
    font-size: 1.5em;
}

h2.counted {
	counter-reset: h3counter;
}

h2.counted:before {
	content: counter(h2counter) ".\0000a0\0000a0";
	counter-increment: h2counter;
	counter-reset: h3counter;
}

h3 {
    font-size: 1.3em;
}

h3.counted:before {
	content: counter(h2counter) "." counter(h3counter) ".\0000a0\0000a0";
	counter-increment: h3counter;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1.0em;
}

tt {
    font-weight: bold;
    font-family: monospace;
}

.sup {
    vertical-align: super;
    font-size: small;
}

code.optional {
    background-color: #3d98d5;
}

code.node_by_node {
    background-color: bisque;
    color: black;
}

code.on_support_computer {
    background-color: green;
}

code.pen_and_paper {
    background-color: orange;
    color: black;
}

code.milestone {
    background-color:darksalmon;
    color: black;
}

code.head_node {
    background-color:aqua;
    color: black; 
}

code.worker_node {
    background-color: darkorchid;
}

a {
    font-weight: 400;
    color: #046caf;
    border-bottom: none;
    text-decoration: underline;
}

a.nocolor, a.nocolor:hover {
    color: inherit;
}

.nodecor {
    text-decoration: none;
}

.fl-menu {
    margin-right: 1em !important;
}

.fl-lightest-bg {
    background: #2489cb;
}

.fl-light-bg {
    background: #046caf;
}

.fl-teaser-box {
    height: 100vh;
    position: relative;
}

.fl-teaser-box .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);	  
}

nav a {
    letter-spacing: normal !important;
    border-bottom: none;
    text-decoration: none;
}

#navPanel a {
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}

nav ul li a span {
    display: none !important;
}

#banner .content .image {
    border-radius: 3%;
    margin-left: 1em;
    padding: 0;
    height: 14em;
    width: 14em;
}

#banner .content .image img {
    border-radius: 3%;
}

#one {
    height: 100vh;
}

#one .content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);	  
}

#one .content .goto-next {
    height: 100%;
    bottom: calc(-50vh + 2.5em);
}

#two {
    background: rgba(0, 0, 0, .65) url("/Final-Labs-Images/fluid-intelligence.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: padding-box;
    background-position: center;
    background-blend-mode: darken;
    height: 100vh;
    margin: auto 0 auto 0;
}

#two .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);	  
}

#three {
    height: 100vh;
    position: relative;
}

#three .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);	  
}

#two header, #three header {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);	  
}

#footer {
    padding: 1em 0 4em 0;
}

#footer ul li {
    margin: 0.5em 0em;
}

.title a {
    text-decoration: none;
    font-weight: 900;
}

.cc-window.cc-floating {
    padding: 1em !important;
    font-size: small !important;
    border-radius: 1em !important;
    letter-spacing: normal !important;
    text-align: center;
}

.cc-floating .cc-message {
    margin-bottom: 0em !important;
}

.cc-deny, .cc-allow {
    text-decoration: none !important;
}

@media screen and (max-width: 736px) {

    .fl-teaser-box {
        width: 95%;
        margin: auto;
    }

    .fl-teaser-box .content {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0, -50%);	  
        text-align: center;
    }

    a {
        color: #3d98d5;
    }

    #one {
        width: 95%;
        margin: auto;
    }

    #one .content {
        position: relative;
        top: 50%;
        left: 0%;
        transform: translate(0, -50%);	  
        text-align: center;
    }

    #two {
        width: 100%;
        margin: auto;
    }

    #two .content {
        position: relative;
        top: 50%;
        left: 0%;
        transform: translate(0, -50%);	  
        text-align: center;
    }
    
    #three {
        width: 95%;
        margin: auto;
    }

    #three .content {
        position: relative;
        top: 50%;
        left: 0%;
        transform: translate(0, -50%);	  
        text-align: center;
    }

    #two header, #three header {
        position: relative;
        top: 50%;
        transform: translate(0, -50%);	  
    }

}