* {
box-sizing: border-box;
}

* {
margin: 0; padding: 0; outline: none;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
position:relative;
top: -13px;
margin-left: 20px;
margin-bottom: 10px;
background-color: rgba(0,0,0,0);
color: #FFFFFF;
cursor: pointer;
outline: none;
font-size: 15px;
border: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
background-color: rgba(0,0,0,0);
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  background-color: rgba(0,0,0,0);
  max-height: 0;
  overflow: hidden;
  font-family: "Oxanium", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.8;
  transition: max-height 0.5s ease-out;
  border: none;
}

.collapsible:after {
  /*content: '\02795'; Unicode character for "plus" sign (+) */
content:url('https://www.blackkestrel.com/menu1_off.svg');
}

.active:after {
content:url('https://www.blackkestrel.com/menu1_on.svg');
  /* content: "\2796"; Unicode character for "minus" sign (-) */
}

span.a {
display: inline-block; /* the default for span */
}

.top-logo {
display:none; }

.top-menu {
display:none; }

.top-menu-small {
padding-top: 15px;
text-align:center;
background-color: #000000;
border: none;
}

.menu-list li {
margin-top: 20px;
}

.line {
width: 60%;
height: 1px;
box-shadow: 0px 0px 15px #0080FF;
background: linear-gradient(to right, rgba(0, 150, 255, 0.2), white, rgba(0, 150, 255, 0.2));
border: none;
margin: 0px 20% 0px 20%;
}

@media only screen and (min-width: 910px) {
/* Style the dropdown button and content */
.dropdown {
display: inline-block;
position: relative;
}

.dropbtn {
background-color: #000000;
color: #FFFFFF;
padding: 0px 15px 0px 0px;
font-family: "Oxanium", sans-serif;
font-weight: 300;
font-size: 15px;
border: none;
cursor: pointer;
}

.dropbtn:hover {
color: #505050;
}

.dropdown-content {
display: none;
position: absolute;
background-color: rgba(0,0,0,0.9);
text-align: left;
padding: 20px 20px 20px 20px;
line-height: 2.5;
width: 270px;
z-index: 2;
}

/* Show the dropdown content when the dropdown button is hovered over */
.dropdown:hover .dropdown-content {
display: block;
}

.top-logo {
display: block;
margin-top: 30px;
margin-left: 5%;
height: 60px;
width: 364px;
float: left;
text-align: center;
border: none;
}

.top-menu {
display: block;
margin-right: 0%;
margin-top: 30px;
height: 60px;
width: 50%;
float: right;
padding-top: 10px;
text-align: center;
font-family: "Oxanium", sans-serif;
font-weight: 300;
font-size: 15px;
font-weight: normal;
color: #FFFFFF;
border: none;
}

.top-menu a {
padding: 0px 15px 0px 0px;
}

.top-menu-small {
display: none;
}

}/* Desktop End */

/*restricted hangar button */
.rest-hang-button a {
padding: 10px 17px 7px 17px;
color: #FFFFFF;
font-family: "Oxanium", sans-serif;
font-weight: 300;
font-size: 15px;
background-color: rgba(128,0,0,1);
border: none;
border-radius: 5px;
}

.rest-hang-button a:hover {
background-color: rgba(192,0,0,1);
}