/* Site-specific CSS */
body{margin: 0}
body.home > .container{
 margin-top: 20px;
}
nav{
  height: 133px;
  background-color: white;
  line-height: 1;
}
.logo{
  font-family: Courier, Courier New, monospace;
}
nav .logo{
  margin-top: 40px;
  display: block;
  font-size: 100px;
  color: #333;
}
nav .items{
  margin: 100px 0 0 280px;
}
nav .items a{
  display: inline-block;
  margin: 0 2em 0 0;
  font-size: 16px;
  font-weight: 100;
  color: #555;
  text-transform: uppercase;
}
nav a.btn{
  color: white;
  background-color: #333;
  border: 1px solid #555;
  font-size: 20px;
  padding: 4px 8px 0px;
  margin-right: 6px;
}
/* Homepage slides */
.slides{
  position: absolute;
  top: 133px;
  left: 0;
  line-height: 1;
  z-index: 1;
  width: 100%;
  height: calc(width * .3);
}
.slides .demo-code{
  position: absolute;
  z-index: 20;
  top: 50px;
  left: 0;
  min-width: 10%;
  color: black;
  background-color: rgba(255,255,255,0.7);
  border: 1px solid rgba(0,0,0,.4);
  border-radius: 0 8px 8px 0;
}
.slides .slide{
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  z-index: 15;
  width: 100%;
}
.slides .slide > img{
  width: 100%;
}
.slides .caption{
  font-family: Courier, Courier New, monospace;
  position: absolute;
  top: 10%;
  left: 20px;
  right: 30px;
  text-align: right;
  color: rgba(255,255,255,.9);
  font-size: 70px;
  font-weight: bolder;
  z-index: 25;
  text-shadow: rgba(0, 0, 0, 0.7) 0px 2px 3px;
}

code{
  font-family: Courier, Courier New, monospace;
}
body{
  font-family: Helvetica, Arial, Sans-serif;
  background-color: #e8e8e8;
}
h1{
  margin-top: 40px;
  font-size: 44px;
  font-weight: bolder;
  text-transform: uppercase;
}
.container{
  margin-bottom: 10px;
}
nav a.usr{
  border: 1px solid #999;
  color: #eee;
  display: block;
  margin: 0 4px;
  padding: 4px 8px 2px;
  border-radius: 3px;
}
nav a:hover{
  color: #111;
}
footer{
  height: 212px;
  margin-top: 40px;
  font-size: 15px;
  line-height: 24px;
  background-color: #292929;
  color: white;
  font-weight: lighter;
}
footer div{
  color: white;
  vertical-align: middle;
}
footer .logo{
  display: block;
  font-size: 80px;
  color: #ddd;
  line-height: 1.2;
}
footer .contact{
  margin-top: 20px;
}
footer .copyright{
  font-size: 10px;
  opacity: .5;
}
footer a{
  text-decoration: none;
  color: white;
}
footer a:hover{
  text-decoration: underline;
  color: white;
}
a.edit-icon{
  color: #999;
}
a.edit-icon:hover{
  color: #333;
}
.doc-menu a{
  display: block;
  padding: 10px;
  border-bottom: 1px solid #fff;
}
.doc-menu a:hover, .doc-menu a.on{
  background-color: white;
}
.clear{
  clear: both;
}
/* Phones */
@media all and (max-width: 459px) {
  nav{ height: 60px; }
  nav .items{ margin: 2px 0 0 140px; }
  nav .items a{ font-size: 10px; margin-right: 1em; }
  nav .logo{ margin-top: 12px; width: 126px; height: 40px; }
  h1{ margin-top: 40px; font-size: 24px; }
  footer .logo{ width: 116px; height: 40px; margin-top: 21px; }
  footer .copyright{ font-size: 6px; }
  footer{ height: 282px; font-size: 11px;}
}
@media all and (min-width: 460px) and (max-width: 539px) {
  nav{ height: 80px; }
  nav .items{ margin: 12px 0 0 210px; }
  nav .items a{ font-size: 12px; margin-right: 1em; }
  nav .logo{ margin-top: 15px; width: 189px; height: 60px; }
  .slide-panel .callout{ top: 229px; width: 140px; height: 164px; font-size: 20px; }
  h1{ margin-top: 40px; font-size: 24px; }
  footer .logo{ width: 116px; height: 40px; margin-top: 21px; }
  footer .copyright{ font-size: 6px; }
  footer{ height: 282px; font-size: 11px;}
}
@media all and (min-width: 540px) and (max-width: 749px) {
  nav{ height: 100px; }
  nav .items{ margin: 50px 0 0 240px; }
  nav .items a{ font-size: 13px; margin-right: 1em; }
  nav .logo{ margin-top: 30px; width: 200px; height: 63px; }
  footer .logo{ width: 139px; height: 48px; margin-top: 21px; }
  footer .copyright{ font-size: 6px; }
}
/* Tablet */
@media all and (min-width: 750px) and (max-width: 991px) {
  nav .items{ margin: 100px 0 0 270px; }
  nav .items a{ font-size: 13px; margin-right: 1em; }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/* Large desktops and up */
@media all and (min-width: 1200px) {
}
