.logo {
  position: relative;
  top: 10%;
  left: 50%;
/*  min-width: 100%;
  min-height: 100%;*/
  max-width: 50%;
  height: auto;
  /*transform: translateX(-50%) translateY(-50%);*/
  z-index: 0;
}

.logohover:hover img{
	opacity:.5;
	filter: alpha(opacity=50);
	}

.py-5 {
	margin: 0px 0px 500px 0px;
}