<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.logo-menu-parallax{
	 border-bottom: 2px #000 solid;
	position: fixed;
	z-index: 60000;
	background: white;
}

.logo-menu-parallax .ag-nav-links{
	border-bottom:none;
	padding-top: 6px;
	padding-left: 6px;
}

.parallax-wrapper .Image { 
  /* The image used */
	color:white;

  /* Set a specific height */
  height: 100%;
  width:100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.parallax-wrapper .Caption{
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5px;
	margin-top: -100px;
}</pre></body></html>