body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.container{
    flex: 1;
}
.navbar{
    height: 5rem;
    background-color: white !important;
    z-index: 1;
}
.dropdown-menu,.collapse{
    background-color: white;

}
/* footer */
.nav-link{
    color: #0e0c0c !important;
}
.f-info-link a{
    text-decoration: none;
    color: black;
    
}
.f-info-link a:hover{
    text-decoration: underline;
    
    
}
.f-info-link{
    width: 100%;
}
.f-info-socal{
    width: 100%;
    font-size: 1.5rem;
    
}
.f-info-socal i {
    margin-right: 1rem;
}
.f-info {
    text-align: center;
    height: 8rem;
    background-color: aliceblue;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: space-evenly;
}
.row a{
    text-decoration: none;
}
a {
    text-decoration: none;
    color: black;
}
.adminDash{
    display: flex !important;
    justify-content: space-around;
}
.fa-regular{
    font-size: 1.5rem;
    font-weight: 400;
}
/* table */
table {
  border-collapse: collapse;
  border: 2px solid rgb(140 140 140);
  font-family: sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

caption {
  caption-side: bottom;
  padding: 10px;
  font-weight: bold;
}

thead,
tfoot {
  background-color: rgb(228 240 245);
}

th,
td {
  border: 1px solid rgb(160 160 160);
  padding: 8px 10px;
}

td:last-of-type {
  text-align: center;
}

tbody > tr:nth-of-type(even) {
  background-color: rgb(237 238 242);
}

tfoot th {
  text-align: right;
}

tfoot td {
  font-weight: bold;
}
