/* Dropdown Button */
.dropbtn {
    color: white;
    padding: 6px;
    font-size: 16px;
    border: none;
    content:url(/images/menu-gray.png);
  }

  .dropbtn:hover {
    content:url(/images/menu.png);
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
   }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    background-color: rgb(192,0,0);
    border: 2px solid rgb(128,0,0);
    box-shadow: 5px 5px #DDDDDD;
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: darkgray;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    color: white;
  }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
    color: white;
  }

  /* Dropdown Button */
.dropbtn2 {
    color: white;
    padding: 6px;
    border: none;
    margin-left: 10px;
  }

  /* The container <div> - needed to position the dropdown content */
  .dropdown2 {
    position: relative;
    display: inline-block;
   }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content2 {
    display: none;
    position: absolute;
    min-width: 160px;
    margin-left: 15px;
    background-color: rgb(192,0,0);
    border: 2px solid rgb(128,0,0);
    z-index: 1;
    box-shadow: 5px 5px #DDDDDD;
  }
  
  /* Links inside the dropdown */
  .dropdown-content2 a {
    color: darkgray;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content2 a:hover {
    color: white;
  }
  
  /* Show the dropdown menu on hover */
  .dropdown2:hover .dropdown-content2 {
    display: block;
  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown2:hover .dropbtn2 {
    color: white;
  }

    /* Dropdown Button */
.dropbtn3 {
    color: white;
    padding: 6px;
    border: none;
    margin-left: 10px;
  }

  /* The container <div> - needed to position the dropdown content */
  .dropdown3 {
    position: relative;
    display: inline-block;
   }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content3 {
    display: none;
    position: absolute;
    min-width: 160px;
    margin-left: 15px;
    background-color: rgb(192,0,0);
    border: 2px solid rgb(128,0,0);
    box-shadow: 5px 5px #DDDDDD;
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content3 a {
    color: darkgray;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content3 a:hover {
    color: white;
  }
  
  /* Show the dropdown menu on hover */
  .dropdown3:hover .dropdown-content3 {
    display: block;
  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown3:hover .dropbtn3 {
    color: white;
  }