.reveal .slide-menu-button {
  display: none;
}
.reveal:not(.has-vertical-slides) .controls .navigate-left,
.reveal[data-navigation-mode="linear"].has-horizontal-slides .navigate-left {
  bottom: 44.4em !important;
  right: 186.5em !important;
}
.reveal:not(.has-vertical-slides) .controls .navigate-right,
.reveal[data-navigation-mode="linear"].has-horizontal-slides .navigate-right {
  bottom: 44.4em !important;
  right: -8px;
}
.reveal .controls .controls-arrow:after,
.reveal .controls .controls-arrow:before {
  width: 20px;
  color: #ffffff;
  top: 35px;
  left: 6px;
}
.reveal .controls .controls-arrow {
  width: 50px !important;
  height: 105px;
  background-color: #02082a;
  opacity: 0.15 !important;
  border-radius: 0px 90px 90px 0px;
}
.reveal .controls .enabled {
  opacity: unset !important;
}
.dropdown {
  position: absolute;
  display: inline-block;
  top: -360px;
  left: 1040px;
  cursor: pointer;
  width: 85px;
  height: 85px;
  background-color: #151b37 !important;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px #00000040;
  z-index: 999;
}
/* .menu-icon {
  font-size: 45px;
  color: #ffffff;
} */

/* Dropdown Button */
.dropbtn {
  background-color: transparent !important;
  border: none;
  color: #ffffff;
  font-size: 45px;
  padding-top: 10px;
}
.dropbtn::before {
  content: url(../images/menu-icon.svg);
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #393e52;
  box-shadow: 0px 4px 4px 0px #00000040;
  z-index: 1;
  width: 69px;
  border-radius: 0px 0px 90px 90px;
  top: -289px;
  right: -157px;
}
.home::before {
  content: url(../images/house-chimney.svg);
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  font-size: 20px;
  line-height: 24.2px;
  padding-bottom: 22px;
  padding-top: 22px;
  border-bottom: 1px solid #ffffff;
}
.dropdown-content a:last-child {
  border-bottom: none;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}
