body, html {
 
	font-family: 'Kumbh Sans', sans-serif;
    background-color: black;
	background: url(../img/fondo_site.jpg) no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
	width: 100% ;
    text-align: center;	
	
}

h1, h2{
	
	font-family: 'Permanent Marker', cursive;
  letter-spacing: 2px;
	
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.alpha-blk {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  padding: 10px;
  margin: 10px;
 backdrop-filter: blur(5px);	
	
    }

.alpha-whi {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  padding: 10px;
  margin: 10px;
 backdrop-filter: blur(5px);	
	
    }

.menu_blk {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
    }

body.modal-open>div.bg,
.modal-backdrop.fade.show {
    z-index: 1;
      background-color: #0C3501;
}
.modalblur {
    margin: 20px;
	backdrop-filter: blur(10px);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);

   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #FCF8BB;
	color: black;
}

.table-separator {
  background-color: #022174;
	color: white;
}


