@charset "utf-8";
/* CSS Document */
/* 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;
}
/* Mobile */
@media (max-width: 320px){
/* Navigation */
header {
	width: 100%;
	height: 7%;
	background-color: #761A1B;
	border-bottom: 0px solid #2C9AB7;
	text-shadow: 0px 0px;
	opacity: .9;
}
.logo {
	color: #EEBD60;
	text-align: undefined;
	width: 97%;
	float: left;
	margin-top: 6px;
	margin-left: 8px;
	letter-spacing: 4px;
	font-size: medium;
}
nav {
	float: right;
	width: 52%;
	text-align: right;
	margin-right: 5px;
	/* [disabled]height: 76px; */
	margin-top: -29px;
	display: none;
}
ul {
	/* [disabled]margin-top: -72px; */
	margin-right: -72px;
	margin-left: -72px;
	margin-bottom: -72px;
	padding: 0px;
	list-style: none;
	float: right;
}
ul li {
	float: left;
	width: 218px;
	background-color: #761A1B;
	font-size: small;
	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;
}   
}
/* 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: 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;
} 
}
/* 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;
}   
}
