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

nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 10px 20px;
}

/* Menu icon styling */
.menu-icon {
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 35px;
    
}



.nav-links {
    list-style-type: none;
}

.nav-links li {
    padding: 5px;
    margin: 10px 5px;
}

.nav-links li a {
    color: white;
    text-decoration: none;
    font-size: 25px;
}

nav:hover .dropdown-content {
    display: block;
}


    .footer {
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        text-align: center;
        position: fixed;
        max-width: 1920px;
        height: 30px;
        z-index: 1000;
        font-family: 'Noteworthy-Bold';
        font-size: 16px;
        line-height: 30px;
        margin: 10px auto 0px auto;
        border: 1px solid rgba(255, 255, 255, 1.00);
        border-right: 0;
        border-left: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }



@media (min-width: 1920px) {
	
	nav {
    position: fixed;
    top: 0;
	margin: 10px 100px 5px 100px;
    z-index: 10;
    padding: 10px auto 5px auto;
	max-width: 1920px;
}

	
   .menu-icon {
    width: 60px;
    height: 60px;
    cursor: pointer;
	border-radius: 30px;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 20;
    text-align: right;
	font-family: 'Noteworthy-Light';
	border-radius: 5px;
	line-height: 16px;
	margin: 30px 30px 5px 30px;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	
}
	
.footer {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    position: fixed;
    width: 1920px;
    height: 30px;
    z-index: 1000;
    font-family: 'Noteworthy-Bold';
    font-size: 16px;
    line-height: 30px;
    margin: 10px auto 0px auto;
    border: 1px solid rgba(255, 255, 255, 1.00);
    border-right: 0;
    border-left: 0;
    left: 0;
    right: 0;
	bottom: 0;
	
	}
 
}



@media (max-width: 1920px) {
	
nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    z-index: 10;
    padding: 10px 0px 5px 0px;
}

	
.menu-icon {
    width: 60px;
    height: 60px;
    cursor: pointer;
	border-radius: 30px;
}


.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 20;
    text-align: right;
	font-family: 'Noteworthy-Light';
	border-radius: 5px;
	line-height: 16px;
	margin: 30px 30px 5px 30px;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	
}
	
.footer {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 30px;
    z-index: 1000;
    font-family: 'Noteworthy-Bold';
    font-size: 16px;
    line-height: 30px;
    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 {
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    z-index: 10;
    padding: 5px 0px 5px 0px;
}

	
   .menu-icon {
    width: 60px;
    height: 60px;
    cursor: pointer;
	border-radius: 30px;
}


.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 20;
    text-align: right;
	font-family: 'Noteworthy-Light';
	border-radius: 5px;
	line-height: 16px;
	margin: 30px 30px 5px 30px;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	
}
	
.footer {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 30px;
    z-index: 1000;
    font-family: 'Noteworthy-Bold';
    font-size: 16px;
    line-height: 30px;
    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 {
    position: fixed;
    top: 0;
    right: 0;
    width: 40px;
    z-index: 10;
    padding: 5px 10px 10px 0px;
}

	
   .menu-icon {
    width: 40px;
    height: 40px;
    cursor: pointer;
	border-radius: 20px;
}

	
	
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 20;
    text-align: right;
	font-family: 'Noteworthy-Light';
	border-radius: 5px;
	line-height: 10px;
	margin: 5px 0px 5px 0px;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	
}

	
.footer {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 20px;
    z-index: 1000;
    font-family: 'Noteworthy-Bold';
    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 {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    z-index: 10;
    padding: 5px 0px 5px 0px;
}

	
   .menu-icon {
    width: 40px;
    height: 40px;
    cursor: pointer;
	border-radius: 20px;
}
	
	
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 20;
    text-align: right;
	font-family: 'Noteworthy-Light';
	border-radius: 5px;
	line-height: 10px;
	margin: 5px 0px 5px 0px;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	
}


.footer {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 20px;
    z-index: 1000;
    font-family: 'Noteworthy-Bold';
    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) {
   .menu-icon {
    width: 35px;
    height: 35px;
    cursor: pointer;
	border-radius: 20px;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 20;
    text-align: right;
	font-family: 'Noteworthy-Light';
	border-radius: 5px;
	line-height: 10px;
	margin: 5px 0px 5px 0px;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	
}

.footer {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 20px;
    z-index: 1000;
    font-family: 'Noteworthy-Bold';
    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;
	
	}
 
}