		 .top-nav-01 {
			background: linear-gradient(0deg, #ffffff, #fffd85); 
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size:22px;
			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;
		}
	
	
		.top-nav-01:hover {
			text-shadow: 1px 1px 10px rgba(255, 244, 244, 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, #5c0000, #390000); 
			-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(124, 0, 0, 0.3);
			transform: scale(1.05);
		}
	
		.home-nav-01:active {
			transform: scale(0.98);
			transition: all 0.1s ease;
		}
		
		
		.home-nav-02 {
			background: linear-gradient(0deg, #ff0000, #4e4d00); 
			-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(67, 0, 0, 0.3);
			transform: scale(1.05);
		}
	
		.home-nav-02:active {
			transform: scale(0.98);
			transition: all 0.1s ease;
		}