html,
body {
	margin: 0;
	height: 100%;
	background-color: black;
	text-align: center;
}

#bg1 {
	background-color: black;
	width: 100%;
	z-index: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    
}


#intro {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: black;
    z-index: 1000;
}

#bg2 {
	background-color: black;
	width: 100%;
	margin: 0;
	height: auto;
}

p,
h1,
a {
	color: white;
	margin: 0;
	padding: 0;
	font-size: 25px;
	line-height: 1.2;
	display: inline-block;
	text-align: center;
	text-decoration: none;
    	-webkit-font-smoothing: none;
	-moz-osx-font-smoothing: none;
}



img {
	margin: 0;
}

.stretch {
	font-family: helvetica;
	font-weight: 500;
	display: inline-block;
	-webkit-transform: scale(1, 1.3);
	/* Safari and Chrome */
	-moz-transform: scale(1, 1.3);
	/* Firefox */
	-ms-transform: scale(1, 1.3);
	/* IE 9 */
	-o-transform: scale(1, 1.3);
	/* Opera */
	transform: scale(1, 1.3);
	/* W3C */
	letter-spacing: 1px;
}

.item {
	margin: 21px 8px;
	display: inline-block;
	border: 1px solid #fff;
	padding: 20px;
	text-align: center;
    transition: border-radius .1s ease;
}

.item:hover {
	border-radius: 20px;
	cursor: pointer;
}

#tool {
	bottom: 0;
	left: 10;
	width: 90%;
	margin-top: 0px;
}

input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	margin: 40px 5%
}

input[type=range]:focus {
	outline: none;
    
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 1px;
	cursor: pointer;
	background: #fff;
}

input[type=range]::-webkit-slider-thumb {
	height: 25px;
	width: 25px;
	background: #ffffff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -12.5px;
    

}


input[type=range]:focus::-webkit-slider-runnable-track {
	background: #fff;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 1px;
	cursor: pointer;
	background: #fff;

}

input[type=range]::-moz-range-thumb {
	border: none;
	height: 25px;
	width: 25px;
	background: #ffffff;
	cursor: pointer;

}

input[type=range]::-ms-track {
	width: 100%;
	height: 1px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
}

input[type=range]::-ms-fill-lower {
	background: #fff;
	box-shadow: none;

}

input[type=range]::-ms-fill-upper {
	background: #3071a9;
	border-radius: 1px;
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #fff;

}

input[type=range]::-ms-thumb {
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #fff;
	height: 25px;
	width: 25px;
	background: #ffffff;
	cursor: pointer;

}

input[type=range]:focus::-ms-fill-lower {
	background: #fff;
}

input[type=range]:focus::-ms-fill-upper {
	background: #fff;
}


img {
	width: 100%;
}

#brick {
	margin-top: 20px;
}