
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    background-color: #272A2C;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


body {
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, sans-serif; /* the google font */
    font-size: medium;
    background-color: #272A2C;
    color: #e1e1e1;
    font-weight: 250;
}

.navbar {
    font-size: large;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /*background-color: rgb(96, 96, 96);*/
    color: #e1e1e1;
    padding: 6px 20px;
    font-weight: 250;
    border-bottom: #777777 solid 1px;
}

.navbar .logo {
    flex-grow: 1;
    text-align: center;
    font-size: 130%;
    font-weight: 250;
}


.s2042 span:nth-child(1) { color: #FF8942; }
.s2042 span:nth-child(2) { color: #E8629E; }
.s2042 span:nth-child(3) { color: #087F8C; }
.s2042 span:nth-child(4) { color: #88B4E9; }

.navbar a {
    color: #bebebe;
    /*text-decoration: none;*/
    padding: 10px;
    text-decoration: underline;
}

.navbar a:hover {
    color: red; /* Color on hover */
}

.navbar .left {
    text-align: left;
}

.navbar .right {
    text-align: right;
}

#heading {
    font-size: 170%;
    font-weight: 250;
}



.linked {
    color: #bebebe;
    text-decoration: underline;
}

.linked:hover {
    color: red; /* Color on hover */
}