@font-face {    font-family: 'Akira Expanded';    src: url('../fonts/AkiraExpanded-SuperBold.woff2') format('woff2'),        url('../fonts/AkiraExpanded-SuperBold.woff') format('woff');    font-weight: bold;    font-style: normal;    font-display: swap;}@font-face {    font-family: 'Don Graffiti';    src: url('../fonts/DonGraffitiRegular.woff2') format('woff2'),        url('../fonts/DonGraffitiRegular.woff') format('woff');    font-weight: normal;    font-style: normal;    font-display: swap;}@font-face {    font-family: 'Modius';    src: url('../fonts/Morgant-Regular.woff2') format('woff2'),        url('../fonts/Morgant-Regular.woff') format('woff');    font-weight: normal;    font-style: normal;    font-display: swap;}html,body {  height: 100%;  margin: 0;  padding: 0;  font-family: 'Modius';  font-size: 0.9rem;}a:hover,a,h3:hover,button h3:hover {  text-decoration: none;}.wrap-login {  width: 100%;  min-width: 450px;  border-radius: 10px;  overflow: hidden;  padding: 40px;  background-color: rgba(0, 0, 0, 0.8);}.wrap-login p { color:#fff;}.title {  margin: 20px auto;  color: #FCEE21;  font-family: 'Akira Expanded' !important;  font-size: 1.8rem;  text-align: center;}.login-block {  width: 100%;  min-height: 100vh;  display: -webkit-box;  display: -webkit-flex;  display: -moz-box;  display: -ms-flexbox;  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  padding: 15px;  background-repeat: no-repeat;  background-position: center;  background-size: cover;  position: relative;  z-index: 1;}/* animation styles */.login-block,.court-book-main {  height: 100vh;  background-color: #eee;  background-position: center;  background-size: cover;  overflow: auto;  animation: image 8s infinite alternate;}@keyframes image {  0% {    background-image: url('../images/slider-bg-1.jpg');  }  50% {    background-image: url('../images/slider-bg-2.jpg');  }  100% {    background-image: url('../images/slider-bg-3.jpg');  }}.form-control {  font-weight: 300;  height: auto !important;  padding: 15px;  color: #888888;  background-color: #f1f1f1;  border: none;}.form-control:focus {  box-shadow: none;}.btn.primary {  background: #f24c00;  color: #fff;  border: none;  font-size: 1.2rem;}.btn.primary:hover {  background: #ef560f;  color: #fff;  border: none;}.footer {  position: static;  bottom: 0;  width: 100%;  height: 60px;  line-height: 60px;  background-color: #000;  color: #fff;}body > .container {  padding: 60px 15px 0;}main {  min-height: 875px;}.footer > .container {  padding-right: 15px;  padding-left: 15px;}.footer a,.footer a:hover {  color: #fff;  text-decoration: none;}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link:hover {  font-size: 1.2rem;  color: #f24b00;  font-weight: 500;}.navbar-dark .navbar-nav .nav-link {  font-size: 1.2rem;  color: #fff;  font-weight: 500;  padding-right: 20px;}.card-header h3 {  font-size: 1.3rem;  color: #ef560f;  text-transform: uppercase;}.card-body h5 {  background-color: #cccc;  padding-left: 15px;  line-height: 30px;  font-size: 16px;}.court-loc {  font-size: 1.2rem;}.btn-primary {  background-color: #ef560f !important;  border-radius: 0px;  border: none;  padding: 15px 0;  font-size: 1px;  font-weight: bold;  text-transform: uppercase; }#partitioned { min-width: 310px !important;} .btn-primary:hover {  background-color:#f24b00 !important;  border-radius: 0px;  border: none; } .btn-link:hover {   text-decoration: none !important; }