:root {
	--main-dark-color: var(--t0-dark-color);
	--main-middle-color: var(--t0-middle-color);
	--font-color-in-middle-background: var(--t0-font-color);
	--footer-color: var(--t0-dark-color);
}

*{
	margin : 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

h1, h2 {
	font-weight: 300;
}
h1 {
	font-size: 3em;
	position: relative;
	margin-left: 1em;
	margin-top: 0.4em;
	color: var(--text-header-color);
}

h2 {
	font-size: 2em;
	position: relative;
	margin-bottom: 1em;
	text-align: center;
}

h2::after {
	position: absolute;
	content: '';
	background-color: var(--main-dark-color);
	height: 10%;
	width: 90%;
	top: 100%;
	left: 50%;
	transform: translateX(-50%); 
}

h3 {
	font-weight: 600;
}
section {
	width: 80%;
	margin: auto;
}
.header {
	background-color: var(--main-dark-color);
	color: white;
	height: 10%;
	padding-block: 2em;
}
.header h1::before{
	position: absolute;
	content: 'The Ultimate';
	font-size: 0.5em;
	top: -25%;
}
.header h1::after{
	position: absolute;
	content: '++';
	font-size: 0.5em;
}
.pizza_container {
	display: flex;
	flex-wrap: wrap;
}
.pizza_container > * {
	flex-basis: calc(700px - 40%);
	flex-grow: 1;
	margin: 1em 3em;
}

form {
	display: flex;
	flex-direction: column;
}

form > * {
	margin-top: 0.5em; 
}

form label {
	margin-top: 1em;
}

input, 
select{
	height: 3em;
	background: var(--main-middle-color);
	border: 0px;
	border-radius: 0.5em;
	padding-left: 1em;
	color: var(--font-color-in-middle-background);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#listLang {
	position: absolute;
	z-index: 2;
	top: 4vh;
	left: 90vw;
	width: 8em;
	background-color: var(--main-dark-color);
	color: white;
}

.pizza_recipe {
	/*background-color: var(--main-middle-color);*/
	color: var(--font-color-in-middle-background);
	border: 0.5em solid var(--main-middle-color);
	border-radius: 1.5em;
}


.pizzaIngredient {
	display: flex;
}

.pizzaIngredient h3 {
	text-align: right;
}

.pizzaIngredient p {
	text-align: left;
	margin-top: 0.7em;
}

.pizzaIngredient > *{
	margin: 0.5em;
	width: 50%
}

input[type=range] {
	background-color: white;
	padding-left: 0;
}

.footer {
	width: 100%;
	background-color: var(--footer-color);
	color: white;
	padding-block: 3em;
	position: relative;
	margin-top: 2em;
}
.footer h3 {
	font-weight: 300;
	margin-top: 1em;
}

.footer h3::before {
	content: '';
	display: block;
	width: 100%;
	height: 0.2em;
	background-color: white;
}

.footer > div {
	width: 80%;
	margin:auto;
}

.footer ul {
	margin-left: 1em;
	display: flex;
	flex-wrap: wrap;
}
.footer ul li {
	width: 48%;
	margin-left: 1em;
	flex-grow: 1;
}
a {
	position: relative;
	text-decoration: none;
	color: white;
	text-decoration: none;
	font-weight: 200;
}

a[href*="http"]::before {
	font-family: FontAwesome;
	content: '\f08e';
	position: absolute;
	left: 102%;
	top: 0.3em;
	color: white;
}

/* FOOTER LOGO, footer logo */
a[href*="ckevar"] {
	position: absolute;
	top: 0.7em;
	left: 1em;
	font-size: 1.5em;
}

a[href*="ckevar"]::before {
	/*content: 'by';*/
	content: '';
	position: absolute;
	/*top: -20%;*/
	/*left: 0%;*/
/*	top: 0%; */
	left: 37%;
	width: 0.5em;
	height: 0.12em;
	/*font-family: 'Poppins', sans-serif;*/
	/*font-size: 0.5em;*/
	background-color: white;
}

/*a[href*="ckevar"]::after {
	content: '';
	position: absolute;
	height: 0.15em;
	width: 100%;
	top: 90%;
	left: 50%;
	transform: translateX(-50%);
	background-color: white;
}*/

a[href*="ckevar"]::after {
	content: '';
	position: absolute;
	height: 0.12em;
	width: 0.5em;
	top: 85%;
	left: 70%;
	/*transform: translateX(-50%);*/
	background-color: white;
}
@media (max-width: 1000px) {
	h1 {
		font-size: 4.5em;
		top: 0.1em;
	}
	section {
		margin-top: 4em;
	}
	#listLang {
		font-size: 1.5em;
		left: calc(90% - 5em);
		top: 2em;
	}
	.pizza_container {
		margin-top: 6%;
	}
	.pizza_recipe {
		margin-top: 3%;
		height: 20%;
	}

	h2{
		font-size: 4.5em;
	}

	form label,
	form select,
	form input {
		font-size: 2em;
	}
	.pizzaIngredient h3 {
		font-size: 2em;
		font-weight: 400;
	}

	.pizzaIngredient p {
		font-size: 1.5em;
		text-align: left;
		margin-top: 0.95em;
	}
	.footer {
		padding-top: 10em;
	}

	.footer h3 {
		font-size: 2.5em;
	}

	.footer ul li{
		font-size: 2em;
	}

	a[href*="ckevar"] {
		font-size: 3em;
	}

}

/*slide*/
input[type=range] {
  height: 37px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: var(--main-dark-color);
  border-radius: 5px;
  border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #FFFFFF;
  border: 2px solid var(--main-dark-color);
  height: 30px;
  width: 15px;
  border-radius: 5px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: var(--main-dark-color);
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: var(--main-dark-color);
  border-radius: 5px;
  border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #FFFFFF;
  border: 1px solid var(--main-dark-color);
  height: 30px;
  width: 15px;
  border-radius: 5px;
  background: #FFFFFF;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: var(--main-dark-color);
  border: 0px solid #000000;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: var(--main-dark-color);
  border: 0px solid #000000;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #FFFFFF;
  border: 1px solid var(--main-dark-color);
  height: 30px;
  width: 15px;
  border-radius: 5px;
  background: #FFFFFF;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: var(--main-dark-color);
}
input[type=range]:focus::-ms-fill-upper {
  background: var(--main-dark-color);
}
