@import url('bootstrap.min.css');

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-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    line-height: 1
}



ol li {
        color: #59000e;
	font-family: "Oswald";
	font-size:14px;
	list-style: none;
	margin:1px 0 7px 0px;
  padding: 3px 0;
}
ol li a {
    color: #595f6e;
    text-decoration: none;
}
ol li a:hover, a:focus, a:active {
    color: #1482A7;
    border-bottom:1px solid #81D4F9;
    text-decoration: none;
}

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
}
@font-face {
    font-family: 'Range Mono';
    src: url('../assets/fonts/range-mono-light-webfont.woff2') format('woff2'), url('../assets/fonts/range-mono-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Range Mono';
    src: url('../assets/fonts/range-mono-normal-webfont.woff2') format('woff2'), url('../assets/fonts/range-mono-normal-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Range Mono';
    src: url('../assets/fonts/range-mono-bold-webfont.woff2') format('woff2'), url('../assets/fonts/range-mono-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

html,
body {
    position: relative;
    width: 100%;
    font-family: 'Range Mono', Helvetica, sans-serif
}
section {
    position: relative;
    margin: 50px 0 0 0
}
section:after {
    content: '';
    display: table;
    clear: both
}
section#subsections+section {
    margin: 40px 0 0 0
}
section#footer {
    margin: 80px 0 80px 0
}
section article.halfsection {
    float: right;
    width: 50%;
    padding: 0 20px 00px 0
}
section article.subsection {
    float: left;
    width: 25%;
    padding: 0 20px 40px 0
}
@media (max-width: 1040px) {
    section {
        margin: 40px 0 0 0
    }
    section#subsections+section {
        margin: 20px 0 0 0
    }
    section#footer {
        margin: 40px 0 40px 0
    }
    section article.halfsection {
        padding: 0 20px 20px 0
    }
    section article.subsection {
        width: 33%;
        padding: 0 10px 40px 0
    }
}
@media (max-width: 640px) {
    article.subsection {
        width: 50% !important
    }
}
footer {
    position: relative;
    margin: 05px 0 80px 0;
    text-align: right
}
footer span {
    color: #bcbdc2;
    font-size: 0.7em;
    font-weight: 700
}
@media (max-width: 1040px) {
    footer {
        margin: 20px 0 40px 0
    }
}
.full-width {
    width: 100%
}
.body-width {
    width: 1040px;
    padding: 0 80px 0 80px
}
@media (max-width: 1040px) {
    .body-width {
        width: 100%;
        padding: 0 40px 0 30px
    }
}
h1 {
    color: #1482A7;
    font-weight: 400;
    margin: 0 0 10px 0
}
h2 {
    color: #1482A7;
    font-weight: 450;
    font-size: 1.1em;
    margin: 0 0 20px 0
}
p {
    color: #595f6e;
    font-size: 0.8em;
    font-weight: 300;
    line-height: 1.5em
}
p a {
    color: #1482A7;
    font-weight: 700;
    text-decoration: none
}
@media (max-width: 1040px) {
    p {
        font-size: 0.7em
    }
}
ul li {
    margin: 12px 0 0 0
}
ul li a {
    color: #595f6e;
    font-size: 0.8em;
    font-weight: 300;
    text-decoration: none
}
@media (max-width: 1040px) {
    ul li {
        margin: 8px 0 0 0
    }
    ul li a {
        font-size: 0.7em
	text-decoration: none
    }
}
#stream {
    display: block;
    position: relative;
    width: 100%;
    height: 80px
}

pre {
	font-family: "Droid Sans Mono";
	font-size: 12px;
	line-height:1.4em;
	color:#ECEFF1;
}
