@charset "UTF-8";
/* CSS Document */

/* General styles for the navigation */
.navigation {
    position: fixed;
    top: 0;
    left: 50%; /* Start from the center */
    transform: translateX(-50%); /* Adjust position to center */
    width: 100%;
    z-index: 1000; /* Ensure it's on top of other elements */
	color: white;
	margin-left: 0px 0px 0px 0px;
	
}

.nav-button {
    background: none;
    border: none;
    cursor: pointer;
	margin: 5px 0px 0px 0px;
	padding-left: 10px;
	
}


 .nav-button img {
    width: 50px;
    height: auto;
    margin-top: 5px;
    margin-left: 0px;
    border-radius: 10px;
    border: 3px solid rgba(0, 0, 0, 1.00);
	
	
}

.nav-menu {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    background-image: url('../img/navigation_background1.jpg');
    background-size: cover;
    background-position: center;
    list-style: none;
    padding: 0;
    margin: 10px;
    width: 250px;
    height: 380px;
    font-size: 40px;
    line-height: 30px;
    border-radius: 30px;
    font-family: "Noteworthy-Bold";
    color: #ffffff;
    border: 5px solid rgba(0, 0, 0, 1.00);
}

.nav-menu li {
    margin: 0;
}

.nav-menu li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    transition: background-color 0.3s ease;
    border-radius: 30px;
    text-shadow: 3px 3px rgba(0, 0, 0, 1.00);
}

.nav-menu li a:hover {
    background-color: #000000;
}

/* Show menu on hover or click */
.nav-button:hover + .nav-menu,
.nav-menu:hover,
.nav-menu.active {
    display: block;
}







/* Media queries */
@media (min-width: 1920px) {
  
/* General styles for the navigation */
.navigation {
    position: justify;
    top: 0;
    left: 50%; /* Start from the center */
    transform: translateX(-50%); /* Adjust position to center */
    width: 1920px;
    z-index: 1000; /* Ensure it's on top of other elements */
	color: white;
	
	
}
	
	
 .nav-button img {
    width: 60px;
    height: 60px;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 10px;
    border: 3px solid rgba(0, 0, 0, 1.00);
}
	
.nav-menu {
    display: none;
    position: absolute;
    top: 60px; /* Adjust based on button size */
    left: 0;
    background-size: cover;
    background-position: center;
    list-style: none;
    padding: 0;
    margin: 10px;
    width: 300px; /* Default width */
    height: 350px; /* Default height */
    font-size: 35px; /* Default font size */
    line-height: 30px; /* Default line height */
    border-radius: 35px;
    font-family: "Noteworthy-Bold";
    color: #ffffff;
    border: 5px solid rgba(0,0,0,1.00);
    text-shadow: 2px 2px rgba(0,0,0,1.00);
}
	

.nav-menu li {
    margin: 0;
}

.nav-menu li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    transition: background-color 0.3s ease;
    border-radius: 30px;
    text-shadow: 3px 3px rgba(0,0,0,1.00);
 
}

.nav-menu li a:hover {
    background-color: #000000;
	border: 2px solid rgba(255,255,255,1.00);
}

/* Show menu on hover or click */
.nav-button:hover + .nav-menu,
.nav-menu:hover,
.nav-menu.active {
    display: block;
}

/* Default footer styling for larger screens (1920px and above) */
.footer {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    text-align: center;
    position: fixed;
    max-width: 1920px;
    z-index: 1000;
    font-family: 'Monday Rain';
    font-size: 14px;
    line-height: 20px;
    margin: 0px auto 0px auto;
    border: 1px solid rgba(255, 255, 255, 1.00);
    border-right: 0;
    border-left: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
  

}


}


@media (max-width: 1920px) {

  .nav-button img {
    width: 60px;
    height: 60px;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 10px;
    border: 3px solid rgba(0, 0, 0, 1.00);
}
	
.nav-menu {
    display: none;
    position: absolute;
    top: 60px; /* Adjust based on button size */
    left: 0;
    background-size: cover;
    background-position: center;
    list-style: none;
    padding: 0;
    margin: 10px;
    width: 300px; /* Default width */
    height: 350px; /* Default height */
    font-size: 35px; /* Default font size */
    line-height: 30px; /* Default line height */
    border-radius: 35px;
    font-family: "Noteworthy-Bold";
    color: #ffffff;
    border: 5px solid rgba(0,0,0,1.00);
    text-shadow: 2px 2px rgba(0,0,0,1.00);
}


.nav-menu li {
    margin: 0;
}

.nav-menu li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    transition: background-color 0.3s ease;
    border-radius: 30px;
    text-shadow: 3px 3px rgba(0,0,0,1.00);
 
}

.nav-menu li a:hover {
    background-color: #000000;
	border: 2px solid rgba(255,255,255,1.00);
}

/* Show menu on hover or click */
.nav-button:hover + .nav-menu,
.nav-menu:hover,
.nav-menu.active {
    display: block;
}


	/* Default footer styling for larger screens (1920px and above) */
.footer {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 20px;
    z-index: 1000;
    font-family: 'Monday Rain';
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0px 0px 0px;
    border: 1px solid rgba(255, 255, 255, 1.00);
    border-right: 0;
    border-left: 0;
    left: 0;
    right: 0;
	bottom: 0;

}
	
}


 




@media (max-width: 1200px) {
    
	.nav-button img {
    width: 40px;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 10px;
    border: 3px solid rgba(0, 0, 0, 1.00);
}
	
	
.nav-menu {
    display: none;
    position: absolute;
    top: 40px; /* Adjust based on button size */
    left: 0;
    background-size: cover;
    background-position: center;
    list-style: none;
    padding: 0;
    margin: 10px;
    width: 185px; /* Default width */
    height: 250px; /* Default height */
    font-size: 22px; /* Default font size */
    line-height: 15px; /* Default line height */
    border-radius: 35px;
    font-family: "Noteworthy-Bold";
    color: #ffffff;
    border: 5px solid rgba(0,0,0,1.00);
    text-shadow: 2px 2px rgba(0,0,0,1.00);
}
	

.nav-menu li {
    margin: 0;
}

.nav-menu li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    transition: background-color 0.3s ease;
    border-radius: 30px;
    text-shadow: 3px 3px rgba(0,0,0,1.00);
 
}

.nav-menu li a:hover {
    background-color: #000000;
	border: 2px solid rgba(255,255,255,1.00);
}

/* Show menu on hover or click */
.nav-button:hover + .nav-menu,
.nav-menu:hover,
.nav-menu.active {
    display: block;
}


/* Default footer styling for larger screens (1920px and above) */
.footer {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 20px;
    z-index: 1000;
    font-family: 'Monday Rain';
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0px 0px 0px;
    border: 1px solid rgba(255, 255, 255, 1.00);
    border-right: 0;
    border-left: 0;
    left: 0;
    right: 0;
	bottom: 0;

}


}




	
	












@media (max-width: 768px) {
	
  	.nav-button img {
    width: 40px;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 10px;
    border: 3px solid rgba(0, 0, 0, 1.00);
}

	
	.nav-menu {
    display: none;
    position: absolute;
    top: 40px; /* Adjust based on button size */
    left: 0;
    background-size: cover;
    background-position: center;
    list-style: none;
    padding: 0;
    margin: 10px;
    width: 185px; /* Default width */
    height: 250px; /* Default height */
    font-size: 22px; /* Default font size */
    line-height: 15px; /* Default line height */
    border-radius: 35px;
    font-family: "Noteworthy-Bold";
    color: #ffffff;
    border: 5px solid rgba(0,0,0,1.00);
    text-shadow: 1px 1px rgba(0,0,0,1.00);
}
	

.nav-menu li {
    margin: 0;
}

.nav-menu li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    transition: background-color 0.3s ease;
    border-radius: 30px;
    text-shadow: 3px 3px rgba(0,0,0,1.00);
 
}

.nav-menu li a:hover {
    background-color: #000000;
	border: 2px solid rgba(255,255,255,1.00);
}

/* Show menu on hover or click */
.nav-button:hover + .nav-menu,
.nav-menu:hover,
.nav-menu.active {
    display: block;
}

/* Default footer styling for larger screens (1920px and above) */
.footer {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 20px;
    z-index: 1000;
    font-family: 'Monday Rain';
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0px 0px 0px;
    border: 1px solid rgba(255, 255, 255, 1.00);
    border-right: 0;
    border-left: 0;
    left: 0;
    right: 0;
	bottom: 0;

}

}












@media (max-width: 480px) {
    .nav-menu {
        margin: -10px 10px 0;
		
	}
    
.nav-button img {
    width: 30px; /* Default size */
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 5px;
    border: 2px solid rgba(0,0,0,1.00);
}
	
.nav-menu {
    display: none;
    position: absolute;
    top: 30px; /* Adjust based on button size */
    left: 0;
    background-size: cover;
    background-position: center;
    list-style: none;
    padding: 0;
    margin: 10px;
    width: 185px; /* Default width */
    height: 255px; /* Default height */
    font-size: 22px; /* Default font size */
    line-height: 15px; /* Default line height */
    border-radius: 30px;
    font-family: "Noteworthy-Bold";
    color: #ffffff;
    border: 5px solid rgba(0,0,0,1.00);
    text-shadow: 2px 2px rgba(0,0,0,1.00);
}
	
.nav-menu li {
    margin: 0;
}

.nav-menu li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    transition: background-color 0.3s ease;
    border-radius: 30px;
    text-shadow: 3px 3px rgba(0,0,0,1.00);
 
}

.nav-menu li a:hover {
    background-color: #000000;
	border: 2px solid rgba(255,255,255,1.00);
}

/* Show menu on hover or click */
.nav-button:hover + .nav-menu,
.nav-menu:hover,
.nav-menu.active {
    display: block;
}

/* Default footer styling for larger screens (1920px and above) */
.footer {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 20px;
    z-index: 1000;
    font-family: 'Monday Rain';
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0px 0px 0px;
    border: 1px solid rgba(255, 255, 255, 1.00);
    border-right: 0;
    border-left: 0;
    left: 0;
    right: 0;
	bottom: 0;


}

}











@media (max-width: 300px) {
    .nav-menu {
        margin: 0px 10px 0px 0px;
		
	}
    
.nav-button img {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 1.00);
	left: 0;
}

.nav-menu {
    display: none;
    position: absolute;
    top: 25px; /* Adjust based on button size */
    left: 0;
    background-size: cover;
    background-position: center;
    list-style: none;
    padding: 0;
    margin: 10px;
    width: 170px; /* Default width */
    height: 250px; /* Default height */
    font-size: 20px; /* Default font size */
    line-height: 15px; /* Default line height */
    border-radius: 30px;
    font-family: "Noteworthy-Bold";
    color: #ffffff;
    border: 5px solid rgba(0,0,0,1.00);
    text-shadow: 1px 1px rgba(0,0,0,1.00);
}
	
.nav-menu li {
    margin: 0;
}

.nav-menu li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    transition: background-color 0.3s ease;
    border-radius: 30px;
    text-shadow: 2px 2px rgba(0,0,0,1.00);
 
}

.nav-menu li a:hover {
    background-color: #000000;
	   border: 2px solid rgba(255,255,255,1.00);
}

/* Show menu on hover or click */
.nav-button:hover + .nav-menu,
.nav-menu:hover,
.nav-menu.active {
    display: block;
}
	

.footer {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 20px;
    z-index: 1000;
    font-family: 'Monday Rain';
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0px 0px 0px;
    border: 1px solid rgba(255, 255, 255, 1.00);
    border-right: 0;
    border-left: 0;
    left: 0;
    right: 0;
	bottom: 0;
	
	
 
}
}