/*
CSS controls the styling of the page.
You can write a color in directly, or use variables.
Try changing the color from blue to red in the
primary color variable below.
*/

/*
:root {
	background-color: #242424;
}
*/

@font-face {
	font-family: "VTCSpikeTrial";
	src: url("VTCSpikeTrial-Light.woff") format("woff");
	src: url("VTCSpikeTrial-Regular.woff") format("woff");
	src: url("VTCSpikeTrial-Medium.woff") format("woff");
	src: url("VTCSpikeTrial-SemiBold.woff") format("woff");
	src: url("VTCSpikeTrial-Bold.woff") format("woff");
	src: url("VTCSpikeTrial-ExtraBold.woff") format("woff");
	src: url("VTCSpikeTrial-Black.woff") format("woff");
}

body {
	background-color: #212121;
}


.intro {
	text-align: center;
	font-family: "VTCSpikeTrial", sans-serif;
	color: white;
	font-size: 70px;
	padding-top: 40%;
}

.heading {
	text-align: center;
	font-family: "VTCSpikeTrial", sans-serif;
	color: white;
	font-size: 60px;
}

.blank {
	color: #ef5046;
	text-transform: uppercase;
}

h2 {
	color: white;
	font-family: "neue-haas-grotesk-display", sans-serif;
	margin-top: 5%;

}

svg {
	background-color: white;
	border-radius: 5%;
	max-width: 70%;
	display: block;
	margin: auto;
}

sl-input {
	width: 30%;
	margin-top: 10px;
}

.customization-link {
	background-color: #ffffff;
	max-width: 90%;
	border: none;
	color: #212121;
	padding: 8px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 30px;
	display: block;
	margin: auto;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10%;
}

.customization-link:hover {
	background-color: #ef5046;
}

#about-link {
	color: white;
	padding: 8px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 30px;
	display: block;
	margin: auto;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-size: 20px;
	font-weight: 600;
}

#about-link:hover {
	color: #ef5046;
}

#reset,
#home-link,
#done {
	background-color: #ffffff;
	border: none;
	color: #212121;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	border-radius: 30px;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 600;
	align-items: left;
}

#homeButton:hover {
	background-color: #ef5046;
}

#shareButton,
#saveButton,
#homeButton {
	display: none;
}

#done:hover {
	background-color: #ef5046;
}

#home-link:hover {
	background-color: #ef5046;
}

.intro {
	margin-top: 20%;
}

/*
.color-picker {
	margin-left: 20%;
}
*/
.buttons-container1 {
	margin-top: 10px;
	text-align: right;
	margin-bottom: 7%;
	margin-right: 0;
}

#buttons-container2 {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 7%;
	margin-right: 10%;
}

.buttons-container button {
	display: inline-block;
	margin-right: 2%;
}

.hide {
	display: none;
}

/*
#font-picker {
	margin-left: 20%;
}
*/

/* SVG styling */

.cls-1 {
	font-size: 60px;
}

.cls-1,
.cls-2,
.cls-3 {
	fill: #fff;
	text-transform: uppercase;
}

.cls-1,
.cls-3 {
	font-family: VTCSpikeTrial-Bold, 'VTC Spike Trial';
	font-weight: 700;
}

.cls-4 {
	fill: #ef5046;
}

.cls-4,
.cls-5,
.cls-2 {
	stroke-width: 0px;
}

.cls-5 {
	fill: #212121;
}

.cls-6 {
	isolation: isolate;
}

.cls-3 {
	font-size: 200px;
}


#jersey-preview {
	max-width: 70%;
}

.welcome {
	font-family: "VTCSpikeTrial", sans-serif;
	color: white;
	font-size: 40px;
	text-align: left;
}

.welcome-intro {
	color: white;
	font-size: 15px;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 300;
	padding-bottom: 10%;
}

.about-body {
	margin: 5%;
}

.custom-options {
	margin: 0% 15%10% 15%;
}

.color-picker__grid {
	align-items: center;
}



/*
CSS doesn't allow variables to be used in media
queries just yet, but you can use these values
to help you out.

	--size-xs: 320px;
	--size-sm: 480px;
	--size-md: 768px;
	--size-lg: 1024px;
	--size-xl: 1200px;


h1 {
	color: var(--color-primary);
}
*/

/* This uses the same value as --size-xs. */

/* tablet sizing */
@media screen and (min-width: 768px) {
	.content-container {
		margin: 0 auto;
		max-width: 768px;
	}

	.intro {
		font-size: 70px;
		padding-top: 20%;
	}

	.color-picker-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		margin-bottom: 0;
		font-size: 15px;
		align-items: center;
		justify-content: center;
	}

	.color-picker-container3 {
		margin-left: 0;
	}

	.number-font-container {
		display: grid;
		grid-template-columns: repeat(2, 0.5 fr);
		gap: 0px;
		margin-left: 10px;
	}

	.custom-options {
		margin: 0 2%;
	}

	.custom-options {
		margin-left: 13%;
		margin-top: 5%;
	}

	.welcome {
		font-family: "VTCSpikeTrial", sans-serif;
		color: white;
		font-size: 50px;
		text-align: left;
	}

	.welcome-intro {
		color: white;
		font-size: 20px;
		font-family: "neue-haas-grotesk-display", sans-serif;
		font-weight: 300;
		padding-bottom: 10%;
	}

	.about-body {
		margin: 0% 8%;
	}

	.color-picker {
		max-width: 20%;
	}

	.second-row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 40px;
	}
}

/* desktop sizing */
@media screen and (min-width: 1024px) {

	.heading {
		margin-bottom: 0;
	}

	.intro {
		font-size: 120px;
		padding-top: 0px;
	}

	.customization-link {
		max-width: 30%;
		margin-bottom: 0;
	}

	.heading {
		font-size: 100px;
	}

	.welcome {
		font-family: "VTCSpikeTrial", sans-serif;
		color: white;
		font-size: 100px;
		text-align: left;
	}

	.welcome-intro {
		color: white;
		font-size: 25px;
		font-family: "neue-haas-grotesk-display", sans-serif;
		font-weight: 300;
		padding-bottom: 5%;
	}

	.about-body {
		margin: 0% 10%;
	}

	#jersey-layout {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin-right: 100px;

	}

	.content-container {
		max-width: 100%;
	}

	#jersey-preview {
		max-width: 70%;
		margin-top: 10%;
		display: block;
	}

	.custom-options {
		margin-left: 0;
	}

	#font-picker {
		margin-bottom: 200px;
	}

	.button-container {
		margin-left: 10px;
	}
}