html {
    scroll-behavior: smooth;
}
a{
    text-decoration: none !important ;
}
body {
    margin: 0;
    padding: 0;
}
.navbar {
    font-weight: bold;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: #ffffff70;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    padding-top: 20px;
    padding-bottom: 20px;
}
#nav-adjust{
    height: 80px;
}
img{
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

@media only screen and (max-width: 992px){

}
@media only screen and (max-width: 767px){

}
@media only screen and (max-width: 576px){

}