@charset "UTF-8";
/* CSS Document */

body {
	background-color: #111111;
	/*background-image:url(https://scontent-mia1-1.xx.fbcdn.net/v/t1.0-9/12573035_10153291793333144_3558080705067963971_n.jpg?oh=40562936a34eda33e40f6353f3066282&oe=59BB2007); */
	background-repeat:no-repeat;
	background-position: 50% 0 0 50%;
}

#logoBlock {
	position: relative;
	margin: -80vh 0 0 5vw;
}

#bg { 
	background-color: #111111;
	width:100vw;
	height: 100vh;
}

#spinTy {
	position:absolute;
	background-image: url(formBlocks/spinTy.png);
	background-repeat:no-repeat;
	background-size: 400px;
	left: 50vw;
	top: 20%;
	margin: 0px 0px 0px -250px;
	width: 500px;
	height: 400px;
}

#bookTy {
	position:absolute;
	background-image: url(formBlocks/bookTy.png);
	background-repeat:no-repeat;
	background-size: 280px;
	left: 50vw;
	top: 20%;
	margin: 55px 0px 0px -187px;
	width: 280px;
	height: 280px;
}

#liberTy {
	position:absolute;
	background-image: url(formBlocks/liberTy.png);
	background-repeat:no-repeat;
	background-size: 280px;
	left: 50vw;
	top: 20%;
	margin: 53px 0px 0px -188px;
	width: 280px;
	height: 280px;
}

#formTy {
	position:absolute;
	background-image: url(formBlocks/formTy.png);
	background-repeat:no-repeat;
	background-size: 220px;
	left: 50vw;
	top: 20%;
	margin: 0px 0px 0px -157px;
	width: 100%;
	height: 530px;
}

#massTy {
	position:absolute;
	background-image: url(formBlocks/massTy.png);
	background-repeat:no-repeat;
	background-size: 190px;
	left: 50vw;
	top: 20%;
	margin: 65px 0px 0px -40px;
	width: 210px;
	height: 260px;
	opacity: 1;
	mix-blend-mode: lighten;
}

#nuTy {
	position:absolute;
	background-image: url(formBlocks/nuTy.png);
	background-repeat:no-repeat;
	background-size: 300px;
	mix-blend-mode: screen;
	left: 50vw;
	top: 20%;
	margin: 0px 0px 0px -350px;
	width: 500px;
	height: 48px;
	opacity: 1;
	-webkit-transform: rotate(-45deg);
}

#rightTy {
	position:absolute;
	background-image: url(formBlocks/rightTy.png);
	background-repeat:no-repeat;
	background-size: 280px;
	left: 50vw;
	top: 20%;
	margin: 20px 0px 0px -260px;
	width: 280px;
	height: 280px;
	mix-blend-mode: screen;
}
