body,
section {
  padding: 50px 0;
  font-size: 16px;
  line-height: 1.5;
}
body {
    background: #F3F3F3;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
a {
    color: #009ebb;
}
a:hover,
a:focus {
    color: #0089a1;
}
h1 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
}
h2 {
    font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #052326;
}
h3 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
    color: #052326;
}
.btn-primary {
    background: #FF7400;
    border: 0;
}
.btn-primary:hover,
.btn-primary:focus {
    background: #d76200;
}

.btn-pub {
    background: #21AFED;
    color: #FFF;
    border: 0;
}
.btn-pub:hover,
.btn-pub:focus {
    color: #FFF;
    background: #9f9f9f;
}


.navbar-inverse {
    /*background: #052326;*/
    /*background: #021113;*/
    background: #000000;
    border: 0;
}
.navbar-header .navbar-brand {
    color: #FFF;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
}
.navbar-brand .logo {
    margin-top: -5px;
}
.navbar-collapse {
    float: right;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    /*background: #020c0d;*/
    /*background: #052326;*/
    /*background: #dd3a3a;*/
    background: #c63434;
    border: 0px solid;
    /*border-bottom-left-radius: 1em;*/
    /*border-bottom-right-radius: 1em;*/
}

#about {
    background: #009ebb;
    color: #fff;
}
#about h2,
#about a {
    color: #FFF;
}
.about-download {
    min-height: 300px;
    padding-top: 130px;
    /*padding-top: 80px;*/
    text-align: center;
    /*background: transparent url(../img/graphlets-sensemaking-spotting-stars-4.png) no-repeat center center;*/
    background: transparent url(../img/graphlets-sensemaking-spotting-stars-2-trans2.png) no-repeat center center;
    background-size: contain;
}
.about-download .github {
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.about-download .github:hover {
    text-decoration: none;
    border-bottom: 1px solid #FFF;
}



#examples {
    background: #3a4243;
    color: #FFF;
}
.examples {
    list-style: none;
    padding: 0;
}
.examples li {
    padding: 0;
    margin: 0;
}
.examples .btn {
    display: block;
    background: #052326;
    margin: 1em;
}
.examples .btn:hover {
    background: #020c0d;
}

#download h2, #download h1, #download h3, #download a,
#examples h2,
#examples a {
    color: #FFF;
}
#examples .more {
    border-bottom: 1px solid rgba(255,255,255,.5);
}
#examples .more:hover {
    text-decoration: none;
    border-bottom: 1px solid #FFF;
}
#examples .row {
    margin-top: 2em;
    margin-bottom: 2em;
}
.example {
    margin-bottom: 2em;
}
.example img {
    display: block;
    width: 100%;
}

/*#support {
    background: #F3F3F3;
    background-size: cover;
}*/

/*#download {
    background: #FFF;
    text-align: center;
}*/

/*#download {
    background: #FFF;
    text-align: center;
}*/


#download {
    /*background: #3a4243;*/
    background: #282e2e;
    color: #FFF;
    /*text-align: center;*/
}


#publications {
    background: #eee;
}

/*#download {
    background: #d6d6d6;
    color: #FFF;
    text-align: center;
}*/


/*#further {
    background: #2f2f2f;
    color: #FFF;
}*/


#graphlet-vis {
    /*background: #000;*/
    background: #191919;
    color: #FFF;
}

#graphlet-vis img {
    display: block;
    width: 100%;
}

#graphlet-vis h2,
#graphlet-vis a {
    color: #FFF;
}











/* CANVAS INTERACTIVE LOGO */
canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: none;
  padding:2px;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
}

#c {
    display: inline;
    position:absolute; 
    top:0;
    left:0;
    padding-top:30px;
}

#logo{
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  color: #333;
  font-size: 50px;
  padding-top: 23px;
  padding-bottom: 30px;
  display: inline-block;
  padding-left: 10px;
  margin-left: 70px;
  letter-spacing:4px;
}

#catchphrase{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #333;
  font-size: 2.5rem;
  padding-top: 10px;
  padding-bottom: 15px;
  display: inline-block;
}


#beta{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #999;
  font-size: 15px;
  position: relative;
  float: right;
  letter-spacing:0px;
}