@charset "utf-8";
/* CSS Document */
header {
	width: 100%;
	height: 5%;
	background-color: #761A1B;
	border-bottom: 0px solid #2C9AB7;
	text-shadow: 0px 0px;
	opacity: .9;
}
.logo {
	color: #D79416;
	text-align: undefined;
	width: 35%;
	float: left;
	margin-top: 6px;
	margin-left: 25px;
	letter-spacing: 4px;
	font-size: x-large;
}
nav {
	float: right;
	width: 65%;
	text-align: right;
	margin-right: 5px;
	height: 46px;
	margin-top: -68px;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}
ul li {
	float: left;
	width: 218px;
	background-color: #761A1B;
	font-size: x-large;
	text-align: center;
	margin-top: 5px;
	}
ul li a {
	color: #D79416;
	text-decoration: none;
	}
ul li a:hover {
	color: #000000;
	background-color:#D79416; 
}
ul li ul li{
    /* [disabled]display: none; */
}
ul li:hover ul li{
	display: block;
}

/* Mobile */
@media (max-width: 320px){
 
/* Navigation */
header {
    width: 100%;
    height: 4%;
    background-color: #761A1B; 
}
.logo {
    color: #EEBD60;
    font-size: 10px;
}
nav {
	float: right;
	width: 65%;
	text-align: right;
	margin-right: 5px;
	height: 46px;
	margin-top: -68px;
}
ul {
	margin-top: 25px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}
ul li {
    float: left;
    width: 90px;
    background-color: #761A1B;
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
	}
ul li a {
    color: #EEBD60;
    text-decoration: none;
    /* [disabled]margin-right: -16px; */
	}
ul li a:hover {
	background-color:#D79416; 
}
}
/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px){
 
 /* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: #761A1B;
	border-bottom: 0px solid #2C9AB7;
	text-shadow: 0px 0px;
	opacity: .9;
}
.logo {
    color: #EEBD60;
    text-align: undefined;
    width: 70%;
    float: left;
    margin-top: 6px;
    margin-left: 25px;
    letter-spacing: 4px;
    font-size: x-large;
}
nav {
	float: right;
	width: 65%;
	text-align: right;
	margin-right: 5px;
	height: 46px;
	margin-top: -68px;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}
ul li {
	float: left;
	width: 218px;
	background-color: #761A1B;
	font-size: x-large;
	text-align: center;
	margin-top: 5px;
	}
ul li a {
    color: #D79416;
    text-decoration: none;
    /* [disabled]margin-right: -16px; */
	}
ul li a:hover {
	color: #000000;
	background-color:#D79416; 
}
ul li ul li{
	display: none;
}
ul li:hover ul li{
	display: block;
} 
 
}
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px){
 /* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: #761A1B;
	border-bottom: 0px solid #2C9AB7;
	text-shadow: 0px 0px;
	opacity: .9;
}
.logo {
	color: #D79416;
	text-align: undefined;
	width: 35%;
	float: left;
	margin-top: 6px;
	margin-left: 25px;
	letter-spacing: 4px;
	font-size: x-large;
}
nav {
	float: right;
	width: 65%;
	text-align: right;
	margin-right: 5px;
	height: 46px;
	margin-top: -68px;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}
ul li {
	float: left;
	width: 218px;
	background-color: #761A1B;
	font-size: x-large;
	text-align: center;
	margin-top: 5px;
	}
ul li a {
	color: #D79416;
	text-decoration: none;
	}
ul li a:hover {
	color: #000000;
	background-color:#D79416; 
}
ul li ul li{
	display: none;
}
ul li:hover ul li{
	display: block;
}  

   
}
