/* Global*/

.parallax{
	position: absolute;
	z-index: -1;
}

/* Triangles*/

.T_left_1 {
	top: 0px;
	margin-top: 5vh;
	left: 35vw;
	height: 5vh;
	opacity: 0.4;
}
.T_left_2 {
	top: 0px;
	margin-top: 15vh;
	left: 3vw;
	height: 7vh;
	transform: rotate(190deg);
	opacity: 0.6;
}

.T_left_3 {
	top: 0px;
	margin-top: 30vh;
	left: 7vw;
	height: 16vh;
	transform: rotate(200deg);
}

.T_left_4 {
	top: 0px;
	margin-top: 55vh;
	left: 19vw;
	height: 10vh;
	transform: rotate(50deg);
	opacity: 0.5;
}

.T_right_1 {
	top: 0px;
	right: 15vw;
	margin-top: 20vh;
	height: 18vh;
	opacity: 0.2;
}

.T_right_2 {
	top: 0px;
	margin-top: 15vh;
	right: 3vw;
	height: 7vh;
	transform: rotate(190deg);
	opacity: 0.5;
}

.T_right_3 {
	top: 0px;
	margin-top: 40vh;
	left: 85vw;
	height: 16vh;
	transform: rotate(200deg);
}

.T_right_4 {
	top: 0px;
	margin-top: 65vh;
	right: 25vw;
	height: 10vh;
	transform: rotate(50deg);
	opacity: 0.5;
}

