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

body {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	font-family: raleway, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.topnav {
	overflow: hidden;
	padding-bottom: 20px;
	background-color: #B31E24;
	padding-left: 40%;
}
.topnav a {
	float: left;
	display: block;
	color: #FFFFFF;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	font-size: 16px;
	width: auto;
	font-family: raleway, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-left: 10px;
	margin-right: 10px;
}
.topnav .active {
	color:rgba(253,228,174,1.00)
	font-family: raleway, sans-serif;
	font-weight: 700;
	font-style: normal;
	border-top: 2px solid rgba(255,255,255,1.00);
	border-bottom: 2px solid rgba(255,255,255,1.00);
}
	

.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:#CC9A5E;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: auto;
}
.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  width: auto;
}
.topnav a:hover, .dropdown:hover .dropbtn {
	font-weight: bold;
}

.dropdown-content a:hover {
  background-color:#CC9A5E;
  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;
  }
.topnav a.icon {
    float: right;
    display: block;
	margin-left: 20px;
  }
}

@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;



	color: 
;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  
}
</style>
