body,html { font-family: "Roboto", sans-serif; font-optical-sizing: auto; color: #000000; height: 100%; /* -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; */ } .navbar { transition: all 500ms; } .btn { transition: transform 200ms; } .content { min-height: 100%; } .paddingfromtop { padding-top: 84px; } .paddingfrombottom { padding-bottom: 84px; } .img-background { background-image: url("/assets/background.jpeg"); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; } .light-background { background-color: #ffffff; } .dark-background { background-color: #100d00; } .light-text { color: #ffffff; } .dark-text { color: #000000; } img { pointer-events: none; } p { font-weight: 400; } p strong { font-weight: 600; } a { font-family: 400; color: #4f4401; } .align-start-text { text-align: start; } .justify-text { text-align: justify; text-justify: inter-word; } .btn:hover { transform: scale(1.1); } nav.navbar.header { position: absolute; top: 0; left: 0; width: 100%; background-color: #fffff9; padding-left: 2%; padding-right: 2%; } nav.navbar.line-bottom { border-bottom: 1px solid #cccccc; } nav.navbar.header li.nav-item a.nav-link { color: #000000; font-weight: 400; } nav.navbar.header li.nav-item a.nav-link:hover { color: #4f4401; font-weight: 500; } nav.navbar.footer { background-color: #fdda0d; padding-left: 2%; padding-right: 2%; } nav.navbar.footer li.nav-item a.nav-link { color: #2f2900; font-weight: 400; } nav.navbar.footer li.nav-item a.nav-link:hover { color: #000000; font-weight: 500; } h1 { font-weight: 600; } h2 { font-weight: 600; } h2 a { font-weight: 600; color: #000000; } h5 { font-weight: 600; } h5 a { font-weight: 600; color: #000000; } table { border-collapse: collapse; width: 100%; } table td, table th { border: 1px solid #000000; padding: 8px; } table th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: #9d8605; color: white; }