@charset "UTF-8";

/* Navigation Container */
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
	
}

/* Container for Button and Menu */
.nav-container {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 2px;
}

/* Menu Toggle Button */
.nav-toggle {
    background: transparent;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.nav-toggle img {
    width: 40px;
    height: 40px;
}

.nav-bar {
    display: none;
    width: auto;
    max-width: 1920px;
    height: 30px;
    background-image: url('../img/home_page/navi_bar_01.gif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1.0;
    padding: 5px;
    z-index: 10;
	font-family: 'Secret Memories';
	 border: 2px solid rgba(14, 76, 141, 0.8);
	margin: 0px 0px 0px 0px;
	

}

.dropdown-menu {
   
    	padding: 10px;
        display: none;
        position: absolute;
        top: 55px;
        right: 30px;
        width: 175px;
		height: 350px;
     
        border-radius: 8px;
        z-index: 5;
        background: linear-gradient(to bottom, 
        rgb(102, 179, 216), 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28) 
        
    );
        font-family: 'Noteworthy-Bold';
		  font-size: 30px;
	     line-height: 30px;
		
		
    }





.menu-item {
    
    font-weight: bold;
    color: white;
    transition: color 0.3s, background-color 0.3s;
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 35px;
	line-height: 35px;
	
}
	




.menu-item:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    border-radius: 8px;
	font-size: 27px;
	line-height: 27px;
}

.nav-toggle:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}

.menu-item:nth-child(1) { color: #000000; }
.menu-item:nth-child(2) { color: #1E1E1E; }
.menu-item:nth-child(3) {
    color: #918F90;
}
.menu-item:nth-child(4) { color: #999999; }
.menu-item:nth-child(5) { color: #cccccc; }
.menu-item:nth-child(6) { color: #ffffff; }
.menu-item:last-child { color: #ffffff; }

.menu-item:nth-child(1):hover { background-color: #005bb5; color: #ffffff; }
.menu-item:nth-child(2):hover { background-color: #0066cc; color: #ffffff; }
.menu-item:nth-child(3):hover { background-color: #0077dd; color: #ffffff; }
.menu-item:nth-child(4):hover { background-color: #0088ee; color: #ffffff; }
.menu-item:nth-child(5):hover { background-color: #0099ff; color: #ffffff; }








/* Media Queries */

/* Max width 1920px */
@media (min-width: 1920px) {
 .nav-toggle img {
        width: 50px;
        height: 50px;
        margin: 2px 0px 0px 0px;
    }
		
	
.menu-item {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 35px;
	line-height: 35px;
    font-weight: bold;
    color: white;
    transition: color 0.3s, background-color 0.3s;
}
	
	
    .dropdown-menu {
        display: none;
        position: absolute;
        top: 58px;
        right: 30px;
        width: 175px;
		height: 350px;
        padding: 5px;
        border-radius: 8px;
        z-index: 5;
        background: linear-gradient(to bottom, 
        rgb(102, 179, 216), 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28) 
        
    );
        font-family: 'Noteworthy-Bold';
		  font-size: 30px;
	     line-height: 30px;
		
		
    }
	
	
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2px;
    background-color: rgb(3, 10, 28);
    color: #ffffff;
    text-align: center;
    z-index: 10;
    height: 30px;
    font-size: 18px;
    font-family: 'Noteworthy-Bold';
    line-height: 30px;
    border: 2px solid rgba(255,255,255,1.00);
}

}




/* Max width 1920px */
@media (max-width: 1920px) {
 .nav-toggle img {
        width: 50px;
        height: 50px;
        margin: 2px 0px 0px 0px;
    }
		
	
.menu-item {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 35px;
	line-height: 35px;
    font-weight: bold;
    color: white;
    transition: color 0.3s, background-color 0.3s;
}
	
	
    .dropdown-menu {
        display: none;
        position: absolute;
        top: 58px;
        right: 30px;
        width: 175px;
		height: 350px;
        padding: 5px;
        border-radius: 8px;
        z-index: 5;
        background: linear-gradient(to bottom, 
        rgb(102, 179, 216), 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28) 
        
    );
        font-family: 'Noteworthy-Bold';
		  font-size: 30px;
	     line-height: 30px;
		
		
    }
	
	
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2px;
    background-color: rgb(3, 10, 28);
    color: #ffffff;
    text-align: center;
    z-index: 10;
    height: 30px;
    font-size: 18px;
    font-family: 'Noteworthy-Bold';
    line-height: 30px;
}

}


/* Max width 1200px */
@media (max-width: 1200px) {
    .nav-toggle img {
        width: 50px;
        height: 50px;
        margin: 2px 0px 0px 0px;
    }
		
	
.menu-item {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 32px;
	line-height: 35px;
    font-weight: bold;
    color: white;
    transition: color 0.3s, background-color 0.3s;
}
	
	
    .dropdown-menu {
        display: none;
        position: absolute;
        top: 58px;
        right: 30px;
        width: 165px;
		height: 330px;
        padding: 5px;
        border-radius: 8px;
        z-index: 5;
        background: linear-gradient(to bottom, 
        rgb(102, 179, 216), 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28) 
        
    );
        font-family: 'Noteworthy-Bold';
		  font-size: 30px;
	line-height: 30px;
		
		
    }
	
	
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2px;
    background-color: rgb(3, 10, 28);
    color: #ffffff;
    text-align: center;
    z-index: 10;
    height: 30px;
    font-size: 15px;
    font-family: 'Noteworthy-Bold';
    line-height: 30px;
}
	
	}

/* Max width 768px */
@media (max-width: 768px) {
    .nav-toggle img {
        width: 40px;
        height: 40px;
        margin: 2px 0px 0px 0px;
		
    }
	
	.menu-item {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 30px;
	line-height: 30px;
    font-weight: bold;
    color: white;
    transition: color 0.3s, background-color 0.3s;
}
    .dropdown-menu {
        display: none;
        position: absolute;
        top: 45px;
        right: 20px;
        width: 170px;
		height: 300px;
        padding: 5px;
        border-radius: 8px;
        z-index: 5;
        background: linear-gradient(to bottom, 
        rgb(102, 179, 216), 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28) 
        
    );
        font-family: 'Noteworthy-Bold';
		font-size: 45px;
		line-height: 40px;
		
		
		
    }
	
	
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2px;
    background-color: rgb(3, 10, 28);
    color: #ffffff;
    text-align: center;
    z-index: 10;
    height: 20px;
    font-size: 11px;
    font-family: 'Noteworthy-Bold';
    line-height: 20px;
}
	
	}


/* Max width 480px */
@media (max-width: 480px) {
    .nav-toggle img {
        width: 30px;
        height: 30px;
        margin: 2px 0px 0px 0px;
    }
    .dropdown-menu {
        display: none;
        position: absolute;
        top: 40px;
        right: 0px;
        width: 120px;
		height: 250px;
        padding: 5px;
        border-radius: 8px;
        z-index: 5;
        background: linear-gradient(to bottom, 
        rgb(102, 179, 216), 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28) 
        
    );
        font-family: 'Noteworthy-Bold';
		
		
    }
	
.menu-item {
    display: block;
    text-decoration: none;
    padding: 5px 5px;
    font-size: 22px;
	line-height: 30px;
    font-weight: bold;
    color: white;
    transition: color 0.3s, background-color 0.3s;
	border-radius: 8px;
}
	
	.menu-item:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    border-radius: 8px;
	font-size: 24px;
	line-height: 40px;
}

	
	
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2px;
    background-color: rgb(3, 10, 28);
    color: #ffffff;
    text-align: center;
    z-index: 10;
    height: 20px;
    font-size: 11px;
    font-family: 'Noteworthy-Bold';
    line-height: 20px;
}

}


/* Max width 480px */
@media (max-width: 300px) {
    .nav-toggle img {
        width: 30px;
        height: 30px;
        margin: 0px 0px 0px 0px;
		
    }
    .dropdown-menu {
        display: none;
        position: absolute;
        top: 40px;
        right: 0px;
        width: 110px;
        padding: 5px;
        border-radius: 8px;
        z-index: 5;
        background: linear-gradient(to bottom, 
        rgb(102, 179, 216), 
        rgb(48, 132, 188), 
        rgb(14, 76, 141), 
        rgb(6, 43, 95), 
        rgb(7, 23, 67), 
        rgb(3, 10, 28) 
        
    );
        font-family: 'Noteworthy-Bold';
		
		
    }
	
.menu-item {
    display: block;
    text-decoration: none;
    padding: 5px 5px;
    font-size: 22px;
	line-height: 30px;
    font-weight: bold;
    color: white;
    transition: color 0.3s, background-color 0.3s;
	border-radius: 8px;
}
	
	.menu-item:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    border-radius: 8px;
	font-size: 24px;
	line-height: 40px;
}
	
	
	
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2px;
    background-color: rgb(3, 10, 28);
    color: #ffffff;
    text-align: center;
    z-index: 10;
    height: 20px;
    font-size: 11px;
    font-family: 'Noteworthy-Bold';
    line-height: 20px;
}


}
