/* Hide scrollbar for Chrome, Safari and Opera */ :root::-webkit-scrollbar { display: none; } /* Hide scrollbar for IE, Edge and Firefox */ :root { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } @font-face { font-family: Roboto Slab; src: url("../fonts/Roboto_Slab/RobotoSlab-VariableFont_wght.ttf"); } * { font-family: Roboto Slab; } a { text-decoration: none; color: black; } a:hover { cursor: pointer; } header { background-color: #235D70; z-index: 99999999; } .navbar { color: white; } .navbar-brand { color: white; margin-bottom: 0.2em; } .navbar-brand:hover { color: white; } .bottom-menu { background-color: #235D70; } .bottom-menu * { color: white; } .bottom-menu span { font-size: smaller; } #login-form { width: 50%; } @media screen and (max-width: 576px) { #login-form { width: 75%; } } .btn-primary { --bs-btn-bg: #235D70; --bs-btn-hover-bg: none; --bs-btn-hover-color: black; --bs-btn-border-color: #235D70; --bs-btn-hover-border-color: #235D70; --bs-btn-active-bg: #235D70; }