@font-face {
    font-family: gandh;
	src: url('../pkgs/font/Quicksand-Bold.otf');
}
@font-face {
    font-family: mikafont;
    src: url('../pkgs/font/typo.ttf')
}
@font-face {
    font-family: Future;
    src: url('../pkgs/font/Futura.woff');
}
.mikafont {
	font-family: Future !important;
}
.w3-animate-fading{-webkit-animation:fading 10s infinite;animation:fading 10s infinite}
@-webkit-keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{-webkit-animation:opac 4s;animation:opac 4s}
@-webkit-keyframes opac{from{opacity:0} to{opacity:1}}
@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;-webkit-animation:animatetop 1.4s;animation:animatetop 1.4s}
@-webkit-keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;-webkit-animation:animateleft 1.4s;animation:animateleft 1.4s}
@-webkit-keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;-webkit-animation:animateright 2.4s;animation:animateright 2.4s}
@-webkit-keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;-webkit-animation:animatebottom 2.4s;animation:animatebottom 2.4s}
@-webkit-keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}}
@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {-webkit-animation:animatezoom 0.6s;animation:animatezoom 0.6s}
@-webkit-keyframes animatezoom{from{-webkit-transform:scale(0)} to{-webkit-transform:scale(1)}}
@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-bottomone{position:relative;-webkit-animation:animatebottomone 1.4s;animation:animatebottomone 1.4s}
@-webkit-keyframes animatebottomone{from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}}
@keyframes animatebottomone{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-bottomtwo{position:relative;-webkit-animation:animatebottomtwo 2.4s;animation:animatebottomtwo 2.4s}
@-webkit-keyframes animatebottomtwo{from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}}
@keyframes animatebottomtwo{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}