
body{
font-family: futura-pt, sans-serif;
font-style: normal;
font-weight: 300;
margin:0;
}

#content{
	text-align: center;
}

#logo{
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -80px;
	margin-top: -10px;
}

#headerText{
	max-width: 600px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -60px;
}

#headerText input{
		font-weight: 200;
	letter-spacing: 0px;
	font-size: 30px;
	line-height: 36px;
	color: #555;
	border-radius: 3px;
	border: 1px solid lightgrey;
	width: 400px;
	font-size: 20px;
	text-align: center;
	 -webkit-appearance: none;
	 font-family: futura-pt, sans-serif;
font-style: normal;
font-weight: 300;
}

#headerText input[type="submit"]{
	width: 404px;
	font-size: 15px;
	font-weight: 300;
	background: #4f52d2;
	border: 1px solid #4f52d2;
	margin-bottom: 100px;
	color: white;
	transition: 0.4s;
	 -webkit-appearance: none;
	 font-family: futura-pt, sans-serif;
font-style: normal;
font-weight: 900;
	letter-spacing: 2px;

}

#headerText input[type="submit"]:hover{
	
	background: #222;
	border: 1px solid #222;
	transition: 0.1s;
	cursor: pointer;


}

h1{
	font-weight: 900;
	letter-spacing: 2px;
	font-size: 32px;
	margin-bottom: -24px;
	color: #4f52d2;
}

#navbarcolor{
	height: 5px;
	width: 100%;
	background: #4f52d2;
	position: fixed;
	z-index: 1000;
}

h2{
	font-weight: 200;
	letter-spacing: 0px;
	font-size: 25px;
	line-height: 30px;
	color: #555;

}

h3{
	font-weight: 200;
	letter-spacing: 0px;
	font-size: 15px;
	line-height: 30px;
	color: #999;
	margin-top: -60px;
	margin-bottom: 40px;
}

#item img{
	border-radius: 6px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.04);
	border: 1px solid #e4e4e4;
	width: 250px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.13);
		margin-top:60px;

}



#item a{
	margin-right: 30px;
	margin-left: 30px;
	width: 200px;
	text-align: center;
	background-color: #eaeaea;
	border-radius: 100px;
	padding: 6px;
	padding-left: 24px;
	padding-right: 18px;
	color: grey;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none; 
	transition: 0.4s;
}

#item a:hover{
	background-color: #4f52d2;
	padding: 9px;
	padding-left: 28px;
	padding-right: 22px;
	color: white;
	transition: 0.1s;
	cursor: pointer;
}


#itemG img{
	border-radius: 6px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.04);
	border: 1px solid #e4e4e4;
	
	width: 250px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.13);
		margin-top:60px;

}

#itemG2 img{
	border-radius: 6px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.04);
	border: 1px solid #e4e4e4;
	
	width: 250px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.13);
		margin-top:60px;

}

#itemG2 a:hover{
opacity: 0.9;
}



#itemG a{
	margin-right: 30px;
	margin-left: 30px;
	width: 200px;
	text-align: center;
	background-color: #eaeaea;
	border-radius: 100px;
	padding: 6px;
	padding-left: 24px;
	padding-right: 18px;
	color: grey;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none; 
	transition: 0.4s;
}

#itemG a:hover{
	background-color: #4f52d2;
	padding: 9px;
	padding-left: 28px;
	padding-right: 22px;
	color: white;
	transition: 0.1s;
	cursor: pointer;
}


#price{
	position: relative;
	float: right;
background-color: black;
width: 50px;
right: 0;
margin-top: -275px;
z-index: 99;
margin-right: 50px;
padding:4px;
color: white;
font-weight: 400;
border-radius: 100px;

}




#logoList{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}


.middle {
  top: 0;
  left: 0;
  right: 0;
  position: sticky;
  font-weight: 400;
  font-size: 23px;
  background-color: #fff;
  border-bottom: 1px solid lightgrey;
  color: #555;
  text-align: center;
  padding: 1px; 
  margin-bottom: 70px;
  z-index: 999;

}

#stick{
	font-size: 15px;
	line-height: 16px;
	text-align: left;
	padding-right: 25px;
	border-right: 1px solid lightgrey;
	 	padding-left: 10px;
 	padding-right: 10px;
}

#stick2{
	line-height: 16px;
	font-size: 15px;
	text-align: right;
	padding-left: 25px;
	 	padding-left: 10px;
 	padding-right: 10px;
}

#logoList #freeList{
	width: 50%;
	float: left;
}

#logoList #paidList{
	width: 50%;
	float: right;
}



#featured{
	margin-top: -50px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	max-width: 580px;
	opacity: 0.4;
}


#contact{
	position: absolute;
	left:7px;
	top:6px;
	font-size: 22px;
	color: grey;
	text-decoration:none;
	padding:10px;
	transition: 0.3s;
}

#contact:hover{
	color: #4f52d2;
	transition: 0.1s;
	cursor: pointer;
}

::selection{
	background: lightgrey;
	color: white;
}

z{

}

#footer{
	padding:40px;
	text-align: center;
	font-size: 30px;
	margin-bottom: 40px;
}

#request{
	background-color: #f65024;
	color: white !important;
	position: absolute;
	top:10px;
	right: 10px;
	padding:10px;
	border-radius: 4px;
}

#request:hover{
	background-color: black;
}

#request a{
	color: white;
	font-weight: 400;
	text-decoration:none;
}
