*
{
	margin: 0;
	padding: 0;
}

.nav-bar{
	background: #1d4052;
	color: #fff;
	padding: 20px;
	font-family: sans-serif;
	
}

.nav-bar img{
	height: 50px;
	float: left;
	margin-right: 20px;
	margin-top: -5px;
	border-radius: 20%;
}
.menu-right{
	text-align: right;


}
ul li{
	display: inline-block;
	margin: 20px;
	list-style: none;

}

span{
	margin: 0 20px;
	font-size: 28px;
	cursor: pointer;
	display: none;
}
@media only screen and (max-width: 1000px){
	span 
	{
		display: block;

	}
	ul li{
		display: block;

	}
	ul{
		display: none;
	}
}

p{
	font-family: all;
	padding: 50px;
text-decoration: underline;
  margin-top: 100px;
	color: white;
	border-style: solid;
	
	
	font-size: 30px;
	text-align: center;
}

.wrapper{
	background-image: url('tech.jpg');

}





