.dropdown-menu {
    position: absolute;
    top: 5%;
    clear: left;
    right: 3%;
}

.dropdown-menu > span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown-menu > span,
.dropdown-menu > div {
  cursor: pointer;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.dropdown-menu > div {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.dropdown-menu > span:focus ~ div {
  display: block;
}

.dropdown-menu > ul {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  transition: visibility 0.5s;
  opacity: 0;
}

.dropdown-menu > span:focus ~ ul {
  visibility: visible;
  opacity: 1;
}

/* The .menu-style below is for illustration purpose.
   Feel free to use different style. */

.menu-style > span {
    font-size: 14px;
    font-family: "futura book bt 22240";
    color: #FFFFFF;
    font-weight: 100;
    letter-spacing: 1px;
}

.menu-style > span:hover {
  opacity: 0.75;
}

.menu-style > ul {
    margin-top: 2%;
    margin-left: 20%;
    margin-right: 0%;
    margin-bottom: 0%;
}

.menu-style li {
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    height: 1.2em;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu-style li:not(:first-child) {
    border-top: none;
}

.menu-style li:hover {
    /* [disabled]background: #2e4411; */
}

.menu-style a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: "futura book bt 22240";
    font-size: 13px;
    letter-spacing: 1px;
    float: right;
}

.menu-style a:hover {
    color: #cccccc;
}



@media screen and (min-width: 768px){
	
	.menu-style > ul {
    margin-top: 2%;
    margin-left: 25%;
}
	
	.menu-style li {
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    height: 1.4em;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
	
	
	.menu-style > span {
    font-size: 18px;
    font-family: "futura book bt 22240";
    color: #FFFFFF;
    font-weight: 100;
    letter-spacing: 1px;
}
	
	.menu-style a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: "futura book bt 22240";
    font-size: 16px;
    letter-spacing: 1px;
    float: right;
}
}
