.app-logo {
	height: 50px;
}

.app-p-link {
	color: inherit;
}

.app-parallax-fixed {
	position: relative;
	background-attachment: fixed;	
	background-size: cover;
	background-repeat: no-repeat;
}

@media only screen and (max-device-width: 1366px) {
  .app-parallax-fixed {
    background-attachment: scroll;
  }
}
