/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


	nav {
		width:100%;
		float:left;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight:300px;
	position: fixed;
	top:0px;
	cursor: hand;
	
  	}
  	nav ul {
  		width: 100%;
  		display: none;
  		height: auto;
		background:#2c3e50;
  	}
  	nav li {
		display:block;
		font-size:20px;
  		width: 25%;
		height:100px;
  		float: left;
		background: #2c3e50;
  		position: relative;
		text-align:center;
  	}
  	nav li a {
		
		color:#fff;
	}
  	nav a {
		color:#fff !important;
	  	text-align: center;
	  	width: 100%;
	  	text-indent: 0px;
		line-height:90px;
		text-decoration:none;
  	}
	
		
		nav #pull {
		font-size:medium;
		font-weight:400;
		display: block;
		width: 100%;
		position: relative;
		height:90px;
	}
	
	nav #pull i {
		color:#fff;
		float: right;
		background:#3498DB;
		text-align: left;
		padding: 30px;
		z-index: 30;
		position:fixed;
		top:100px;
		right:30px;
		}
	
	
.logo {
	display: none;
	}

@media only screen and (min-width : 300px) and (max-width : 680px) {	

nav li {
		display:block;
		font-size:20px;
  		width: 50%;
		height:100px;
  		float: left;
		background: #2c3e50;
  		position: relative;
		text-align:center;
  	}
	
	nav #pull {
		font-size:14px;
		font-weight:400;
		display: block;
		width: 100%;
		position: relative;
		height:50px;
	}

	nav #pull i {
		color:#fff;
		float: right;
		background:rgba(51,153,51,.7);
		text-align: left;
		padding: 20px;
		z-index: 30;
		position:fixed;
		top:100px;
		right:0px;
		}

}

/*Styles for screen 515px and lower*/

/*Smartphone*/
