/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 15 2021 | 17:43:32 */
/* Photo Library Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* Photo Library - The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Photo Library - Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  width: 250px;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Photo Library - Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}

/* Photo Library - Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Photo Library - Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Photo Library - Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

/* ############################################### */

/* Boating Experts Dropdown Button */
.experts-dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* Boating Experts - The container <div> - needed to position the dropdown content */
.experts-dropdown {
  position: relative;
  display: inline-block;
}

/* Boating Experts - Dropdown Content (Hidden by Default) */
.experts-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  width: 800px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  column-count: 3;
}

/* Boating Experts - Links inside the dropdown */
.experts-dropdown-content a {
font: 600 13px/15px Source Sans Pro;
  color: black;
  padding: 6px 12px;
  text-decoration: none;
  display: block;
}

/* Boating Experts - Change color of dropdown links on hover */
.experts-dropdown-content a:hover {background-color: #ddd;}

/* Boating Experts - Show the dropdown menu on hover */
.experts-dropdown:hover .experts-dropdown-content {display: block;}

/* Boating Experts - Change the background color of the dropdown button when the dropdown content is shown */
.experts-dropdown:hover .experts-dropbtn {background-color: #3e8e41;}

/* ############################################### */

/* Video Library Dropdown Button */
.video-dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* Video Library - The container <div> - needed to position the dropdown content */
.video-dropdown {
  position: relative;
  display: inline-block;
}

/* Video Library - Dropdown Content (Hidden by Default) */
.video-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  width: 500px;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  column-count: 2;
}

/* Video Library - Links inside the dropdown */
.video-dropdown-content a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}

/* Video Library - Change color of dropdown links on hover */
.video-dropdown-content a:hover {background-color: #ddd;}

/* Video Library - Show the dropdown menu on hover */
.video-dropdown:hover .video-dropdown-content {display: block;}

/* Video Library - Change the background color of the dropdown button when the dropdown content is shown */
.video-dropdown:hover .video-dropbtn {background-color: #3e8e41;}

/* ############################################### */