#header{
	background-image:url('images/header-bg.jpg');
}
.navbar-default {
		background-color: transparent;
		border-color: transparent;	
}
.bg-light {
    background-color: transparent;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
  color: white;
  text-align: center;
}
.center-table{
	position: relative;
	top: auto;
	left: auto;
	right: 10px;
	bottom: 10px;
	
}
.a {
    color: #7c7c7d;
}
.centraltable {
    width:800px;
    height:600px;
    position:fixed;
    margin-left:auto; /* half of width */
    margin-top:auto;  /* half of height */
    top:100px;
    left:100px;
}
.secondarytable {
    width:800px;
    height:600px;
    position:fixed;
    margin-left:auto; /* half of width */
    margin-top:auto;  /* half of height */
    top:100px;
    left:300px;
}


.nav-link {
	font-family: arial,helvetica;
	color: #7c7c7d;
	display: block;
	padding: .5rem 1rem;
	text-decoration: none
}
.nav-link:focus, .nav-link:hover {
	color: #4a4a4b;
	text-decoration: none
}
.nav-link.disabled {
	color: #6c757d
}

footer, section {
	display: block
}


#wrap, img{

    display: block;

    margin: auto;

    width:565px;

    height:166px;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

}

.custom {

	font-family: arial,helvetica;

	text-align: center;

	font-size: 24px;

	color: #E0E0E0;

	margin: 0;

	position: absolute;

	top: 50%;

	left: 50%;

	margin-right: -50%;

	transform: translate(-50%, -50%)

}

.under {

	font-family: arial,helvetica;

	text-align: center;

	text-decoration: none;

	font-size: 12px;

	color: #B0B0B0;

	margin: 0;

	position: absolute;

	top: 50%;

	left: 50%;

	margin-right: -50%;

	transform: translate(-50%, -50%)

}

.under:focus, .under:hover {
	color: #4a4a4b;
	text-decoration: none
}