.navbar {
	opacity: 1.0;
	overflow: hidden;
	background-color: #0093F4;
	top: 0px;
	z-index: 10;
	float: left;
	width: 100%;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius: 20px;
	margin-bottom: 20px;
}

.navbar a {
	font-family: 'Exo 2', sans-serif;
	float: left;
	display: block;
	color: #EFEFEF;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
}

.navbar a:hover {
	color: #FFF;
	transition: 1s;
	background-color: #0C6;
	background-position: 172;
}


.dropbtn {
		border: 1px solid #E5E5E5;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #3498DB;
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
	padding-top: 14px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 30px;
}

.dropbtn:hover, .dropbtn:focus {
	background-color: #09F;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
  
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

@media screen and (max-width: 800px) {
	
	
	.navbar a{
	float: right;
	width: 100%;
	
}

.navbar {
	
	width: 100%;
	
}
}
.navbar .current {
	color: #FFF;
	background-color: #0C3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
