
/* FOR LOGO  */
@font-face {
    font-family: 'great_vibesregular';
    src: url('/fonts/logo/greatvibes-regular-webfont.woff2') format('woff2'),
         url('/fonts/logo/greatvibes-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* Background image  */
.wrapper::before {
    content:"";
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-image: url(../media/bg.jpg);
    background-size:cover;
    z-index:-1;
    filter: brightness(80%) blur(2px);
}
/* dont show the float container dark lightmode switch */
.float-container{
    display: none;
}

/* hover color of menu */
.navigation .navigation-list .navigation-item a:hover, .navigation .navigation-list .navigation-item span
{
    color:brown;
}
@media only screen and (max-width: 600) {
#logo{
    position:absolute;
    
    top:10px;
    left: 20px;
    z-index: -1;
    width: 30px;
    height: 10px;
}
}



a.navigation-title{
    position: relative;
    font-family: 'great_vibesregular' !important;
    /* color: red !important; */
    text-transform: None !important;
    font-size: 1em !important;

}
a.navigation-title:hover{
    color:black !important;
}


.fullpage {
    display: block;
    width: 200px;
    height: 50vh;
}

.navigation{
    position: fixed;
}