.base {
  height: 100%;
}

.base.background {
	background-color: #202124;
}

.spacer {
    max-height: 290px;
    height: calc(100% - 560px);
    margin-top: auto;
}



.logo {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center bottom;
    width: auto;
	
}

.logo.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.nav_ul {
	text-align: center;
	background-color: #333;
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

.nav_li {
  float: left;

}

.nav_li a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.nav_li a:hover {
  background-color: #5347ff;
  color: white;
}

.nav_active {
  background-color: #fe0056;
  color: white;
}


