body {
  background-color: #272a2f;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

/* Navbar container */
.navbar {
  overflow: hidden;
  background-image: linear-gradient(to bottom, #242424, #2e3439);
  font-family: Ubuntu, Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #95979a;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
  border-radius: 0.25rem;
}

/* Add a red background color to navbar links on hover */
.navbar a:hover {
  background-color: #F8B418;
}

.dropdown:hover .dropbtn {
  background-color: #95979a;
  color: #fff;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  padding: 0.5rem 0;
  display: none;
  position: absolute;
  background-color: #272a2f;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 0.25rem;
  border-style: solid;
  border-color: #95979A;
  border-width: 1px;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #95979a;
  padding: 0.25rem 1.5rem;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #95979a;
  color: #fff;
}

.dropdown-content a:hover span {
  filter: brightness(0) saturate(100%) invert(100%) sepia(72%) saturate(0%) hue-rotate(331deg) brightness(112%) contrast(101%);
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.fa-caret-down:before {
  content:"\f0d7"
}

.icon-img {
  position: relative;
  top: 2px;
  height: 14px;
  text-align: center;
  filter: brightness(0) saturate(100%) invert(88%) sepia(0%) saturate(166%) hue-rotate(276deg) brightness(70%) contrast(81%);
}

.icon-block {
  display: inline-block;
  width: 20px;
  text-align: center;
}