@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:900');

.container{
    padding-left: 0px;
    padding-right: 0px;
}

.row{
    margin-left: 0px;
    margin-right: 0px;
}

.sticky-top{
    padding-left: 30px;
    padding-right: 30px;
}

.navbar-brand{
    font-family: 'Vidaloka', serif;
}

.navbar-light .navbar-toggler{
    border-color: transparent !important;
    background-color: white;
}

.navbar-default{
    transition:500ms ease;
    background-color: rgba(0,0,0,0) !important;
}

.navbar-default.scrolled{
    background:rgb(255, 255, 255) !important;
    -webkit-box-shadow: 0px 6px 19px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 6px 19px 0px rgba(0,0,0,0.47);
    box-shadow: 0px 6px 19px 0px rgba(0,0,0,0.47);
}

.navbar-brand{
    transition:500ms ease;
    color: white !important;
    font-size: 2rem !important;
    text-shadow: 2px 2px 2px #000000;
}

.navbar-brand.scrolled{
    color: rgba(0,0,0,0.9) !important;
    text-shadow: 2px 2px 2px #fff;
}

.nav-link{
    transition: all 0.5s ease;
    color: white !important;
    text-shadow: 2px 2px 2px #000000;
}

.nav-link.scrolled{
    color: rgba(0,0,0,0.9) !important;
    text-shadow: 2px 2px 2px #fff;
}

.active{
    font-weight: 900;
    /*font-weight: bolder;
    border: 1px solid white;*/
    font-family: 'Alegreya Sans SC', sans-serif;
}

.nav-item{
    text-transform: uppercase;
}



@media (max-width: 576px) { 
    .navbar-brand{
        font-size: 1.5rem !important;
    }
 }

 
@media (max-width: 450px) { 
    .navbar-brand{
        font-size: 1.1rem !important;
    }
 }