/*Banner*/
/*.swiper-slide{opacity: 0.7;}*/

@font-face {
    font-family: 'Penguin';
    src: url('../fonts/penguin0.ttf');
    font-weight: normal;
    font-style: normal;
}

.rd-parallax-custom{    background-size: cover;  background-position: bottom center !important;}

.banner h1,h2{text-shadow: 2px 0px 0px #000, -1px 0px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000; font-family: 'Penguin', sans-serif;}
.banner h4{text-shadow: 1px 0px 0px #000, -1px 0px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000;}
.banner p{text-shadow: 2px 0px 0px #000, -1px 0px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000;}

/*Menu*/
.rd-navbar-static.rd-navbar_transparent {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%, transparent 100%) ;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%, transparent 100%) ;
    box-shadow: none;
}

/*Media queries*/

/*Menu*/
@media(max-width: 992px){
    #imgLogo{width: auto !important; height: 50px !important;}
}