*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'poppins', sans-serif;
}

.header{
	min-height: 85vh;
	width: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
	 url(images/header-img.jpg);
	background-size: cover;
	background-position: center;
	display: inline-block;
}

nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 28px;
	font-weight: bold;
	position: relative;
	bottom: 20px;
}

.nav-links li{
	display: inline-block;
	list-style: none;
	margin: 10px 30px;
	text-transform: uppercase;
}

.nav-links li a {
	text-decoration: none;
	color: #fff;
}

.logo {
	width: 200px;
	cursor: pointer;
	position: relative;
	top: 10px;
}

.getintouch-btn {
	padding: 9px 20px;
	border-radius: 20px;
	background-color: #fff;
	text-decoration: none;
	color: #FF5403;
	font-weight: bold;
	font-size: 14px;

}

.sale{
	color: #fff;
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
	font-size: 40px;
}

.welcome {
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	font-size: 29px;
}

.view-all-button {
	padding: 9px 20px;
	border-radius: 20px;
	background-color: #fff;
	text-decoration: none;
	color: #FF5403;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	left: 620px;
	top: 55px;
}

/*-----HOODIES-----*/



.hoodies {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 30px;
	margin: 25px 25px;
}

.hoodies img {
	width: 100%;
	border-radius: 11px;
}

.sub-title {
	text-align: center;
	color: #ff5403;
	padding-top: 20px;
	font-weight: bold;
	font-size: 30px;
}

.subs {
	color: #888;
	padding: 6px 10px;
}

.price {
	color: #CD1818;
	padding: 3px 10px;
	font-weight: bold;
}

/*----SALE-----*/
.h2sale {
	color: #fff;
	background-color: #CD1818;
	padding: 15px 0;
}

.sale15 {
	background-color: #CD1818;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	font-size: 19px;

}

.sale15 a {
	text-decoration: none;
	color: #fff;
}

/*----FOOTER-----*/

.footerdiv {
	background-color: #FFD07F;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

/*-----New Pages-----*/


.navh {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 28px;
	font-weight: bold;
	position: relative;
	bottom: 20px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
	 url(images/header-img.jpg);
	 background-size: cover;
}

.nav-linksh li{
	display: inline-block;
	list-style: none;
	margin: 10px 30px;
	text-transform: uppercase;
}

.nav-linksh li a {
	text-decoration: none;
	color: #fff;
}

.hoodie img {
	border-radius: 11px;
	width: 400px;
	margin-top: 20px;
	margin-left: 30px;
	padding-right: 40px;
}

.hoodie {
	display: grid;
	grid-template-columns: repeat(3, 33%);
}

.npparagraph { 
	font-size: 18px;
	color: #888;
	padding: 20px 0 10px 0;
 }

 .pricen {
 	color: #ff5403;
 	font-weight: bold;
 	font-size: 24px;
 }

  .off15nu{ 
  	font-size: 13px;
  	font-weight: bold;
  	padding: 10px 7px;
  	background-color: #CD1818;
  	color: #fff;
  	display: inline-block;
  	border-radius: 7px;
  	margin-top: 10px;

   }

   .sizes {
   	color: #888;
   	padding-top: 20px;
   }

   .smlxlxxl {
   	color: #777;
   	padding-top: 10px;
   	font-size: 18px;
   }
 
 	.buttonshop {
 		font-size: 14px;
 		background-color: #ff5403;
 		color: #fff;
 		padding: 12px 8px;
 		display: inline-block;
 		font-weight: bold;
 		border-radius: 9px;
 		margin-top: 20px;
 	}

 	.creviews {
 		padding: 20px 0 10px 0;
 		font-size: 20px;
 		color: #888;
 	}

 	.uil-star {
 		color: #FFC600;
 		font-size: 25px;
 		padding: 20px 0 10px 0;
 	}

 	
/*---FOOTER----*/

.footer {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	background-color: #D3DEDC;
}

.about {
	font-size: 16px;
	padding: 20px;
	line-height: 1.5;
}

.resources {
	font-size: 16px;
	padding: 20px;
	line-height: 1.5;
}

.about h3, .resources h3 {
	color: #ff5403;
	font-size: 21px;
}

.about p, .resources p {
	color: #333;
}
