/* ---- reset ---- */

#sidebar{
    cursor: default;
}

canvas {
    display: block;
    vertical-align: bottom;
}

.footer img{
    max-width: 100%;
    position: absolute;
    top: -60px;
    left: 30px;
    opacity: 0.01;
}

.container li {
    font-weight: 500;
}
.container p {
    font-weight: 500;
}

.main-header{
    z-index: 999;
}

.hamburger{
    z-index: 9999;
}
/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: gray;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    top: 0;
}

/* ---- stats.js ---- */

.count-particles{
    background: #000022;
    position: absolute;
    /*top: 48px;*/
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles{
    font-size: 1.1em;
}

#stats,
.count-particles{
    -webkit-user-select: none;
}

#stats{
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles{
    border-radius: 0 0 3px 3px;
}

.techno_1{
    width:100%;
    height:100vh;
    text-align: center;
    /*max-height: 700px;*/
    padding-bottom:450px;
    padding-top:350px;
}

.techno_1 h1{
    font-size: 4em;
    margin: .67em 0;
    text-align: center;
    /*line-height: 0px;*/
    color:white;
    text-shadow: 2px 2px #5a5959;


}

.techno_1 h3{
    font-size: 40px;
    text-align: center;
    /*line-height: 0px;*/
    color:white;
    text-shadow: 2px 2px #5a5959;
    line-height:0px;
    /*padding-bottom:200px;*/

}

.techno_2{
    padding-left:15px;
    padding-right:15px;
    padding-top:150px;
    padding-bottom:150px;

    width:100%;
    height:100%;
    background-color: white;
    text-align: center;
    z-index: 998;
}

h5{
    font-size: 15px;
    padding-left: 15px;
}



@media only screen and (max-width: 959px) {


#particles-js{
    position: fixed;
}

.footer img{
    padding-left: 20px;
}

.techno_1{
    padding-top: 200px;
}

.techno_2 {
    padding-top: 100px;
}

    .close{
        top: 15px !important;
        left: 15px !important;
    }

    #hidden-lista{
        display: none;
    }


}
