ul {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
}
li {
	padding:0;
	margin:0;
}


nav{
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 2em;
	
}
nav a{
	position: relative;
	display: inline-block;
	font-size: 3em;
	text-decoration: none;
	color: #fff;
	width: 3em;
	height: 3em;
	border: 2px solid #c00;
	border-radius: 100%;
	overflow: hidden;
	transition: opacity 1s;
	opacity: 1;
	margin-right:.3em;
}
nav:hover a{
	opacity: 0.25;
}
nav:hover a:hover{
	opacity: 1;
}
nav a span{
	position: absolute;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
nav a span:first-child{
	background: #c00;
	opacity: 0.5;
	transition: -webkit-clip-path 1s, -moz-clip-path 1s, clip-path 1s, border-color 1s;, opacity 1s;
	-webkit-clip-path: circle(0% at center);
	-moz-clip-path: circle(0% at center);
	clip-path: circle(0% at center);
}
nav a:hover span:first-child{
	-webkit-clip-path: circle(30% at center);
	-moz-clip-path: circle(50% at center);
	clip-path: circle(50% at center);
	border-color: rgba(0,0,0,0);
}


/*styling open close button*/



.button {
	display: inline;
	position: absolute;
	right: 40px;
	top: 6px;
	z-index: 999;
	font-size: 3em;
}

@media screen and (max-width: 40em) {	
.button {
	display: inline;
	position: absolute;
	right: 40px;
	top: 6px;
	z-index: 999;
	font-size: 2em;
}	
	
}

.button a {
	text-decoration:none;
}
.btn-open:after {
	color: #cc0000;
	content: "\f0c9";
	font-family: "FontAwesome";
	transition-property: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
}
.btn-open:hover:after {
	color:#34B484;
}
.btn-close:after {
	color:#cc0000;
	content:"\f00d";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-close:hover:after {
	color: #34B484;
}

/* --- overlay ---*/
.overlay {
	display:none; 
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background:black;
	overflow:auto;
	z-index:99;
}
.wrap {
	color: #FF0000;
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
}
.wrap ul.wrap-nav {
	border-bottom:1px solid #575757;
	text-transform:capitalize;
	padding:150px 0px 100px;
}
.wrap ul.wrap-nav li {
	font-size:20px;
	display:inline-block;
	vertical-align:top;
	width:24%;
	position:relative;
}
.wrap ul.wrap-nav li a {
	color:#34B484;
	display:block;
	padding:8px 0;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul {
	padding:20px 0;
}
.wrap ul.wrap-nav ul li {
	display:block;
	font-size:13px;
	width:100%;
	color:#e9e9e9;
}
.wrap ul.wrap-nav ul li a {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul li a:hover {
	color:#34B484;
}
.social {
	font-size:25px;
	padding:20px;
	text-align:center;
}
.social p {
	margin:0;
	padding:20px 0 5px 0;
	line-height:30px;
	font-size:13px;
}
.social p a {
	color:#34B484;
	text-decoration:none;
	margin:0;
	padding:0;
}
.social-icon {
	
	text-align:center;
	width:80px;
	height:50px;
	background:#e9e9e9;
	color:#333;
	display:inline-block;
	margin-top:2em;
	margin-right:0.9em;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.social-icon:hover {
	background:#34B484;
	color:#f0f0f0;
}
.social-icon i {
	margin-top:0.5em;
}

@media screen and (max-width:48em) {
	  .colums { font-size: .9em;
                 color: #0F0;
                 text-align:justify;
                 width:80%;
				 -moz-column-count: 1;
                 -webkit-column-count: 1;
                 column-count: 1;
                 margin:auto;
}


	
	.wrap ul.wrap-nav>li {
		width:100%;
		padding:20px 0;
		border-bottom:1px solid #575757;
	}
	.wrap ul.wrap-nav {
		padding:30px 0px 0px;
	}

/*	nav ul {
		opacity:0;
		visibility:hidden;
	}
*/
	.social {
	color: #FFFF00;
	font-size: 25px;
	padding: 15px 0;
	text-align: center;
	}
	
	.social-icon {
		width:100%;
		height:50px;
		background:#fff;
		color:#333;
		display:block;
		margin:5px 0;
	}
	
  .banner { margin-top:3em;
  }
  
#Left {
    width: 100%;
    float: none;
    
}
 
#Right {
    width: 100%;
    float: none;
    
	margin-top:1em;
}
}

/* the original -click on hamburger to open menu- text 

.content {
	width:100%;
	margin-top:200px;
	font-size:20px;
	color#333;
	text-align: center;
} */
