@charset "utf-8";
/* CSS Document */

body {margin:0;
font-family: 'Raleway', sans-serif;
}
.wrapper {
}


.topnav {
	overflow: hidden;
	background-color: rgba(146,60,2,1.00);
}

.topnav a {
	float: left;
	display: block;
	color: #FFFFFF;
	text-align: center;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	font-size: 1em;
	width: auto;
}

.active {
	background-color: #DC9703;
	color: #FFFFFF;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 1em;    
  border: none;
  outline: none;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: rgba(0,0,0,0.78);
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	width: auto;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  width: auto;
}

.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: rgba(0,0,0,0.78);
	width: auto;
	color: white;
	text-decoration: none;
}

.dropdown-content a:hover {
  background-color: #AF7407;
  color: white;
  text-decoration: none;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
	display: none;
	min-width: 0px;
  }
  .topnav a.icon {
	float: right;
	display: block;
	background-color: rgba(5,5,5,1.00);
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
</style>
