		 .top-nav-01 {
			background: linear-gradient(0deg, #ffae00, #ffffff); 
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size:28px;
			background-clip: text;
			font-weight: normal;
			text-align: center;
			line-height: 1.5;
			text-shadow: 1px 1px 10px rgba(128, 0, 0, 0.3);
			transition: all 0.3s ease;
			cursor: pointer;
			display: inline-block;
		}
	
	
		.top-nav-01:hover {
			text-shadow: 1px 1px 10px rgba(125, 0, 0, 0.3);
			transform: scale(1.05);
		}
	
		.top-nav-01:active {
			transform: scale(0.98);
			transition: all 0.1s ease;
		}
		
		
		.home-nav-01 {
			background: linear-gradient(0deg, #ffffff, #fffd85); 
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size:40px;
			background-clip: text;
			font-weight: normal;
			text-align: center;
			line-height: 1.5;
			text-shadow: 1px 1px 10px rgba(255, 244, 244, 0.3);
			transition: all 0.3s ease;
			cursor: pointer;
			display: inline-block;
		}
	
	
		.home-nav-01:hover {
			text-shadow: 1px 1px 10px rgba(255, 244, 244, 0.3);
			transform: scale(1.05);
		}
	
		.home-nav-01:active {
			transform: scale(0.98);
			transition: all 0.1s ease;
		}

		.home-nav-01-dlq {
			background: linear-gradient(0deg, #680000, #9d0000); 
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size:40px;
			background-clip: text;
			font-weight: normal;
			text-align: center;
			line-height: 1.5;
			text-shadow: 1px 1px 10px rgba(129, 0, 0, 0.3);
			transition: all 0.3s ease;
			cursor: pointer;
			display: inline-block;
		}
	
	
		.home-nav-01-dlq:hover {
			text-shadow: 1px 1px 10px rgba(159, 0, 0, 0.3);
			transform: scale(1.05);
		}
	
		.home-nav-01-dlq:active {
			transform: scale(0.98);
			transition: all 0.1s ease;
		}
		
		
		.home-nav-02 {
			background: linear-gradient(0deg, #ffffff, #fffd85); 
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size:30px;
			background-clip: text;
			font-weight: normal;
			text-align: center;
			line-height: 1.5;
			text-shadow: 1px 1px 10px rgba(255, 244, 244, 0.3);
			transition: all 0.3s ease;
			cursor: pointer;
			display: inline-block;
		}
	
	
		.home-nav-02:hover {
			text-shadow: 1px 1px 10px rgba(255, 244, 244, 0.3);
			transform: scale(1.05);
		}
	
		.home-nav-02:active {
			transform: scale(0.98);
			transition: all 0.1s ease;
		}