@charset "utf-8";



/************ Apparel Site CSS ***************/

* {margin: 0; padding: 0; box-sizing: border-box; }
			img {max-width: 100%;}

body {
	background-color: black;
	color: white;
}


header {
	width: 100%;
	padding-top: 50%;
	background:url("images/maleModel10a.jpg") no-repeat;
	background-size: cover;
	position: relative;
}
	

#subscribe {
	width: 100%;
	padding-top: 50%;
	background:url("images/clothingStore2a.jpg") no-repeat;
	background-size: cover;
	position: relative;
}

footer {
	width: 100%;
	padding-top: 50%;
	background:url("images/backgroundClothing2a.jpg") no-repeat;
	background-size: cover;
	position: relative;
}

h2 {
	text-transform: uppercase;
}

p {
	font-weight: bold;
	text-decoration: underline;
}



.grid {
	padding: 0;
	padding-top: 15px;
	padding-bottom: 0px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}



#button {
	border: none;
	background-color: #E8E000;
	color: black;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: bold;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

#button2 {
	border: none;
	background-color: #E8E000;
	color: black;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: bold;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

.buttonplacement {
	padding-top: 15px;
}


@media only screen and (min-width: 375px) {
	
	#subscribe {
		font-size: 2vw;
	}

	
	#logo h1 {
		position: absolute;
		font-size: 8vw;
		top: 20px;
		right: 20px;
		margin: 0;
	}
	
	#cta1 {
		font-size: 3vw;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
	}
	
	#kickoff {
		font-size: 3vw;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		
	}

@media only screen and (min-width: 768px) {
	
	header {
		background: url("images/maleModel10b.jpg");
		background-size: cover;
	}
	
	#subscribe {
		background:url("images/clothingStore2b.jpg");
		background-size: cover;
	}
	
	footer {
		background: url("images/backgroundClothing2b.jpg");
		background-size: cover;
	}
	
	
	.grid {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	#cta1 {
		text-align: center;
		font-size: 2vw;
	}
	
	#kickoff {
		text-align: center;
		font-size: 2vw;
	}
	
}

@media only screen and (min-width: 960px) {
	
	#page {
		width: 960px;
		margin: auto;
	}
	
	header {
		background: url("images/maleModel10c.jpg");
		background-size: cover;
	}
	
	#subscribe {
		background:url("images/clothingStore2c.jpg");
		background-size: cover;
	}
	
	footer {
		background: url("images/backgroundClothing2c.jpg");
		background-size: cover;
	}	
	
		#logo h1 {
		font-size: 6vw;
	}
	
	#cta1 {
		font-size: 1.5vw;
	}
	
	#kickoff {
		text-align: center;
		font-size: 2vw;
	}
}


@media only screen and (min-width: 1280px) {
	
	header {
		background: url("images/maleModel10d.jpg");
		background-size: cover;
	}
	
	#subscribe {
		background:url("images/clothingStore2d.jpg");
		background-size: cover;
	}
	
	footer {
		background: url("images/backgroundClothing2d.jpg");
		background-size: cover;
	}
	
	#logo h1 {
		font-size: 5vw;
	}
	
	#cta1 {
		font-size: 1vw;
	}
	
}