/* CSS Document */
@font-face {
  font-family: "BankGothic";
  src: url("BNKGOTHM.TTF");
}
  
ul.nav {
    background-color: #F0F0F0;
}

h5 {
	color: #800000;
	text-align: center;
}

h6 {
	text-align:left;
}

a.nav-item {
	font-size:10px;
	color: #FFFFFF;
}
a.nav-item:visited {
	color: #FFFFFF;
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255,102,203);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.emphx {
	color: #800000;
	font-weight: bold;
}

.vertical-align {
    display: flex;
    align-items: center;
}

table.vcenter > tbody > tr > td.left {
	text-align: left;
}

table.vcenter > tbody > tr > td {
	vertical-align:middle;
	text-align: center;
}

/* the following styles get the figure captions to wrap properly */
.figure {
	display: table;
}

.figure-caption {
	display: table-caption;
	caption-side: bottom;
}