ul.grad {
  list-style-type: none;
  padding:0;
  overflow: hidden;
  background: rgb(131,58,180,1)
  background: -webkit-linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,55,29,1) 50%, rgba(240,149,10,1) 100%);
  background:    -moz-linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,55,29,1) 50%, rgba(240,149,10,1) 100%);
  background:     -ms-linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,55,29,1) 50%, rgba(240,149,10,1) 100%);
  background:      -o-linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,55,29,1) 50%, rgba(240,149,10,1) 100%);
  background:         linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,55,29,1) 50%, rgba(240,149,10,1) 100%);
  width: 75%;
  margin: auto;
  font-size: 15px;
  font-family: "Ubuntu","Lucida Grande",Verdana,Helvetica,sans-serif;
}

li {
  float: left;
  border-right: 1px solid #bbb;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background: rgb(252,6,1,1)
background: -webkit-linear-gradient(0deg, rgba(252,6,1,1) 0%, rgba(247,207,55,1) 100%);
background:    -moz-linear-gradient(0deg, rgba(252,6,1,1) 0%, rgba(247,207,55,1) 100%);
background:     -ms-linear-gradient(0deg, rgba(252,6,1,1) 0%, rgba(247,207,55,1) 100%);
background:      -o-linear-gradient(0deg, rgba(252,6,1,1) 0%, rgba(247,207,55,1) 100%);
background:         linear-gradient(0deg, rgba(252,6,1,1) 0%, rgba(247,207,55,1) 100%);
}

li.dropdown {
  display: inline-block;
}

li:last-of-type {
  border-right: none;
}

ul.grad:first-of-type {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}

ul.grad:last-of-type {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: rgb(34,193,195,1)
  background: -webkit-linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(131,58,180,1) 100%);
  background:    -moz-linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(131,58,180,1) 100%);
  background:     -ms-linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(131,58,180,1) 100%);
  background:      -o-linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(131,58,180,1) 100%);
  background:         linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(131,58,180,1) 100%);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background: rgb(252,6,1,1)
background: -webkit-linear-gradient(0deg, rgba(252,6,1,1) 0%, rgba(247,207,55,1) 100%);
background:    -moz-linear-gradient(0deg, rgba(252,6,1,1) 0%, rgba(247,207,55,1) 100%);
background:     -ms-linear-gradient(0deg, rgba(252,6,1,1) 0%, rgba(247,207,55,1) 100%);
background:      -o-linear-gradient(0deg, rgba(252,6,1,1) 0%, rgba(247,207,55,1) 100%);
background:         linear-gradient(0deg, rgba(252,6,1,1) 0%, rgba(247,207,55,1) 100%);
}

.dropdown:hover .dropdown-content {
  display: block;
}

img.fixed-ratio-resize { /* basic responsive img */
	max-width: 100%;
	text-align: center;
	height: auto;
	width: auto\9; /* IE8 */
}