html, body {margin:0px;padding:0px;max-height:100vh;}
body{font-family: 'Roboto Slab', serif;font-size:16px; background-attachment:fixed;background-repeat: repeat;}

a {text-decoration:none;}
a:hover {color:#FFF;}
.an1{-webkit-animation: pulse2 1s;-moz-animation: pulse2 1s;-ms-animation: pulse2 1s;animation: pulse2 1s;}
.anim1{animation: anim3 2s infinite;}
@keyframes anim3{0% {bottom:0px;} 50%{bottom:10px;} 100% {bottom:1px;}}

.bgc0{background-color: #000;}
.bgc1{background-color: #FFF;}
.bgc2{background-color: #7d164b;}
.bgc3{background-color:#00ffea;}

.brd0{border:1px solid #000;}
.brd1{border:1px solid #FFF;}
.brd2{border:1px solid #7d164b;}
.brd3{border:1px solid #00ffea;}

.bs{box-shadow: 0px 0px 6px 0px rgb(192, 223, 38);}

.clr0{color:#000;}
.clr1{color:#FFF;}
.clr2{color:#7d164b;}
.clr3{color:#00ffea;}
.clr6{color:#F00F00;}

.cur{cursor:pointer;}

.dspno{display:none;}

.hov1:hover{background-color:#7d164b; color:#00ffea;}

.max-vh-95{max-height:95vh;}
.max-vh-100{max-height:100vh;}

.max-vw-95{max-width: 95vw;}
.max-vw-100{max-width: 100vw;}
#menu {display:none;}

#nav {color:#FFF;height: 41px;width: 54px;display: block;padding-top: 8px;padding-left: 25px;list-style: none;margin: 0px;}

#modal_form, #chat_form, #modal_bot{border:1px solid #000;opacity:0;z-index:2001;transform:translate(-50%, -50%);top:50%; left:50%;}
#overlay, #teni{z-index:2000;opacity:0.8;filter:alpha(opacity=80);top:0;left:0;}

.pralax1{transform: translateZ(-999px)}

.translatex{transform: translateX(-35%);}

.vh-8-1{height:8.1vh;}
.vh-15{height:15vh;}
.vh-70{height:70vh;}
.vh-83-8{height:83.8vh;}

.zind1{z-index:1;}
.zind2{z-index:2;}
.zind100{z-index:100;}
