
/** ADD YOUR AWESOME CODES HERE **/

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.text{
	color: white; 
	position: absolute; 
	top: -70%; 
	left: 15%; 
	display: inline-block; 
	font-size: 60px;
	font-weight:bold;
	letter-spacing: 3px;
}

.text1{
	color: white; 
	position: absolute; 
	top: -40%; 
	left: 40%; 
	display: inline-block; 
	font-size: 40px;
	font-weight:bold;
}

@media (min-width: 600px) {
  .text {
    font-size: 20px;
  }
}

@media (min-width: 600px) {
  .text1 {
    font-size: 10px;
  }
}

@media (min-width: 1360px) {
  .text {
    font-size: 60px;
  }
}

@media (min-width: 1360px) {
  .text1 {
    font-size: 40px;
  }
}

.list-inline1{
	padding-left:0;
	margin-left:5px;
	}
	
.list-inline1-li{
	display:inline;
	list-style-image:url(uploads/arrow.png) no-repeat left top;;
	padding-right:5px;
	/*padding-left:5px;*/
	text-align:left;
    list-style:none;
    vertical-align:central;
	
	}