/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS RESET END */



.fugaz-one-regular {
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@keyframes myAnimation {
  5%   {color: red;}
  5%  {color: yellow;}
  5%  {color: blue;}
  5% {color: green;}
}


h1 {
    text-align: center;
    font-family: "Fugaz One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
	transition: 1s ease-out;
	color: red;
	animation-name: myAnimation;
	animation: myAnimation 1s infinite alternate ease-in-out;
}

video:hover {
    transition-duration: 1s;
    transition-property: transform;
    transform: rotate(360deg);
}

video {
	transition: 0.5s ease-out;
	justify-content: right;
	position: absolute;
  	right: 0px;
  	padding: 10px;
}

h1:hover {
	transition-duration: 0.5s;
    transition-property: transform;
    transform: scale(5);
}

.Spider {
	transition: 0.5s ease-out;
}


.Spider:hover {
	transition-duration: 1s;
    transition-property: transform;
    transform: rotate(360deg);
}

.Quote {
	transition: 0.5s ease-out;
}

.Quote:hover {
	transition-duration: 1s;
    transition-property: transform;
    transform: rotate(360deg);
}

.bg {
	background-image: url('MANSPIDER.png');
	color: #000000;
	background-size: 100% 100%;
	background-color: #000000;
	background-attachment: fixed;
	text-align: center;
	background-repeat:no-repeat;
}

.WOAA:hover {
	width: 1513px;
}

.WOAA2:hover {
	width: 1513px;
}

p:hover {
	transition-duration: 0.5s;
    transition-property: transform;
    transform: scale(5);
}

p {
	text-align: center;
    font-family: "Fugaz One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
	transition: 1s ease-out;
	color: red;
	animation-name: myAnimation;
	animation: myAnimation 1s infinite alternate ease-in-out;
}

.WOAA {
	width: 100px;
	height: 100px;
	background-color: rgb(29, 44, 255);
	transition: width 1s;
}

.WOAA2 {
	width: 100px;
	height: 100px;
	background-color: rgb(29, 44, 255);
	transition: width 1s;

}

.sigma {
	width: 100px;
	height: 100px;
	background-color: rgb(255, 0, 0);
	border: 2px solid rgb(89, 0, 255);
	padding: 10px;
}

.sigma2 {
	width: 100px;
	height: 100px;
	background-color: rgb(255, 0, 0);
	border: 2px solid rgb(89, 0, 255);
	padding: 10px;
}

.sigma:hover {
	transform: matrix(2, 1, 0.5, 1, 90, 70);
}

.sigma2:hover {
	transform: matrix(2, 1, 0.5, 1, 90, 70);
}

.EEE {
	text-align: center;
	font-family: "Fugaz One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
	color: red;
	transition-delay: 4s;
}

.EEE:hover {
	width: 300px;
	transition-duration: 0.5s;
    transform: scale(5);
}
