﻿body {
  margin: 0;
}

.topnav {
  overflow: hidden;
  /*background-color: #333;*/
  background-color:transparent;
  /*background-color:#D8D8D8;*/
}

.topnav a {
  float: left;
  display: block;
  /*color: #f2f2f2;
  color:gray;*/
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
  font-weight:bolder;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #4CAF50;
  color: black;
}
.noactive{
  color:white;
  font-weight:lighter;
	
}

.topnav .icon {
  display: none;
    color:white;
}

.navhome a{
	color:black;
}
.fixed {
	position:fixed;
	top:0px;
	left:0;
	right:0;
	padding:0px;
  background-color:transparent;
  /*background-color:#D8D8D8;*/
  opacity: 0.8;
  z-index:9999;
  color: black;
}

.orange{
	color: #F47400;
	font-weight:bold
}
.darkgreen{
	color:#006400;
	font-weight:bold
}
.forestgreen{
	color:#228B22;
	font-weight:bold
}
.black{
	color:black;
	font-weight:bold
}


@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;/*background-color: silver;*/}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    color:white;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
}

