@charset "UTF-8";
/* CSS Document */

html {
	background:#000;
}
#content {
	float: left;
	height: 100%;
	margin: 0 5%;
	width: 90%;
}
html, body {
	height: 100%;
	margin: 0;
	width: 100%;
}
#main-logo {
	display: block;
	margin: 15% auto;
	max-width: 569px;
	width: 80%;
}
#logo-family {
	text-align: center;
}
.bsn-logo, .pi-logo {
	margin: 0 7% 0 0;
}
.bsn-logo img, .pi-logo img {
	max-width: 166px;
	width: 25%;
}
.bsn-logo:last-child, .pi-logo:last-child {
	margin: 0;
}

.pi-logo img {
  max-width: 270px;
    position: relative;
    top: -16px;
    width: 40%;
}

@media only screen and (max-width: 600px) {
    
  .pi-logo img {top:-10px;}  
}