#nav {
	
	width:20%;
	min-width:160px;
	float: right;
	overflow: visible;
	font-size:0.75em
}

#navList li {
	list-style: none;
	margin: 0 0 10px 0;
	position: relative;
	/* float: left; */
}

#navList a {
	text-decoration: none;
	color: #ffffff;
	/* font-size: 100%;*/

	padding: 5px 5px;
	border: 1px #4f9bd9 solid;
	-webkit-box-shadow: 3px 3px 5px #283958;
	-moz-box-shadow: 3px 3px 5px #283958;
	box-shadow: 3px 3px 5px #283958;
	display: block;
	
	border-radius:10px;
}


.semi-transparent-button {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 8px;
  width: 80%;
  max-width: 150px;
  background: #fff; /* fallback color for old browsers */
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
}
.semi-transparent-button:hover,
.semi-transparent-button:focus,
.semi-transparent-button:active {
  background: #fff;
  color: #000;
  transition: all 0.5s ease-in;
}
.semi-transparent:focus {
  outline: none;
}

.is-blue {
  background: #1e348e; /* fallback color for old browsers */
  background: rgba(30, 52, 142, 0.5);
}
.is-blue:hover,
.is-blue:focus,
.is-blue:active {
  background: #1e348e; /* fallback color for old browsers */
  background: rgb(30, 52, 142);
  color: #fff;
}

.with-border {
  border: 1px solid #fff;
}

.simply-transparent {
  background: #fff; /* fallback color for old browsers */
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;

  text-align: center;
  
}

.simply-transparent2{
  background: #fff; /* fallback color for old browsers */
  background: rgba(255, 255, 255, 0.5);
  height:100%;
  width: 100%; 

	
}

.simply-transparent3{
  background: #1e348e; /* fallback color for old browsers */
  background: rgba(30, 52, 142, 0.5);
  height:100%;
  width: 100%;
border-radius: 20px;  

	
}