@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
	--menu-speed: 0.75s;

	--text-color: #beb7a4;

	--color-black: #1c1b1b;
}

/*--text-color: #b9b2a0;*/





* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}





.container {
	width: 100%;
	height: 100dvh;


	background-image: url(./images/tshirt_images/orange_tshirt.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background-image 0.7s;
}





.content {
	margin-top: 15px;
	background-size: cover;
}



.content h2 {
	font-size: 1.3rem;
	color: var(--text-color);
	margin-top: 30px;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	line-height: 1em;
}





.section-dark-circle_incomplete {
	background-color: var(--color-black);
	background-image: url(./images/ink_vert_flip.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.section {
	text-align: center;
	/*padding: min(50px, 50%);*/


	/*
	padding: 50px 750px;
	/* WAS
	padding: 50px 80px;
	*/
}









/* Buttons */



.color-select div {
	background-color: var(--color-black);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 7px;
	cursor: pointer;
}

.color-select {
	display: inline-flex;
	margin-top: 17px;
}



.color-select #pink {
	background-color: #c77a00;
	border-color: var(--text-color);
	border-style: solid;
}


.color-select #white {
	background-color: #000000;
	border-color: var(--text-color);
	border-style: solid;
}

.color-select #blue {
	background-color: #0c4529;
	border-color: var(--text-color);
	border-style: solid;
}


.color-select #yellow {
	background-color: #5a1010;
	border-color: var(--text-color);
	border-style: solid;
}


/* TEAL
	background-color: #1ea1a1;
*/

/*  BLUE
background-color: #0c2844;
*/

/* ORANGE
background-color: #c77a00;
*/

/* YELLOW
background-color: #ffcc00;
*/

/* RED
background-color: #5a1035;
*/

/* DARK GREEN
background-color: #0c4529;
*/

/* PURPLE
background-color: #320c44;
*/

/* HIBISCUS
background-color: #460d4b;
*/

/* PINK
background-color: #c729c7;





@media(max-width:2880px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:2560px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:2048px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:1600px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:1440px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:1280px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}


@media(max-width:1920px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}


@media(max-width:1800px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:1700px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:1600px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:1536px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:1440px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:1368px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:1366px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:1280px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:1180px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:1080px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:1024px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:960px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:932px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:915px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:914px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:912px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:882px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:853px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:820px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:720px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:667px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:568px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:375px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:414px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:375px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}

@media(max-width:320px) {
	.container {
		width: 100%;
		height: 100vh;

		background-image: url(./images/tshirt_images/hibiscus_tshirt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background-image 0.7s;
	}
}


*/