html,body{
	display: block;
	margin: 0;
	padding: 0;
}
img{
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}
body{
background-image: url(img/background.jpg);
background-size: cover;
width: 100%;
height: 100%;
background-repeat: no-repeat;
}

#header{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(gray), to(black));
	line-height: 20px;
	width: 100%;
	position: absolute;

}
#header li{
	font-size: 25px;
	display: inline-block;
}
#header a{
	color: white;
	text-decoration: none;	
}
#header ul{
	margin-left: 60%;
	word-spacing: 100px;
}
#nav-bar a {
	padding-left: 40%;
}
#name{
	display: block;
	position: absolute;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-left: 10.1%;
	color: white;
	font-size: 35px;
	font-family: 'Bree Serif', serif;
}
#below-name{
	display: block;
	position: absolute;	
	margin-top: 33px;
	margin-left: 10.3%;
	word-spacing: 20px;
	letter-spacing: 11px;
	color: #3399ff;
}
#header a:hover{
	color: #3399ff;
}
#contact{
	

}
#about{
	position: absolute;
	height: 40px;
	color: white;
	font-size: 35px;
}
#text{

}
#hello{
	font-size: 40px;
	font-family: 'Lobster', cursive;
	color: white;
	padding-top: 11%;
	padding-left: 45%;
}
#first-line{
font-size: 20px;
color: white;
padding-top: 1%;
padding-left: 44%;
}
#second-line{
font-size: 20px;
color: white;
padding-left: 40.5%;	
}
#third-line{
font-size: 20px;
color: white;
padding-left: 37.5%;	
}
#fourth-line{
font-size: 20px;
color: white;
padding-left: 33%;	
}
.icon{
	position: absolute;
	height: 40px;
	color: white;
	font-size: 37px;
	margin-right: 100px;
}



@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
