.navbar .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: bold;
  color: black;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  display: none;
}

.navbar .brand:hover {
  text-decoration: none;
  color: black;
}

#top-header {
  margin-top: 40px;
}

#header { 
  padding-top: 60px;
  padding-bottom: 60px;
  background: #024; /* url(../img/noise.png); */
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 20px rgba(0,68,204,.5);
}

#header h1 {
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Droid Sans Mono', 'Consolas', monospace;
  color: #036;
  text-align: center;
  font-size: 54px;
  font-weight: 900;
}

#jsoniq {
  color: white;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 10px rgba(255,255,255,.4); 
}

#iq {
  font-style: italic;   
}

.c-align {
  text-align: center;
}

.marketing h1 {
  margin: 20px 0 10px;
  font-size: 48px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
}

.marketing img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 150px;
  width: auto;
}

.marketing h2 {
  text-align: center;
  font-weight: 200;
  margin-bottom: 5px;
  color: #5A5A5A;
}

.marketing p {
  font-size: 16px;
  line-height: 1.5;
  color: #5A5A5A;
}

hr.soften {
  height: 1px;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
  background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
  background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
  border: 0;
}

.footer {
  padding: 70px 0;
  margin-top: 70px;
  border-top: 1px solid #E5E5E5;
  background-color: whiteSmoke;
}

.tip {
  background-color: #99C2FF;
  border-bottom-color: #E1E1E8;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-style: solid; 
  border-bottom-width: 1px;
  border-left-color: #E1E1E8;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #E1E1E8;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #E1E1E8;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-style: solid;
  border-top-width: 1px;
  color: #223F7A;
}

.book h2 {
  margin-top: 50px;
}

.example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  background-color: white;
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.example::after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: whiteSmoke;
  border: 1px solid #DDD;
  color: #9DA0A4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}

.example > h1 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
  font-weight: bold;
}

.sidebar .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1); 
}

.sidebar .active > a {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08C;
}

.sidebar .active .icon-chevron-right {
  display: none;
}

.sidenav {
  top: 80px;
}

.sidenav li a {
  padding: 10px;
}

.sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}

/* Landscape phones and down */
@media (max-width: 480px) {
  .navbar .brand {
    display: block;
    text-align: center;
  }
  #header {
    display: none;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #header {
    display: none;
  }

  .navbar .brand {
    display: block;
    text-align: center;
  }
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  #header {
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #header h1 {
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Droid Sans Mono', 'Consolas', monospace;
    color: #036;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
  }

  .navbar .brand {
    display: block;
    text-align: center;
  }
}
 
/* Large desktop */
@media (min-width: 1200px) {

  .sidenav {
    width: 250px;  
  }

  #header h1 {
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Droid Sans Mono', 'Consolas', monospace;
    color: #036;
    text-align: center;
    font-size: 60px;
    font-weight: 900;
  }
}
