/* Nakke font */
@font-face {
  font-family: BelloPro;
  src: url("../fonts/BelloPro.otf") format("opentype");
}

.bello {
  font-family: BelloPro;
  color: Black !important;
  font-weight: bold;
}

/* Main page video banner */
#video_background {
  position: fixed;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100vh;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}

#video_pattern {
  background-image: url( );
  background-repeat: repeat;
  position: fixed;
  opacity: 0.1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: -999;
}

/* Main page buttons */
a.fill-div {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.fill-color-bg {
  background-color:rgba(200, 235, 253, 0.6);
}

.full-bg-img {
  position: fixed;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100vh;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.sticky-footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1000;
}

.scroller {
  max-height: 100px;
  overflow-y: scroll;
}

/* Table Styles */

td a .bi {
    color: #132b44;
}
    td a .bi:hover {
        color: #171717;
    }

th .btn {
    min-width: 100%;
    color: black;
    background-color: white;
    border-color: lightgray;
    border-width: 1px;
    text-align: start;
}
    th .btn:hover {
	background-color: #fbcc38;
    }

.table-responsive {
    overflow-y: scroll;
    max-height: 74vh;
}

div .table-responsive thead {
    position:sticky;
    top:0px;
    background-color: white;
}

.btn-primary:hover {
	background-color: #fbcc38;
	border: 2px;
	border-color: #c83bfd
}

.btn-nav {
	background-color: #c83bfd;
	color: white;
}
