@charset "UTF-8";

header {
    position: relative;
    background-color: #FFFFFF;
}
header a#logo {
    position: absolute;
    z-index: 9999;
    top: 5px;
    left: 10px
}
header a#logo svg {
    width: 160px;
}

.topnav {
/*	overflow: hidden; */
    z-index: 9990;
    position: relative;
    padding-top: 7px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    padding-right: 4%;
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
}

.topnav a, .dropdown a, .topnav button {
    font-family: "Gamay", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
	font-weight: 400;
    text-transform: uppercase;	
}

.topnav div {
}

.topnav .icon {
  display: none;
}

.dropdown {
display: inline-block;
    font-size: 14px;
    text-decoration: none;
  overflow: hidden;
}

.dropdown .dropbtn {
  border: none;
  outline: none;
  background-color: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(0,0,0,0.80);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: rgba(0,0,0,0.65);
    color: white;
}

.dropdown-content a:hover {
  background-color: #111;
  color: red;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 850px) {

/*  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }  */
	.topnav.responsive {
		display:block;
	}

  .topnav a, .dropdown .dropbtn {
    display: none;
  }	
  .topnav a.icon {
  /*  float: right;  */
    display: block;
	position: absolute;
    right: 4%;
    top: 0px;  
	font-size: 24px;
	padding: 15px;
	  color: white;
  }

  .topnav, .topnav.responsive {
	height: auto;
	min-height: 50px;
	position: absolute;
	top: 0px;
	}
	
.topnav.responsive {
    padding-top: 70px;
	padding-bottom: 45px;
    background-color: rgba(0,0,0,0.75);
}	
	
  .topnav.responsive a.icon {
    position: absolute;
    right: 4%;
    top: 0px;
	padding: 15px;
	font-size: 24px;
  }
  .topnav.responsive a, .topnav.responsive .dropdown, .topnav.responsive .dropdown .dropbtn {
    color: white;
	  float: none;
    display: block;
    text-align: right;
	font-size: 20px;
	font-weight: 400;
	padding: 6px 16px;
  }

  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
	.dropdown-content a {
		font-size: 18px !important;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
	  margin-left:auto;
	  padding-right:0;
 /*   width: 100%;
    text-align: left; */
  }
}
