body{
background-color: #000;
background-image: url("images/image3.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 300px 30px;
}
 
h1{
position: relative;
left: 120px;
color: #fff;
font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
font-size: 40px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
box-align: center;
border:2px solid #ffffff;
border-radius:10px;
height: 90px;
width: 230px;
box-shadow:0px 0px 25px #D333FF;
padding-top: 4px;
padding-bottom: 4px;
 
}
 
h2{
position: relative;
left: 120px;
font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
font-size: 20px;
font-weight: bold;
text-align: left;
color: #fff;
box-align: center;
border:0.5px solid #000;
border-radius:5px;
height: 30px;
width: 340px;
box-shadow:0px 0px 25px #D333FF;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
}
 
p{
position: relative;
left: 120px;
font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
font-size: 14px;
color: #fff;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-align: left;
letter-spacing: 0px;
line-height: 20px;
}
 
ol{
position: relative;
left: 120px;
font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
font-size: 13px;
color: #FFFFFF;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-align: left;
letter-spacing: 0px;
line-height: 20px;
}
 
.image{
position: absolute;
left: 120px;
top: 650px;
border: 30px solid #000
}
 
.image1{
position: absolute;
left: 120px;
top: 1050px;
border: 30px solid #000
}
 
.image2{
position: absolute;
left: 120px;
top: 1630px;
border: 30px solid #000
}
 
._blank{
position: relative;
font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
font-size: 12px;
color: #6B706A;
text-decoration: underline;
position: absolute;
top: 0px;
}
 
.pa{
font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
font-size: 18px;
color: #ffffff;
position: absolute;
left:0px;
top:520px;
}
 
.pa2{
font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
font-size: 18px;
color: #ffffff;
position: absolute;
top:2250px;
left:140px;
}
 
.twitter{
position: absolute;
left: 280px;
top: 2300px;
border: 5px solid #000
}
 
.instagram{
position: absolute;
left: 350px;
top: 2300px;
border: 5px solid #000
}
 
.facebook{
position: absolute;
left: 420px;
top: 2300px;
border: 5px solid #000
}
 
#menu8 {
width: 200px;
margin-top: 10px;
}
 
#menu8 li a {
text-decoration: none;
position: relative;
left: 120px;
font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
font-size: 13px;
color: #FFFFFF;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-align: left;
letter-spacing: 0px;
line-height: 20px;
}
 
#menu8 li a:link, #menu8 li a:visited {
color: #9500FF;
display: block;
padding: 8px 0 0 20px;
}
 
#menu8 li a:hover {
color: #FF7DEE;
padding: 8px 0 0 25px;
}
 
#menu8 li a:active {
color: #FFD9FC; 
background-color:#000;
padding: 8px 0 0 25px;
}
 
#menu8 ul {
list-style: none;
margin: 0;
padding: 0;
}
 
 
.image2{
-webkit-transition: all 0.75s ease;
-moz-transition: all 0.75s ease;
-o-transition: all 0.75s ease;
-ms-transition: all 0.75s ease;
transition: all 0.75s ease;
}
 
.image2:hover {
border-radius: 50%;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
 
.image1{
-webkit-transition: all 0.75s ease;
-moz-transition: all 0.75s ease;
-o-transition: all 0.75s ease;
-ms-transition: all 0.75s ease;
transition: all 0.75s ease;
}
 
.image1:hover {
border-radius: 50%;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
 
.image{
-webkit-transition: all 0.75s ease;
-moz-transition: all 0.75s ease;
-o-transition: all 0.75s ease;
-ms-transition: all 0.75s ease;
transition: all 0.75s ease;
}
 
.image:hover {
border-radius: 50%;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}