.tnav {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #A78A33;
	letter-spacing: 0px;
	 }

A.tnav:link { text-decoration: none; color: #363B8C}
A.tnav:visited { text-decoration: none; color: #363B8C}
A.tnav:active { text-decoration: none; color: #363B8C}
A.tnav:hover { 
	text-decoration: none;
	color: Red;
	/*background-color: #173157;
	padding : 1 1 1 1;*/
}

.tnav2 {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #A78A33;
	letter-spacing: 0px;
	 }

A.tnav2:link { text-decoration: none; color: #ffffff}
A.tnav2:visited { text-decoration: none; color: #ffffff}
A.tnav2:active { text-decoration: none; color: #ffffff}
A.tnav2:hover { 
	text-decoration: none;
	color: Yellow;
	/*background-color: #173157;
	padding : 1 1 1 1;*/
}


.tnav4 {
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	line-height: 35px;
	color: #A78A33;
	letter-spacing: 0px;
	 }

A.tnav4:link { text-decoration: none; color: #29aa1c}
A.tnav4:visited { text-decoration: none; color: #29aa1c}
A.tnav4:active { text-decoration: none; color: #29aa1c}
A.tnav4:hover { 
	text-decoration: none;
	color: #000000;
	/*background-color: #173157;
	padding : 1 1 1 1;*/
}

/*drop down styles*/

#dropmenudiv{
position:absolute;
border:1px solid #b4b4b4;
border-bottom-width: 0;
font:normal 15px 'Oswald';
line-height:28px;
z-index:50;
margin-left: -30px; 
margin-top: 5px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #A2A1A2;
padding: 1px 0;
text-decoration: none;
color:#223977;
background-color:#ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
color: #7e7e7e;
background-color: #eeeeee;
}

.li-style { padding-top:6px; padding-bottom:6px;}
.li-style2 { height:16px;}

.c-form{
    text-align:center;
    
    background-color:#000000;

    border:0px;

}

	#2n {
    color: #ffffff;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    text-shadow: 2px 2px #484848;
    letter-spacing: 2px;
}

#2n h1{
    color: #ffffff;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    text-shadow: 2px 2px #484848;
    letter-spacing: 2px;
}



@media only screen and (max-width: 425px){
    .w {
    width: 170%;
    
}

/*.tnav{*/
/*    display:none;*/
/*}*/

}

@media only screen and (max-width: 320px){
    .w {
    width: 255%;
}

/*.tnav{*/
/*    display:none;*/
/*}*/

}

@media only screen and (max-width: 375px){
    .w {
    width: 219%;
}

/*.tnav{*/
/*    display:none;*/
/*}*/

}

@media only screen and (max-width: 320px){
    .w {
    width: 255%;
}

/*.tnav{*/
/*    display:none;*/
/*}*/

}

/*@media only screen and (max-width:768px){*/
/*     .w {*/
/*    width: 139%;*/
/*}*/

/*.tnav{*/
/*    display:none;*/
/*}*/

/*}*/

/*@media only screen and (min-width:786px){*/
/*    .w {*/
/*    width: 109%;*/
/*}*/
/*}*/

 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .navtop-bar {
            background-color: #000;
            color: #fff;
            width: 100%;
            padding: 1.5rem 1rem;
        }

        .navtop-bar-inner {
            margin: 0 auto;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            flex-wrap: wrap;
            font-family: 'Oswald', sans-serif;
            font-size: 19px;
            line-height: 22px;
            padding: 3px;
            text-align: right;
        }

        .navtop-bar a {
            color: #F7D515;
            text-decoration: none;
        }

        .navtop-bar .highlight {
            color: #D5002B;
        }

        @media (max-width: 768px) {
            .navtop-bar-inner {
                justify-content: center;
                text-align: center;
                font-size: 17px;
                padding: 8px;
            }
        }

        .navheader {
            background-color: #ffffff;
            border-top: 2px solid #C0022D;
            padding: 10px 35px;
        }

        .navwrap {
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            position: relative;
        }

        .navlogo img {
            max-width: 350px;
            height: auto;
            transition: all 0.3s ease;
        }

        .navlinks {
            display: flex;
            gap: 20px;
            align-items: center;
            flex-wrap: wrap;
        }

        .navlinks a {
            text-decoration: none;
            color: #000;
            font-size: 16px;
            transition: color 0.3s ease;
            position: relative;
        }

        .navlinks a:hover {
            color: #C0022D;
        }

        .navburger,
        .navclose {
            display: none;
            font-size: 24px;
            cursor: pointer;
            z-index: 999;
            color: #000;
        }

        @media (max-width: 1024px) {
            .navlogo img {
                max-width: 250px;
            }
        }

        @media (max-width: 901px) {
            .navlogo img {
                max-width: 180px;
            }

            .navlinks a {
                font-size: 14px;
            }

            .navlinks {
                gap: 10px;
            }
        }

        @media (max-width: 768px) {
            .navlogo {
                display: block;
            }

            .navlinks {
                display: none;
                width: 100%;
                flex-direction: column;
                background-color: #fff;
                padding: 10px 0;
            }

            .navlinks.nav-active {
                display: flex;
            }

            .navburger {
                display: block;
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translateY(-50%);
            }

            .navclose {
                display: none;
                position: absolute;
                top: 0;
                right: 10px;
            }

            .navwrap {
                flex-wrap: nowrap;
                align-items: center;
            }

            .nav-dropdown {
                position: static !important;
                display: block !important;
                background: #fff;
                box-shadow: none;
                padding-left: 15px;
            }

        }

            @media (max-width: 480px) {
                .navwrap {
                    flex-direction: row;
                    justify-content: space-between;
                    align-items: center;
                    padding: 0;
                }

                .navlogo img {
                    max-width: 130px;
                }

                .navburger {
                    top: 50%;
                    right: 15px;
                    transform: translateY(-50%);
                }

                .navclose {
                    display: none;
                    position: absolute;
                    top: 0;
                    right: 10px;
                }

                .navlinks {
                    width: 100%;
                    padding: 10px 0;
                }

                .navlinks a {
                    font-size: 13px;
                    width: 100%;
                    text-align: center;
                    padding: 8px 0;
                }

                .navtop-bar-inner {
                    flex-direction: column;
                    align-items: center;
                    font-size: 14px;
                    line-height: 20px;
                    text-align: center;
                }

                .nav-dropdown {
                    padding-left: 10px;
                }
            }
            


        
         /* @media (max-width: 480px) {
                .navwrap {
                    flex-direction: row;
                    justify-content: space-between;
                    align-items: center;
                    padding: 0;
                }

                .navlogo img {
                    max-width: 150px;
                }

                .navburger {
                    right: 15px;
                    top: 50%;
                    transform: translateY(-50%);
                }

                .navclose {
                    display: none;
                    position: absolute;
                    top: 0;
                    right: 10px;
                }

                .navlinks {
                    width: 100%;
                    padding: 15px 0;
                }

                .navlinks a {
                    font-size: 14px;
                    padding: 8px 0;
                    text-align: center;
                    width: 100%;
                }

                .nav-dropdown {
                    padding-left: 10px;
                }

                .navtop-bar-inner {
                    font-size: 14px;
                    padding: 5px;
                    flex-direction: column;
                }
            } */



        .nav-dropdown {
            display: none;
            position: absolute;
            background: white;
            padding: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            z-index: 100;
            top: 100%;
        }

        .navlinks a:hover+.nav-dropdown {
            display: block;
        }