


article {
    padding-top: 100px;
    /*	background-image: url(/images/noisy-texture.png); */
}
#tutorials h1, #tutorials h1 + h2 {
    margin: 10px 0;
}
menu { margin: 0; padding: 0; }

#tutorials h1,
#tutorials h2,
#tutorials h3 {
    color: #6a6767;
    font-family: 'Gill Sans', 'Gill Sans MT', SegoeUI, HelveticaNeue, sans-serif;
    font-weight: normal;
}
#tutorials {
    min-height: 500px;
    padding-bottom: 80px;
    max-width: 780px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
article {
    min-height: 800px !important;
    box-sizing: border-box;
}
article::after {
    content: '';
    display: block;
    clear: both;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    #documentation {
        padding: 40px 80px 80px;
        margin: 0px auto;
    }
    menu ul {
        padding-left: 10px;
    }
}
@media all and (min-width: 320px) and (max-width: 767px) {
    #documentation {
        padding-top: 60px;
    }
}
@media all and (device-width: 480px) {

    article > #tutorials {
        font-size: 22px;
        line-height: 32px;
        min-height: 500px;
        padding: 0 80px !important;
        margin: 0 80px !important;
        max-width: 567px !important;
    }
    nav {
        width: 100% !important;
    }
    html, body {
        width: 567px !important;
    }
    #documentation > #tutorials {
    }
    pre.prettyprint {
        font-size: 16px !important;
        word-wrap: break-word !important;
    }
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape){
    .contentPad{
        width: 220px
    }
}

@media all and (min-width: 1024px) {
    /*@media (orientation:landscape) and (min-device-height:1024px),       
    all and (min-width:1024px) {*/
    .slideout {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
    article, footer {
        padding-left: 320px;
    }
    #revealMenu {
        display: none;
    }
}



#tutorialsMenu,
#tutorialsMenu2 {
    color: #f4f2f0;
    background-color: #e2865c;
}