//Fixed Nav
	.HYPE_scene:not(.HYPE_element) {
		overflow-y: visible !important;
	}
	
	.fixed {
		position: fixed !important;
	}
	
.text a {
    font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.text a:link {
        font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.text a:active {
    background: #000000;
	color: #ffffff;
	text-decoration: none; 
}
.text a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


.text a:hover {
    background: #000000;
	color: #ffffff;
	text-decoration: none; 
}
.loader {
  position: absolute;
  left: 30px;
  top: 30px;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #595959;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
