/* Reset: use border-box sizing for layouts. */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    font-size: 110%;
    color: white;
    background-color: #111;
    line-height: 1.4;
}
h1, h2{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
h2 {
    font-family: 'Lato', sans-serif;
    margin: 1.5em 0px 0.5em;
    line-height: 125%;
    font-weight: 500;
}
h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
#menu h1 {
    font-family: Lato, sans-serif;
    margin-top: 26px;
    margin-right: 45px;
    font-weight: 300;
    font-size: 1.7em;
    float: right;
    text-transform: uppercase
}
#menu {
    z-index: 9999;
    background: none repeat scroll 0% 0% #1a1a1e !important;
    width: 100%;
    position: fixed;
    height: 100px;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid gold;
}

#menu .link {
  color: #FFF;
    text-decoration: none;
}
#menu a:hover {
  color: #FFF;
    text-decoration: none;
}

section {
    width: 1170px;
    margin: 0px auto;
    clear: both;
    position: relative;
}
section p {
    margin-top: 1.5em;
}
footer {
    clear: both;
    float:right;
    width: 100%;
    margin-top: 6em;
    padding-top: 4em;
    padding-bottom: 4em;
    font-size: 80%;
    font-weight: 300;
    color: #ddd;
    background-color: #1A1A1E;
}
a {
    color: #ddd;
    text-decoration: none;
}
ul {
    list-style: outside none none;
}
.menuPadding {
    height: 105px;
    width: 100%;
    background-color: #000;
}
.red {
    border-right: 6px solid #a00;
    border-left: 2px solid #a00;
}
.gold {
    border-right: 1px solid gold;
    border-left: 6px solid gold;
    font-family: Lato;
}

.pullquote {
    clear: both;
    max-width: 600px;
    position: relative;
    background: none repeat scroll 0% 0% #111;

    font-weight: 300;
    font-size: 24px;
    font-style: normal;
    line-height: 27px;
    padding: 2px 20px;
    width: 400px;
    margin: 4em 10px;
    text-transform: uppercase;
}
.attribution {
    display: block;
    margin-top: 20px;
    font-weight: 500;
}
.description
{
    font-size: 12px;
    color:#bbb;
    float:right;
}
.LHS {
    width: 40%;
    float: left;
}
.content {
    width: 40%;
    float: left;
}
.RHS {
    width: 20%;
    float: left;
}
#application{
    width: 100%;
    clear: both;
    position: relative;
}
#application.stats{
    padding-left:20px;
}
#canvas{
    width: 1170px;
    height: 750px;
    margin: 0px auto;
}

#canvas.short{
    height: 400px;
}

#canvas.medium{
    height: 520px;
}

/* Responsive Nav */
*, *::before, *::after {
    box-sizing: border-box;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}



a, a:hover {
  color: gold;
  text-decoration: none;
}




/* Basic Styles */
body {
    /*background-color: #ece8e5;
    font-size: 110%;*/
}
nav h1 {
    font-family: Lato, sans-serif;
    margin-top: 26px;
    margin-right: 45px;
    font-weight: 300;
    float: right;
    text-transform: uppercase;
}
nav {
    z-index: 9999;
    background: none repeat scroll 0% 0% #1a1a1e !important;
    width: 100%;
    position: fixed;
    height: 100px;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid gold;
}

nav ul {
    padding: 0;
    margin: 0 auto;
    height: 40px;
    float: left;
    font-family: Lato;
    font-weight: 300;
    font-size: 120%;
}
nav li {
    display: inline;
    float: left;
    padding-left: 20px;
    margin: 30px 10px 10px 20px;
    font-weight: 300;
}
nav a {
    color: #ddd;
    display: inline-block;

    text-align: center;
    text-decoration: none;
    line-height: 40px;
}
nav a:hover {
    color: #fff;
    text-decoration: none;
}
nav li a {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

@media screen and (max-width: 1200px) {
    nav ul {
        font-size:100%;
    }
}

@media screen and (max-width: 960px) {
    #subtitle{
        display: inline-block;
    }
    nav {
        height: auto;
        min-height:100px;
    }
    nav ul {
        width: 100%;
        display: none;
        height: auto;
        background-color: #1a1a1e;
        padding-left: 20px;
    }
    nav li {
        display: block;
        float: none;
        width: 100%;
        margin: 25px 0px 25px 20px;
        padding-top: 5px;
        padding-left: 40px;
        font-size:120%;
    }
    nav a#pull {
        display: block;
        background-color: #283744;
        width: 100%;
        position: relative;
    }
    nav a#pull:after {
        content:"";
        background: url('http://visualised.io/img/nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        left: 15px;
        top: 40px;
    }
}


@media screen and (max-width: 600px) {
    #subtitle{
        display: none;
    }

}

@media screen and (max-width: 480px) {
    nav {
        border-bottom: 0;
        background: none repeat scroll 0% 0% #1a1a1e !important;
    }
}

.label{
    font-size:10px;
}
svg {
    font: 12px Lato;
}

.display {
    font: 16px Lato;
}

#csv{
    margin-top:0px;
    padding:5px;
    min-height:50px;
    background:#333;
}