
body{
  font-family: 'Varela Round', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
  background: #fff;
  margin: 0;
  display: block;
}
.topbar{
  background-color: maroon;
  padding: 6px 24px;
}
.hide-in-mobile { display:none; }

a{ color:navy;}
code{ font-family: 'Roboto Mono', monospace;}

.banner {
  padding: 42px 16px;
  background: #b44646;
  color: #fff;
  text-align: center;
  font-family: 'Varela Round', sans-serif;
}
.banner-title {
  font-size: 38px;
  line-height: 48px;
  font-weight: 800;
  transition: .3s all;
}
.header {
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: center;
}

.logo{display:none}
.menu{display:none}
.code-block{
  font-size:12px;
  width:320px;
}
.table-block{
  font-size:12px;
  width:350px;
}

.menu-item {
  margin-right: 12px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: .2s all;
  position: relative;
}

.product-name {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
}

.features,
.qstart,
.feature-list,
.examples,
.api,
.footer {
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
}

.examples,
.qstart {
  background-color: #deb0b0;
}
.footer{
  background-color: #444;
  color:#ccc;
}


.footer-item{
  padding: 5px 16px;
}
.footer-item a{
  color:#ccc;
}

.feature-list{
  text-align: left;
}


.container{
  padding: 40px 64px;
  font-family: 'Varela Round', sans-serif;
}


.feature{
  display:flex;
  flex:1;
  max-width:320px;
  min-width:320px;
  margin:0 8px 24px 8px;
}

.feature-icon{
  min-width:64px;
  min-height:64px;
}

.feature-info{
  display:flex;
  flex-direction: column;
  margin-left:12px;
  text-align:left;
  font-size:16px;
}

.feature-info .feature-title{ font-size:18px;}
.feature-info .feature-descr{ font-size:14px;}

.screenshot{
  max-width:350px; 
  border-radius: 4px;
  height:auto; 
  width:auto
}

.shadow1 {
  box-shadow: 0 2px 2px rgba(0,0,0,0.25);
}
.shadow2{ 
 box-shadow: 0 2px 3px rgba(100,100,100,0.12), 0 2px 3px rgba(100,100,100,0.24);
  
}
.shadow3 {
  box-shadow: 0 12px 24px rgba(0,0,0,0.25), 0 6px 6px rgba(0,0,0,0.22);
}

.mono-bold{
  font-family:"Roboto Mono";
  font-weight:700;
  text-align: right;
}
.gray{
  color:#777;
}

.m-table {
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 0;
}
.attr-col{
  width:100px;
  text-align:right
}
.default-col{
  width:70px;
  text-align:left;
}

.m-table tr:first-child td, 
.m-table tr:first-child th {
  border-top: 0 none;
}

.m-table th {
  color: #565656;
  font-size: 12px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: normal;
  background-color: #fafafa;
  vertical-align: bottom;
  border-bottom: 1px solid #ccc;
}

.m-table td, 
.m-table th {
  padding: 4px 5px 4px;
  vertical-align: top;
  border-bottom:1px solid #eee;
}
.m-table th{
  border-bottom:1px solid #aaa;
}

@media only screen and (min-width: 768px){
  .header { justify-content:left }
  .menu   { display:inline-block; }
  .logo   { display:block; }
  .code-block{
    font-size:12px;
    width:650px;
  }
  .table-block{
    font-size:12px;
    width:650px;
  }
  .attr-col{ width:180px;}
  .default-col{ width:130px;}
  
  
  .menu-item {
    margin-left: 20px;
    margin-right: 0;
  }
  .banner {
    padding: 24px 32px;
  }    
  .features {
    padding: 80px 32px;
  }
  
  .features {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .demo {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .screenshot{
    max-width:750px;
  }
}

@media only screen and (min-width: 800px){
  .hide-in-mobile { display:block; }
  .menu { display:inline-block; }
  .logo { display:block; }
  .code-block{
    font-size:14px;
    width:730px;
  }
  .table-block{
    font-size:14px;
    width:730px;
  }
  .menu-item {
    margin-left: 24px;
    margin-right: 0;
  }
}

