
/* NAVIGATON BAR */
        
.navbar {
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;

}

#nava-hehe {
  margin-top: -14px;
    font-size: 30px;
    font-weight: 1000;
}

#nava{
    margin: 10px 10px;
    font-size: 18px;
}

#nava:hover {
    color: #E5050F;
}

#buttonnav {
    margin: 21px 10px;
    color: #FFF;
    text-align: center;
    border-radius: 100px;
    padding: 5px 30px;
    background-color: #E5050F;
}

#buttonnav:hover {
    background-color: #000;
}

@media screen and (max-width: 767px) {
    #buttonnav {
    text-align: center;
    border-radius: 100px;
    padding: 5px 30px;
    width: 36%;
    margin-left: 5%;
    }
    #nava-hehe {
  
    font-size: 30px;
    font-weight: 1000;
        width: 80%;
    margin-top: -16px;
}

}


/* BACK TO TOP */

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 10px;
    background-color: #000;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #E5050F;
    color: #FFF;
}






.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(./media/pageloader.gif) center no-repeat #fff;
}
